Se in VS 2003 si crea una connessione ad un SQL Server 2005 utilizzando come provider Microsoft OLE DB Provider for SQL Server e tramite essa si cerca di creare un Dataset tipizzato trascinando una tabella si verifica il seguente errore:
Data Adapter Configuration Error
the wizard detected the following problems when configuring the data adapter for "TableName"
Details:
Error in SELECT clause: expression near '['.
Error in FROM clause: near '['
Unable to parse query text.
Per evitare l'errore occorre utilizzare il provider SQL Native Client.