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 an etl file?
Find top Nth employee from each department in terms of salary?
WHAT IS THE DIFFERENCE BETWEEN CANDIDATE KEY ,COMPOSITE KEY AND PRIMARY KEY. THAN U.
how can you attach more than 20 ldf files in sql server
I am using SQL Server 2005, I have some select and update statements in my query with WHERE clause I want to prevent these queries from SQL injection attacks. What are the steps and precautions to be taken for SQL Injection attacks? Does anybody have suggestions? Thanks in advance,
What is normalization? Explain its different types?
Can you leave a union at any time?
what is a live lock? : Sql server database administration
How raid can influence database performance?
What are the steps you will take to improve the performance of a poor performing query?
What are the difficulties faced in cube development? : sql server analysis services, ssas
How network traffic be reduced by using the stored procedure?
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)