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
what is denormalization? : Sql server database administration
How will oyu test the stored procedure taking two parameters namely first name and last name returning full name?
explain how to create a new schema in a database? : Sql server database administration
What is the purpose of forms?
What are the two virtual tables SQL Server maintains for triggers?
What are the advantages of having an index on the sql server?
How to create a store procedure with encryption?
Explain sp_configure commands, set commands?
What happens if null values are involved in boolean operations?
Explain the different index configurations a table can have?
Let us say master db itself has no backup. Now you have to rebuild the db so what kind of action do you take?
What are the advantages of user-defined functions over stored procedures in sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)