How many types of stored procedures are there in sql server?
No Answer is Posted For this Question
Be the First to Post Answer
Write a SQL query to make a column as unique?
How you can get a list of all the table constraints in a database? : Sql server administration
Is it possible to create trigger on views?
what are constraints? Explain different types of constraints? : Sql server database administration
Can a stored procedure call itself or recursive stored procedure? How many levels sp nesting is possible?
How to create a testing table with test data in ms sql server?
Write a query for primary key constraint with identity key word?
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
When would you use it?
How to get all stored procedures in sql server?
What does dml stand for?
What is the maximun sixes of .mdf in sql server 2005