Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
KJR
Starting Member
1 Post |
Posted - 2013-11-04 : 03:40:32
|
Hi,I have Microsoft SQL server 2005 SP3 installed on my machine.I have issues with the export options(Result to Grid,Result to file,Result to text) for the query result.It is all enabled from my window but when I am clicking all these options nothing is happening.It is not throwing any error or any response.Can you please help me on this ASAP as I am very new to SQL stuff?FYI, I can able to select all the result and copy the result from the result window but I really need the result in grid(.rpt) format.Thanks in advance,KranthiKJR |
|
James K
Master Smack Fu Yak Hacker
3873 Posts |
Posted - 2013-11-04 : 08:37:05
|
Choosing those menu items just tells SSMS what to do when you run a query. For example, if you select the Result To Grid option and THEN RUN A QUERY, the results will be output to the grid. |
|
|
|
|
|