how to run SQL Script on server

  • Thread starter Thread starter santosh
  • Start date Start date
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?
 
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.
 
Back
Top