how to run SQL Script on server

S

santosh

dear all i am using ASP.net ,c# and SQL server 2000. i have create all
table, stored procedure .views in my application which is running well
in localhost but now i want to deploy it on server. for that pupose i
need to create all table, stored procedure, views on the domain server
database. can any one tell me how i can do it?
 
M

Morten Wennevik

Hi santosh,

You will get a better reply in a sql server group as this is not related
to .Net at all, but you can script your database using enterprise manager,
and recreate it on a server using query analyzer, including stored
procedures, views etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top