What is the maximum size of sql server database?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL Server Interview Questions

How do I list the available tables in a database I'm querying?

4 Answers  


How to loop through returning rows?

0 Answers  


What is a natural primary key?

0 Answers  


Is it possible to allow NULL values in foreign key? I s it possible to use different constraints for the same column in the table (i.e) (id int NOT NULL,UNIQUEUE)

1 Answers  


What is the process of normalising?

0 Answers  






What is rank function?

0 Answers  


explain query execution plan

1 Answers  


How to invoke a trigger on demand?

0 Answers  


How to insert data into an existing table?

0 Answers  


What does top operator do?

0 Answers  


What is usually the first word in a sql query?

0 Answers  


Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.

0 Answers   iSoft,


Categories