hi i am having .mdf file and .ldf file ..how can i get the all
table in my .mdf..plz give solution

Answers were Sorted based on User's Feedback



hi i am having .mdf file and .ldf file ..how can i get the all table in my .mdf..plz give solution..

Answer / samba shiva reddy . m

Right click on Databases then click on attach it will pop window (Attach Database) then click on add button then select the .mdf file then automatically it will select the .ldf file
then click on Ok
that data base is ready for use.

Is This Answer Correct ?    3 Yes 0 No

hi i am having .mdf file and .ldf file ..how can i get the all table in my .mdf..plz give solution..

Answer / 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

More SQL Server Interview Questions

Which institute is best for SQL Server 2005 Training?

6 Answers  


In performance wise distinct is good or group by is good? eg:select name from emp group by name; select distinct name from emp;

5 Answers   Infosys,


What is a data source or ds? : sql server analysis services, ssas

0 Answers  


What is filestream?

0 Answers  


How can you set the threshold at which sql server will generate keysets asynchronously?

0 Answers  






What is the difference between char and varchar2 datatype in sql?

0 Answers  


what is Data Transformation Services (DTS) ?can u explain me in detail?

5 Answers   TCS,


How to assign new column names in a view?

0 Answers  


What are the transaction properties?

0 Answers  


Explain the basic concepts of SQL server architecture?

2 Answers   College School Exams Tests,


How to integrate the ssrs reports in application?

0 Answers  


Explain various On-Delete options in a DB table. Which is the default option?

0 Answers   Akamai Technologies,


Categories