| looking for a brokerage account or IRA... click here | Add To Favorites |
| return to index | |
|
SQL - Do not return rows affected or row count The following SQL command will prevent the query from returning rows affected numbers, etc. This is useful when piping the data into a text file. You can pipe using ">". SET NOCOUNT ON Additional Interesting Articles Execute SQL From Command Line ©2008 AndrewKimball.com |
|