Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: help with SQLCMD

    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...

  • RE: help with SQLCMD

    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...

Viewing 2 posts - 1 through 2 (of 2 total)