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
Explain what the contents of cookie?
What is custom events? How to create it?
Explain Areas in MVC?
What is difference between session and application in asp net?
What is syntax code to send email from an asp.net application?
How do we implement bundling in MVC?
Which method do you use to enforce garbage collection in .net?
Explain security types in asp.net?
How do you identify that the page is postback?
What is directive in asp net?
What are the differences between application object and session object?
What is the difference between executescalar and executenonquery?
How asynchronous call can be implemented using delegates?
What is the purpose of asp.net?
What are the advantages of asp.net?