Which sql server table is used to hold the stored procedure scripts?
Explain about sql server login?
How to make a remote connection in a database?
Tell me about pre-defined functions of sql?
2) Consider a Table name A which has below records ID --- 5 5 5 5 5 Consider another table B which has below records ID -- 5 5 5 5 5 5 5 5 How many rows will be returned by each of the below queries a) select * from A inner join B on A.id = b.ID b) select * from A left join B on A.id = b.ID c) select * from A right join B on A.id = b.ID
How do you make a trace?
Which virtual table does a trigger use?
How many types of cursors are there in SQL Server?
5 Answers 247Customer, CarrizalSoft Technologies,
What is the difference between the application object and session object?
How sql server enhances scalability of the database system?
How to find Duplicate Records In table?
what is extended StoreProcedure ?
How to throw custom exception in Stored Procedure?