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 the life cycle of web page?
How Session use Cookies in State Management?
What is session id in web application?
How do session tokens work?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
in which protocol ASP.NET WEB API Work?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
What is the difference between stored procedure vs function?
Please brief not about xsd,xslt & xml?
What is diff. Between abstract class and an interface?
Explain client-side scripting?
Is post back property in asp net?
What is directive in asp net?
What is the significance of attaching a profile while creating a user?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "