I want to copy our data warehouse's tables, procs, users, etc. to a new staging DW, but I don't need any of the data.
I've tried creating a snapshot with Redgate SQL Compare and get an error saying DW snapshots aren't supported. I've also tried scripting the DW, but I get an error saying "The 'DwTableDistribution' property is not supported on SqlDatabase edition database of SqlAzureDatabase SQL Server with version 13.0.0".
The only idea I have left is just to restore a full copy of the prod DW and wipe out the data, but that seems like a pretty huge undertaking when all I need is the skeleton of the DW. Any ideas?
You have a few options: