What is change tracking in sql server?
Answer / Pervinder Singh
Change Tracking in SQL Server is a feature that allows you to track all changes made to tables, including insertions, updates, and deletions. It provides a table-valued function for querying the changes, which can help with auditing and reporting purposes.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain about local stored procedure?
How to handle error or exception in sql?
What are the differences between char and varchar in ms sql server?
Can you explain different types of joins?
What is the difference between substr and charindex in the sql server?
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
Do you know what is difference between stored procedure and user defined function?
What is the exact numeric data type in sql?
What are the differences between union, intersect, and minus operators?
What is the use of CASCADE CONSTRAINTS?
What are different types of constraints?
What is data source view or dsv? : sql server analysis services, ssas
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)