What are the different types of backups that exist?
Answer / Sanjeev Kumar Aman
In SQL Server, there are several types of backups available. Full backup creates a copy of an entire database, including data files and log files. Differential backup only captures changes made since the last full backup. Transaction log backup captures transaction-level changes, allowing for point-in-time recovery. Copy-only backup creates a read-only copy of a database for reporting or testing purposes without affecting production data. Snapshot backup takes a snapshot of a database at a specific point in time and can be used to create read-only versions of databases.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you Implement SSIS Packages in your Project?
What is Transparent Data Encryption?
How to get a list of columns in a view using the "sp_columns" stored procedure?
If you are working on a SQL database and if suddenly a developer changes the code and your queries results start giving errors,how will you check using a T-SQL query (on system tables) that what has changed in the database.
Explain aggregate functions?
Explain some DBCC commands?
What is create statement?
Why use view instead of a table?
What is subquery? Explain the properties of a subquery?
What is a periodical index?
How to query multiple tables jointly?
What is tempdb database? : SQL Server Architecture
Oracle (3253)
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)