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
Explain how many normalization forms?
Can we write ddl in trigger?
What is efficiency data?
What is simple indexing method?
Which data types generate inaccurate results if used with an = or <> comparison in a where clause of a sql statement?
What is the partitioning method?
What does top operator do?
How to check if stored procedure is running in sql server?
You schedule a job to run every minute what will happen if the first job runs more than 1 min? Will the second instance of the job start?
What do you understand by the data quality services in sql server?
Using the customer, and order table in northwind database, please write a query to produce xml?
When you use @@error and try-catch?
Explain the disadvantages/limitation of the cursor?
What are types of storage modes? : sql server analysis services, ssas
What are the joins in sql server? : sql server database administration