Answer Posted / anamika
How to know the size of any database:
Syntax:
sp_helpdb 'tempdb'
db_size of temp db 38.56 MB.
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
Do you know sql server 2008 introduces automatic auditing?
What is always encrypted?
What are different types of database indexes?
Does group by sort data?
What are the new features introduced in SQL Server 2000 (or the latest release of SQL Server at the time of your interview)? What changed between the previous version of SQL Server and the current version?
Define Wed Edition in SQL Azure?
What is ddl command?
Can we insert data if clustered index is disabled?
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A
What is a database in ms sql server?
How to receive returning result from a query?
How to create and drop temp table in sql server?
Explain triggers in sql?
What is update locks?
What are approximate numeric data types in ms sql server?