Forum Replies Created

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

  • RE: sqlcmd - how to skip empty files?

    This is a part of batch file with sqlcmd:

    SET filenameToni_To_Vladi_PO=Toni_To_Vladi_PO-20%yy%%mm%%dd%-%SortTime%.txt

    sqlcmd -S SERVER17 -U sa -P aaaa -d Toni -l 60 -t 180 -s $ -h-1 -W -Q "SET NOCOUNT ON...

  • RE: sqlcmd - how to skip empty files?

    Dear Bhuvnesh,

    I use batch file in Scheduled Tasks that call sqlcmd every 10 minutes.

    This generate many unnecessary empty files.

    Thanks,

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