wat is the main diff between sql server 2000and sql server 2005
Answer Posted / mr. obvious
the version number!
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
What are the transaction properties?
What are the advantages of the mirroring?
Why do we use stored procedures in sql server?
What are the different subsets of sql?
What is the report model project?
How to select an exiting database using mssql_select_db()?
What is filestream?
Can you give me some DBCC command options?(Database consistency check) - DBCC CHECKDB - Ensures that tables in the db and the indexes are correctly linked.and DBCC CHECKALLOC - To check that all pages in a db are correctly allocated. DBCC SQLPERF - It gives report on current usage of transaction log in percentage. DBCC CHECKFILEGROUP - Checks all tables file group for any damage.
what is create database syntax? : Sql server database administration
What is Command line parameters in PLSQL.?
Is truncate autocommit?
What stored by the master? : sql server database administration
What command is used to rename the database?
What will be the maximum number of indexes per table?
What is mapping schema?