How many database files are there in sql server 2000?what are they?
Answer / Raju Kumar Rai
In SQL Server 2000, there are five system databases and one user-created database file:n
1. Master: Stores metadata about other databases, login information, and system objects.
2. Model: Contains the default settings for a new database.
3. Tempdb: Temporary storage area for sorting, hash tables, and worktables during execution of queries.
4. Msdb: Used by SQL Server Agent to store job history, alerts, and other agent-related objects.
5. Northwind: A sample database that contains data from an online food sales company.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between the export /import functions in sql studio and standalone sql manager? : sql server management studio
What are the advantages of using views. Why do we need views when we have SPs?
Does partitioning improve performance sql server?
Why do we partition data?
Say if we have a table that contains only a single column , say OrderID, which has IDENTITY attribute defined on it. So how can we insert data in this table. I am reframing my question, that how can we make the table to increment the column "OrderID" value several times???
What does asynchronous call backs means?
How to transfer Logins from SQL Server 2000 to 2005
Explain system functions or built-in functions? What are different types of system functions?
How to define and use table alias names in ms sql server?
What is Schema? and why we use schemas?
What is an extended stored procedure? Can you instantiate a COM object by using T-SQL?
What is a database table?
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)