Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL Query in text file

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-11-16 : 09:37:20
Sanjeev writes "Hi , Is it possible to store SQL statement in text file
that are executed in Query analyzer at a same time ?
For example
---------------------------------------------------------
go
insert into Tab values(1,2,3)
update Tab set col1=5 where col2=9
go
----------------------------------------------------------
After executing the above statement is it possible to save
above statement in text file at a time ?
.........
Sanjeev"
   

- Advertisement -