Can we rollback records deleted by a truncate statement?
Answer Posted / mp
No, because it is a DDL.
We can only rollback DML statements, right?
| Is This Answer Correct ? | 6 Yes | 9 No |
Post New Answer View All Answers
Explain raiserror in sql server?
How many files can a database contain in sql server?how many types of data files exists in sql server? How many of those files can exist for a single database?
Explain about link server in sql server?
Is BCNF better than 2NF & 3NF? Why?
How many types of relations are there between dimension and measure group? : sql server analysis services, ssas
How to how to convert numeric expression data types using the convert() function??
How many instances per computer are there in sql server 2000?
How to use the inserted and deleted pseudo tables?
How to transfer a table from one schema to another?
Suppose you want to implement the following relationships while designing tables. How would you do it?a.) One-to-oneb.) One-to-manyc.) Many-to-many
how to create a scrollable cursor with the scroll option? : Sql server database administration
What is transaction server consistency?
How to search for a string in all stored procedure in sql server?
What is clustered vs nonclustered index?
hi, the following are the outputs of sp_spaceused and sp_tempdbspace sp_spaceused ------------ database size unallocated size tempdb 77752.95 MB 28026.99 MB sp_tempdbspace ------------- database size spaceused tempdb 77752.945312 1.007812 the unused space in sp_spaceused is nearly 28 Gb and in sp_tempdbspace is nearly 76 Gb cany any one explain about this output and why its giving different results.