InterviewSolution
Saved Bookmarks
| 1. |
Command used to shrink the size of the database is _____________(a) DBCC SHRINK(b) SHRINKDATABASE(c) DBCC SHRINKDATABASE(d) DBCC SHRINKDBI got this question by my school principal while I was bunking the class.My doubt stems from Data Definition Language topic in chapter Creating the Physical Database Schema of SQL Server |
|
Answer» RIGHT answer is (c) DBCC SHRINKDATABASE Explanation: To DECREASE the size of a DATABASE, USE DBCC SHRINKDATABASE. |
|