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 |
How to delete duplicate records from a table?(for suppose in a table we have 1000 Records in that we have 200 duplicate Records , so ,how to findout that duplicate Records , how to delete those Records and arranged into sequence order? one more thing that there is no primary key at all)
What is the datatype returned by count(*)
22 Answers 247Customer, Asian CERC,
can a table be moved to different filegroup? : Sql server administration
What are orphan records?
Where does the copy job runs in the log shipping primary or secondary? : sql server database administration
Advantages and disadvantages of stored procedures.
explain declarative management framework (dmf) in sql server 2008?
Do you know concepts and capabilities of sql server?
What do you mean by a Composite primary key?
How to locate and take substrings with charindex() and substring() functions?
What is the best way to move n number of DTS package from one SQLServer to another SQLServer?
What is collation sensitivity? Explain different types.
Oracle (3253)
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)