How do you resize a data file?
Answers were Sorted based on User's Feedback
Answer / guest
alter databse datafile 'location of datafile' resize 2000M
Regards
Abhinav Phadnis
| Is This Answer Correct ? | 13 Yes | 3 No |
Answer / monal
in SQL Server 2005:
ALTER DATABASE <Database Name> MODIFY FILE
(NAME =<File Name>, MAXSIZE = <Size>)
| Is This Answer Correct ? | 9 Yes | 8 No |
Explain how you would restore a database using RMAN to Point in Time?
How can you control the amount of free space in your index pages? : sql server DBA
Which environment variables are absolutely critical in order to run the OUI?
What is the difference between LMT & DLT?
As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
. I have my backup RMAN script called "backup_rman.sh". I am on the target database. My catalog username/password is rman/rman. My catalog db is called rman. How would you run this shell script from the o/s such that it would run as a background process?
If you are given access to a sql server, how do you find if the sql instance is a named instance or a default instance? : sql server DBA
what are the differences of where and if in SAS?
What view(s) do you use to associate a user's SQLPLUS session with his o/s process?
How many memory layers are in the shared pool?
what is the difference between catalog & nocatalog?
How do you resize a data file?
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)