what is the difference between openrowset and openquery?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between primary keys and foreign keys?
Which are the important points to note when multilanguage data is stored in a table?
When would you use a before or after trigger?
Where views are stored in sql server?
table:employee EID ENAME MID(manager ids) 101 rama null 102 sita 101 103 siva 101 104 ganesh 103 . . . . . . for 103 ID the manager ID is 101(RAMA) and for 104 manager is SIVA if i give employee id (EID) you have to tell the manager for that EID write query? eample:if i give 102 .The query output should be manager for 102 ID that it should print RAMA as output
Explain forward - only cursors?
What are the advantages of using sql server over ms access or why should one use sql instead of ms access
What is update_statistics command?
What is de-normalization in sql database administration? Give examples?
How to defragment indexes with alter index ... Reorganize?
What is the openxml statement in sql server?
Is mysql the same as sql server?