hi i am having .mdf file and .ldf file ..how can i get the all
table in my .mdf..plz give solution
Answer Posted / venkat reddy.ravu
First create a floder on the drive.copy and paste .mdf
and .ldf files into that folder.
Connect to database engine
|
Object Explorere
|
Databases(Right click)
|
Attach
select the .mdf file ,then .ldf will be automatically
selected.in the pouup window window you will bew asked to
enter the database name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain logical operators in sql server?
What is hot add cpu in sql server 2008?
What does null mean?
Explain the different types of backups available in sql server? : sql server database administration
what is the primary use of the model database? : Sql server administration
please differentiate between delete and truncate?
What is report server project?
What is database white box testing?
Can a table be moved to different filegroup?
Who developed sql server?
Where are stored procedures in sql server?
What is multi-statement table-value user-defined function?
What is key set driven?
What does normalization do to data?
How to concatenate two strings in SQL Server.