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
What is tempdb database? : SQL Server Architecture
Why SQL Agent is used?
Explain indexed views?
How to backup SQL Server Reporting Services ?
How to use "if ... Else if ... Else ..." Statement structures in ms sql server?
How much space does sql server 2016 take?
What is #table in sql server?
What is the filtered index?
How many categories of functions based their return modes?
Where views are stored in sql server?
List all types of constraints in sql server?
What is difference between order by and group by?
How can you manage sql azure security?
Determine how to use the inserted and deleted pseudo tables?
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