What are mdf,ndf,ldf files and how to see the data in those
files?
Answer Posted / visala
.mdf is extention of primary file,
.ndf is extention of secondary file,
.ldf is extention of log file,
sp_helpfile
| Is This Answer Correct ? | 116 Yes | 10 No |
Post New Answer View All Answers
Can one drop a column from a table?
What are different types of database indexes?
What program is used to store the data source file?
What is tempdb database? : SQL Server Architecture
Is sql server free?
What are the advantages of passing name-value pairs as parameters?
How to enter comments in transact-sql statements?
Explain the truncate command?
can any body tell me how to know the password of current user in sql server
How adventureworkslt tables are related?
What is an indexing technique?
What structure can you implement for the database to speed up table reads?
What is difference between rollback immediate and with no_wait during alter database?
Tell me what is sql profiler?
What is repeatable read?