Hello, Love this util. But I had a major issue with it. Being outside the US of A, I don't use MM/dd/YYYY format dates. Because I run into a lot of US dates format/converting problems I set all m...
Scripting a partitioned temp/staging table does not include reference to source table's level of page level compression.
You can create a partition function with CREATE PARTITION FUNCTION [Person.PF_Address](int) RANGE LEFT FOR VALUES (10000, 20000, 30000); This function will not be handled properly due to the dot (...