How will you optimize a stored procedure optimization?
What is @@rowcount in sql?
To find second largest salary in Employee table
What are the diifferences between the ms sql server vs mysql?
Can an automatic recovery be initiated by a user?
What the class forname () does?
When is the use of update_statistics command?
how would you troubleshoot blocking? : Sql server database administration
What is NOT NULL Constraint in sql server 2012?
What is the purpose of a table?
Define the term DML, DDL and DTL?
What is index?
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