How we Resize table,temp table, database and log file size
in SQL Server 2005
Answer / 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 |
What is the contrast between sql and mysql?
How to get the definition of a trigger back?
What are constraints?
Explain the flow of creating a cube? : sql server analysis services, ssas
What is The Use Of TIMESTAMP DataType in SQL Server 2005?
What stored by the msdb?
What are the benefits of using stored procedures over sql statements?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
After using delete statement in sql query to delete some records...to retrieve the deleted records we can get using rollback command but till that where it stores means particular location name i need....(after deleting and rollback )
3 Answers CarrizalSoft Technologies, iGate,
How to compare the top two records using sql?
What is a schema in ms sql server 2005?
Can we rollback records deleted by a truncate statement?
3 Answers CarrizalSoft Technologies, United Healthcare,
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)