How can we help you today? How can we help you today?
jalbert

Activity overview

Latest activity by jalbert

How about the ability to separately choose schemas for synchronization? That implies that all objects which belong to the chosen schema(s) are synched. / comments
How about the ability to separately choose schemas for synchronization? That implies that all objects which belong to the chosen schema(s) are synched.
0 votes
Bug: Insufficient error info w/dupe extended property defs
Consider the following trivial DDL:CREATE TABLE dbo.Widgets ( widget_id UNIQUEIDENTIFIER NOT NULL ); -- The first extended property works fine. EXEC sys.sp_addextendedproperty N'MS_Des...
3 followers 4 comments 0 votes
This is still a problem in version 6.2. I hope there are plans to fix this relatively soon; we'd like to put SQL Compare in the hands of all of our devs but this problem is holding it up. Thanks. / comments
This is still a problem in version 6.2. I hope there are plans to fix this relatively soon; we'd like to put SQL Compare in the hands of all of our devs but this problem is holding it up. Thanks.
0 votes
Apparent problem w/computed columns that use CLR UDTs.
I've run into some trouble with SQL Compare 6.1 and computed columns that involve CLR UDTs. Here are the steps to reproduce: 1. Create an assembly. 2. Create a user-defined type ("MyUDT") that refe...
2 followers 3 comments 0 votes
Apparent problem w/DEFAULT constraints of NEWSEQUENTIALID()
When I try to synchronize this following scripted table:CREATE TABLE foo ( foo_id UNIQUEIDENTIFIER CONSTRAINT default_foo_id DEFAULT NEWSEQUENTIALID() NOT NULL ); I get the fo...
3 followers 4 comments 0 votes