|
|
Question : SQL - Print from query results
|
|
I would like to find a SQL/T-SQL code to print out my results..I understand you can go the Query tool but I am needing of a code to do it after it finds my results... Example: Select * from myDB.
|
Answer : SQL - Print from query results
|
|
There is nothing within SQL Server to automatically print results. You will need to add that step. Sorry.
|
|
|
|