What are mdf,ndf,ldf files and how to see the data in those
files?
Answer Posted / 1 aug @008
mdf: When You Create Database .this Primary file
ndf: This is Sceondry File
ldf: Lof Files
| Is This Answer Correct ? | 42 Yes | 9 No |
Post New Answer View All Answers
What is difference between views and tables?
What is forward - only cursors / read only cursor?
Explain timestamp datatype?
What is replication and database mirroring?
what happens on checkpoint? : Sql server database administration
List all types of constraints in sql server?
What is the difference between ‘having’ clause and a ‘where’ clause?
What does the not null constraint do?
How to make a column nullable?
Which are new data types introduced in sql server 2008?
what is blocking? : Sql server database administration
How extra digits are handled with numeric data type literals?
What are the types of user defined functions in sql server?
What are the advantages of passing name-value pairs as parameters?
Can an entity have two primary keys?