adspace


How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?

Answer Posted / Md Hasan Ahmad

A SQL Server database can contain multiple files, including primary data files (.mdf), secondary data files (.ndf), and log files (.ldf). A single database can have one primary data file but an unlimited number of secondary data files. It must have at least one primary data file and one log file.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is temporary table in sql server? Why we use temp table?

1023


What are the kinds of subquery?

1109


Where can you add custom error messages to sql server?

1215


How raid can influence database performance?

1119


what is the difference between openrowset and openquery?

1197


Can we make the the chages By Using the Sql if u know any function or process please inform me Actuall result: BRK1 Break 1 Part 1 00:01:00:00 60 BRK1 Break 1 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 BRK2 Break 2 Part 2 00:01:00:00 60 BRK2 Break 2 Part 3 00:01:00:00 60 BRK3 Break 3 Part 1 00:01:00:00 60 BRK3 Break 3 Part 2 00:01:00:00 60 Desired O/P: BRK1 Break 1 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 BRK2 Break 2 Part 1 00:01:00:00 60 Part 2 00:01:00:00 60 Part 3 00:01:00:00 60

2296


Can we do dml on views?

1039


explain different types of backups avaialabe in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration

1134


What are different types of constraints?

1003


How to convert character strings into numeric values?

1192


How do I find the sql server version?

1103


Why should you use or avoid select * statements?

1111


Disadvantages of the indexes?

1225


Can you index views?

955


How to rebuild the master database?

1167