What are the dmvs? : sql server database administration
Answer / Vivek Chaoudhary
"Dynamic Management Views (DMVs)": DMVs are a collection of SQL Server views that provide extensive, programmable introspection into the internals of the database engine. They allow developers and DBAs to monitor and troubleshoot performance issues and manage their databases more effectively."
| Is This Answer Correct ? | 0 Yes | 0 No |
Suppose you want to implement the one-to-one relationships while designing tables. How would you do it?
What is an identity?
What is equi join with example?
Define normalisation?
i have account table which consists of account name,card no and card no consists 16 digits now i want to retrieve the data if card no starts from 4 then it should print visa and if it starts from 5 then it should print master so plse help me to write simple query with out store procs .
What is the difference between the following two sql statements select count(*) from <tablename> select count(col_name) from <tablename>
Define Unique Key?
What is failover clustering overview?
What is built-in/administrator?
Do you know what guidelines should be followed to help minimize deadlocks?
how to do partition in sqlserver
What is the template in sql?
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)