Move one Filegroup to another
This script copies all tables found in a specific filegroup to another specific filegroup.
2009-08-19
46 reads
This script copies all tables found in a specific filegroup to another specific filegroup.
2009-08-19
46 reads
This Article shows a method to audit ETL-Processes to be able to retrace processes and affected data.
2008-12-12
10,971 reads
By Steve Jones
Recently a customer asked how they could get index changes to be captured in...
By Steve Jones
giltwrights – n. the imaginary committee of elders that keeps a running log of...
By DataOnWheels
Hey folks, fun personal post today. A few weeks ago, I got married! My...
Can I authenticate with Active Directory and get into PostgreSQL? Version: PostgreSQL 16.1 on...
USE [DBName] SELECT QUOTENAME(SCHEMA_NAME(sOBJ.schema_id)) + '.' + QUOTENAME(sOBJ.name) AS [TableName] , SUM(sPTN.Rows) AS [RowCount]...
Comments posted to this topic are about the item Backing Up Master