Is this a bug in SQL Server 2005 Sp3 or a feature ?
SQL Server 2005 Management Studio Sp2
SQL Server 2005 Management Studio Sp3
Where is the Connection String ? How are we supposed to import data from ODBC data sources ?
Is this a bug in SQL Server 2005 Sp3 or a feature ?
SQL Server 2005 Management Studio Sp2
SQL Server 2005 Management Studio Sp3
Where is the Connection String ? How are we supposed to import data from ODBC data sources ?
Here is the simple way to save query results as .csv or .xls file using SqlServer Management Studio.
Execute your query
Example : Select * from AdventureWorks.Person.Address
Right Click on Left top corner
Select “Save Result As” to save as .csv file
OR
Select “Copy” and paste the result in an Excel sheet.