what is the query and condition to delete datas in sql
server.
Answers were Sorted based on User's Feedback
Answer / ram suresh.l
Delete (primarykey number ex:empid) from databasename
Is This Answer Correct ? | 2 Yes | 4 No |
How to filter out duplications in the returning rows in ms sql server?
What is the difference between indexing and hashing?
What is the correct order of the logical query processing phases?
When we are using this query to shrink the log file,what exactly it will execute internally? Do we lose any data when we run this script? which data it will truncate in the log file and where it is saved. Please let me know... USE DatabaseName GO DBCC SHRINKFILE(<TransactionLogName>, 1) BACKUP LOG <DatabaseName> WITH TRUNCATE_ONLY DBCC SHRINKFILE(<TransactionLogName>, 1) GO
How do you persist objects, permissions in tempdb
How can you find out if the current user is a member of the specified microsoft® windows nt® group or microsoft sql server™ role?
What is query optimization process?
explain query execution plan
What is subquery in sql?
what is the signification difference of this bit data type between sql 6.5 and later version sql server?
What is the disadvantage of using subquery exact after a select statement?ex. select (select * from sometable)
What is resource governor?