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
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 |
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 |
Is profiler the only tool that has the ability to audit and identify ddl events? : sql server security
What is "scheduled jobs" or "scheduled tasks"?
What is the difference between varchar and nvarchar datatypes?
What is a join and their types?
2 Answers Challenger Financial,
What do you mean by an execution plan? How would you view it?
what is sql server? : Sql server database administration
Explain what is analysis service repository?
What is the difference between value type and reference type?
What are the benefits of using stored procedures over sql statements?
Explain Geometry datatype in sql server 2008 with example
What methods do you follow to protect from sql injection attack?
explain what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration