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 Administration (2000)
 executing Script

Author  Topic 

tedew
Starting Member

22 Posts

Posted - 2006-02-24 : 06:33:39
hello,

I have a datebase on the SqlServer 2000 , and I generated Script of this datebase ( with Tables,Procedures,Function) .
My question is :
How Can I execute this script on new SQL 2005 Expres version ?? there is no Query Analyzer

???

bye,
Sorry for my english

shallu1_gupta
Constraint Violating Yak Guru

394 Posts

Posted - 2006-02-24 : 06:59:09
In Sql server 2005 you have SQL server management studio which is a combination of enterprise manager, query analyser and Analysis services
Go to Top of Page

mcrowley
Aged Yak Warrior

771 Posts

Posted - 2006-02-24 : 11:24:18
For SQLExpress, you may be left with the command-line utility sqlcmd. On the server itself, type in "sqlcmd /?". This should give you the necessary switches.
Go to Top of Page
   

- Advertisement -