I am trying to export from my Table data into Excel through T-SQL query. After little research I came up with this
Table
Excel
T-SQL
IN
Please Execute the below queries to fix this problem:
EXEC master.dbo.sp_MSset_oledb_prop N'Microsoft.Jet.OLEDB.4.0', N'AllowInProcess', 1 GO EXEC master.dbo.sp_MSset_oledb_prop N'Microsoft.Jet.OLEDB.4.0', N'DynamicParameters', 1 GO