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 mysql the same as sql server?
what are triggers? : Sql server database administration
Give some Scenario for Non Clusterd index? Can we write system defined functions in side The Function? Wat is the Unique Datatype?
Explain four layers of abstraction microsoft architectured?
Can we update data in a view?
What does asynchronous call backs means?
What is attribute relationships, why we need it? : sql server analysis services, ssas
what are candidate key, alternate key and composite key? : Sql server database administration
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
What are distributed partitioned views?
what is memory-optimized nonclustered indexes
Tell me about pre-defined functions of sql?
What are the new features introduced in SQL Server 2000? What changed between the previous version of SQL Server and the current version?
How do you migrate data from mssql server to azure?
What stored by the master? : sql server database administration