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.
| 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 ---------------------------------------------------------goinsert into Tab values(1,2,3)update Tab set col1=5 where col2=9go----------------------------------------------------------After executing the above statement is it possible to saveabove statement in text file at a time ? .........Sanjeev" |
|
|
|
|
|