Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sql Express
Message
From
24/02/2008 14:22:28
 
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
01295878
Message ID:
01295917
Views:
15
>Hi Charles.thanks for that.
>Just one other q.. I need to 'Deploy' thsi database (and associated tables) on a cliet pc. Is there an easy way to do this without having to type all the table field specs in again ?
>
>Regards,
>Gerard
>

The client has to have SQL Express installed, but after that all you need to do is what you did on your own box - copy the data files and attach them to the server.

You can also do it by running scripts created either in your own management studio or with tools like the ones from RedGate to create the database and its objects on the other server. ( if you just want empty data MS created scripts are easy. Scripting the actual data a little trickier and a lot easier with 3rd party tools - but you can also just copy the whole database from yours to theirs as outlined above )



Google it and you'll find all kinds of stuff. There's a lot of information on this stuff all over the web.


>
>>>Hi.
>>>I've just created a Databse with a few tables in MS Sql Management studio.
>>>I have another Database whree it is quite clear where it resides, e.g. c:\myfolder\MYDB.MDF but this Databse just give the name of the database, and I dont know where it is stored?
>>>How can I find out where it is , and I want to tmove it to another folder
>>>Regards,
>>>Gerard
>>
>>Look in the Microsoft SQL Server folder under Program Files, for example
>>
>>C:\Program Files\Microsoft SQL Server\MSSQL.1\MSSQL\Data
>>
>>To move it, you will need to detach it ( right click on database in MS ) and then move the MDF and LDF files to where you want it then right click on the server to reattach it.


Charles Hankey

Though a good deal is too strange to be believed, nothing is too strange to have happened.
- Thomas Hardy

Half the harm that is done in this world is due to people who want to feel important. They don't mean to do harm-- but the harm does not interest them. Or they do not see it, or they justify it because they are absorbed in the endless struggle to think well of themselves.

-- T. S. Eliot
Democracy is two wolves and a sheep voting on what to have for lunch.
Liberty is a well-armed sheep contesting the vote.
- Ben Franklin

Pardon him, Theodotus. He is a barbarian, and thinks that the customs of his tribe and island are the laws of nature.
Previous
Reply
Map
View

Click here to load this message in the networking platform