Posts
Sort by recent activity
Command line scriptfile, no keys or indexes for tables
On the command line, when comparing two script folders, the script that it generates does not contain any keys or indexes for tables. Am I doing something wrong? Here is the command line I am using...
REBUILD PARTITION = ALL
Is there an option to remove the following line from the build script generated by SQL Compare?
PRINT N'Altering [dbo].[MyPartitionedTable]'
GO
ALTER TABLE [dbo].[MyPartitionedTable] REBUILD PARTIT...
Object reference not set to an instance of an object
I get the error "Object reference not set to an instance of an object." in the Synchronization Wizard when I click Next on the first step when there are certain stored procedures checked.
======col...