Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Batch file to execute SQL

    1) First Open one new notepad

    then

    write the sql commands that you want to excute

    like this for example

    USE MASTER

    go

    SELECT * FROM SYSDATABASES

    go

    now save the file with .sql suppose say (example.sql)

    2)...

Viewing post 1 (of 1 total)