Viewing 4 posts - 1 through 4 (of 4 total)
For details about SQL Server Auditing, please refer to the following article.
https://docs.microsoft.com/en-us/sql/relational-databases/security/auditing/sql-server-audit-database-engine
https://www.codeproject.com/articles/166264/audits-on-ms-sql-server
Alternatively, you may try this automated solution (
June 29, 2017 at 4:56 am
Below articles can help you to create required server audit and specifications:
https://tabledependency.codeplex.com/wikipage?title=SqlTableDependency
Alternatively, you may...
April 24, 2017 at 1:16 am
You can follow the below links to capture the row counts for all tables in a database.
http://msdn.microsoft.com/en-us/library/bb510625.aspx
http://www.mssqltips.com/sqlservertip/2537/sql-server-row-count-for-all-tables-in-a-database/
July 10, 2014 at 1:31 am
Express12 (7/9/2014)
(I recently...
July 10, 2014 at 12:59 am
Viewing 4 posts - 1 through 4 (of 4 total)