What is inner join? Explain with an example?
What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?
Why do we use stored procedures in sql server?
If i am handling 150 servers then how to check the active jobs of all the servers?
Explain what are db_options used for?
what is a schema in sql server 2005? Explain how to create a new schema in a database? : Sql server database administration
create table with fields ID, reserved_by,res_date res_date is datefield like 2010-03-09 00:00:00.000 from 2005 to 2006 any date assume based on res_date need to slect table and display based on month (full jan details in database irrespective of date and year
Write a code to select distinct records without using the DISTINCT keyword.
Can someone suggest me the best institute to learn SQL Server... I want to gain in depth knowledge on SQL Server Development. I have been to naresh, peers, sql school,mind q systems... Any idea about best faculty....
How to override dml statements with triggers?
How to delete all rows with truncate table statement in ms sql server?
What is sql injection and why is it a problem? : sql server security
What is a View ? Can we insert, Update and delete a view?