|
|
|
Multiprotocol , Appletalk , or Banyan vines are the net Libraries supported by named instances. They....
|
|
|
The Performance Monitor Process: Working Set counter shows the amount ofmemory used by a process.
|
|
|
Whenever the triggers are used there exists two logical tables viz. Deleted table and Inserted table....
|
|
|
|
|
Entity Integrity. As it defines the row as a unique entity for a particular table which is forced by....
|
|
|
While creating a VIEW one can not use ORDER By,COMPUTE BY,COMPUTE clauses. Also INTO Keyword and tem....
|
|
|
1. They Keep the network busy because of there roundtrip.
2. It is time consuming , so decreases th....
|
|
|
These are the tables without clustered Indexes and possses one row in sys.partitions with index_id=....
|
|
|
It has been ristricted to maximum of 16 tables and views.
|
|
|
|
|
No, all the three are treated diffrently.
"":- means empty string
0:- represents 0 value
N....
|
|
|
Select top 20 from table_name
or
Select * from table_name where count(*) <=20
|
|
|
DROP command will delete the data as well as destroy the structure of the table. Once applied the ta....
|
|
|
INTEAD OF Triggers are the procedures whih are executed in place of a specific DML command which is ....
|
|