How we Resize table,temp table, database and log file size
in SQL Server 2005
Answer Posted / amrish kumar
USE DataBaseName
GO
SELECT name,physical_name,size,max_size
FROM sys.master_files
WHERE database_id = DB_ID('DataBaseName');
go
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Is sql server 2016 free?
how do you determine the Load performance of any query in sql server {example how do u determine performance of a select stmnt which returns Dynamically many no of records ... some times 100,1000,10000 etc., }
What are different types of roles provided by ssrs?
What are various limitations of the views?
How to create a simple user defined function in ms sql server?
What is the syntax to execute the sys.dm_db_missing_index_details? : sql server database administration
What are relationships and mention different types of relationships in the dbms
Where to find ntwdblib.dll version 2000.80.194.0?
What is the default port for SQL Server over a firewall?
What is a functions and types in sql server?
What is the cpu pressure?
Where is my database stored on the hard disk in ms sql server?
Is it safe to delete log files?
What is create command?
Explain transaction server distributed transaction?