Explain what is row_number function?
What does dml stand for?
Can you explain about buffer cash and log cache in sql server?
What is the difference between writing data to mirrored drives versus raid5 drives
What is schemabinding a view?
Explain about extended stored procedure?
How to convert character strings into numeric values?
Which tools are available to manage SQL Azure databases and servers?
What is the usage of the sign function?
How to find the version of sql server? : sql server database administration
you accidentally delete the msdb database what effect does this have on your existing sql databases, and how do you recover? : Sql server administration
What is report subscription?
What is built-in/administrator?
What is the maximum size of a row in sql server?
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