hi im shailendra singh
my question is how we deploye the data base
Answer Posted / sanjay gupta
You can copy the .mdf and .ldf files and you can attached
the database in the destination server. To do so follow the
following procedure.
1. Stop SQL services in the current server.
2. Copy the two files (viz. .ldf and .mdf) form the source
directory.
3. start the SQL services.
4. Login to the destination server and past the file inside
the data folder of SQL root folder.
5. Start MS SQL Management studio. on the left hand pannel,
right click on the Database folder and click on Attach...
6. Clock on the add button appearing on the attach database
window and select the appropriate .MDF file. Once you
select click on the ok button.
Reach me at sanjaygupta@gmail.com for further information.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is viewstategenerator?
Explain how can we inherit a static variable?
How do you create a master page?
What is the use of HttpHandlers? When to use this?
What are Master Pages in ASP.NET?
What are sessions in asp net?
What is the advantage of using Windows authentication in a Web application?
Is data edited in the Repeater control?
How is the asp.net mvc architecture different from others? : asp.net mvc
List the asp.net validation controls?
How does a web application session work?
How do you design a website with multilingual support in ASP.NET ?
How to communicate via Remote proxy with Client? a)MarshalByRef b)Marshal by Value or Any thing else?
For which does this Codebehind="MyCode.aspx.cs" is relevent to ?
What is asp.net caching?