What is the difference between the application object and session object?
No Answer is Posted For this Question
Be the First to Post Answer
What is cursor in ms sql server?
What do you understand by sql server agent?
As a part of your job, what are the DBCC commands that you commonly use for database maintenance?
How many jobs will create for Mirroring, Log Shipping, and Transactional Replication?
If there is failure during updation of certain rows, what will be the state?
What is the difference between in and exists. Ex: select * from emp where empno in(....) and select * from emp where empno exists(....) What is the difference between a Join and Union and Union and UnionAll.
What is Pointer ?
3 Answers Cap Gemini, CarrizalSoft Technologies,
What are the differences between UNION and JOINS?
3 Answers CarrizalSoft Technologies,
you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration
How to fetch records from a One to Many relationship table. eg: wanna get details of all orders for a specific customer. (do not want repeatation of master table records for child table records)
How you can change a cross join into an inner join?
How to get a list of all tables with "sys.tables" view in ms sql server?