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 |
|
EetieD
Starting Member
5 Posts |
Posted - 2008-08-12 : 04:59:03
|
| Hello,Is there another way to run a SQL Script in a database? I have a too large SQL script. Is there another way (maybe in command prompt) to run the script to a MSSQL database?Thanks for answering! |
|
|
khtan
In (Som, Ni, Yak)
17689 Posts |
Posted - 2008-08-12 : 05:02:48
|
http://msdn.microsoft.com/en-us/library/ms162773.aspx KH[spoiler]Time is always against us[/spoiler] |
 |
|
|
hitesh6221
Starting Member
28 Posts |
Posted - 2008-08-12 : 05:22:25
|
| SqlCmd -i "File Path"Regards,Hitesh Soni |
 |
|
|
|
|
|