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
What is create statement?
What is row_number function?
Can sql servers link to other servers like oracle?
What are drillthrough reports?
What do you understand by replication in sql server? Mention the different types of replication in sql server.
Can sql servers linked to other servers like oracle?
What is wide table?
How can you control the amount of free space in your index pages?
What is acid mean in sql server?
Why union all is faster than union?
Where are sql server user names and passwords stored in sql server?
What Is Rdbms?
How to create a trigger for insert only?
What is transaction server implicit?
How to test a dml trigger in ms sql server?