Answer Posted / manoj pandey
DELETE vs TRUNCATE
Check: http://sqlwithmanoj.wordpress.com/2009/02/22/difference-between-truncate-delete-and-drop-commands/
~Manoj
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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
Explain about link server in sql server?
What are data regions?
Where the sql logs gets stored?
List the ways in which dynamic sql can be executed?
I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration
How do you use a subquery to find records that exist in one table and do not exist in another?
Are resultset updatable?
Explain can you implement data mining in ssrs?
What is difference between stored procedure and user defined function?
Is t sql the same as sql server?
What is sub-query in sql server? Explain its properties.
How to find index size for each index on table?
How do database indexes work?
What is model database? : SQL Server Architecture