Explain forward - only cursors?
What is left outer join in sql server joins?
How dts is used to extract, transform and consolidate data?
What is spid in sql server profiler?
Do you know sql server 2008 introduces automatic auditing?
how to find the second salary?
Write a SQL query to make a column as unique?
Explain SELF JOIN ?
What is the most common trace flags used with sql server?
What is scheduled job and how to create it?
Is it possible for a stored procedure to call itself or recursive stored procedure? How many levels of sp nesting are possible?
I have a table Events Events containing cardno,time,id,name- -each id has a cardno my requirement is every day each employee swipe the card several times i want to calculate first and last time of each card the output should be name 1 2 6 7 in out in out holiday holiday xxx 09:30 06:30 09:40 06:45 where 1,2...... are dates for example january 1,2, etc. 6 and 7 are saturday and sunday how it is posssible
What is raid? : SQL Server Architecture