Viewing post 1 (of 1 total)
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
now save the file with .sql suppose say (example.sql)
2)...
May 16, 2008 at 4:03 am
#816328