What are number line correlation administrators will use while working with a subquery?
Explain in details security in SQL azure?
What are Row versions of DataRow?
What are the character string functions supported by sql server 2005?
What is a coalesce function?
What is a view in sql?
How can I change procedure name in sql server?
Explain boyce and codd normal form(bcnf)?
What is an index. What are the types?
What is the report builder?
What is an index in sql?
What is transaction server explicit transaction?
How do I start sql server 2016?
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 a benefit of using an after insert trigger over using a before insert trigger?