Viewing 2 posts - 1 through 2 (of 2 total)
Based on the microsoft link above, I found this very effective workaround
After each insert or update statement I have this line of code.
PRINT '(' + RTRIM(@@ROWCOUNT) + ' row(s) affected.)';
Note...
September 24, 2012 at 1:07 pm
#1541577
I have this problem too.
I upgraded to SSMS 2008 R2 and now have sqlcmd.exe version 2009.100.1600.1
Previous version was SSMS 2005
Used to be that when using the -o option I would...
September 24, 2012 at 12:10 pm
#1541558