Answer Posted / arun ashok
Drop Database DB_Name
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to search for a string in all stored procedure in sql server?
if you encounter this kind of an error message, what you need to look into to solve this problem? : Sql server database administration
How you can minimize the deadlock situation?
What is difference in performance between insert top (n) into table and using top with insert?
Write the syntax for stuff function in an sql server?
What are transactions in sql?
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
Define outer join?
what's the maximum size of a row? : Sql server database administration
How to verify a login name with sqlcmd tool?
What do you understand by replication in sql server? Mention the different types of replication in sql server.
What will be the maximum number of index per table?
What is the difference between cartesian product and cross join?
Will count(column) include columns with null values in its count?
What is cross join in sql server joins?