write down the code for "how we delete a table without
using of Drop command " ?
Answer Posted / shanmugam
truncate table tablename
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What do you think of this implementation? Can this be implemented better?
What is checkpoint in sql server?
You have modified 100 store procedures and want to replicate these changes from development to prodution, and production can have users using the Server/DB, how would you replicate without causing issues?
Explain about extended stored procedure?
Do you know what is openxml in sql server?
Where to find ntwdblib.dll version 2000.80.194.0?
Which sql server is best?
explain what is a deadlock and what is a live lock? How will you go about resolving deadlocks? : Sql server database administration
How do I delete a sql server database?
What is user-defined inline table-valued function?
Explain transaction server consistency?
What is replace and stuff function in sql server?
How to backup SQL Server Reporting Services ?
What does asynchronous call backs means?
How to create user defined functions with parameters?