Comments
Sort by recent activity
Hi Ben,
I tried to reproduce your problem but failed. I created 2 dbs with an identical table which has an identical foreign key on it. I then compared the dbs with the SQL Compare UI and command line and both times the tables came up as identical (using default options). Could you maybe tell me what version of SQL Compare 5 you are using and what SQL Server version your dbs are on?
Thanks,
Tilman / comments
Hi Ben,
I tried to reproduce your problem but failed. I created 2 dbs with an identical table which has an identical foreign key on it. I then compared the dbs with the SQL Compare UI and command l...
Hi Ben,
could you send us schema snapshots of your 2 databases? That would help us enormously to fix your problem.
You can create schema snapshots with the SQL Compare UI by going to Tools > Create Snapshot..., or with the command line by using the /makesnapshot switch. Having said that, maybe you shouldn't use the command line, given that it produces the errors you have reported.
If you could send these snapshots to support@red-gate.com, that would be much appreciated.
Tilman / comments
Hi Ben,
could you send us schema snapshots of your 2 databases? That would help us enormously to fix your problem.
You can create schema snapshots with the SQL Compare UI by going to Tools > Create...
Hi,
here is what somebody who worked on SQL Dependency Tracker said: "[the red bars] represent “importance†That is the fuller the red bar is the more objects depend on it. So something like dbo which just about all the objects depend on most of the time will have a full red bar."
Regards,
Tilman / comments
Hi,
here is what somebody who worked on SQL Dependency Tracker said: "[the red bars] represent “importance†That is the fuller the red bar is the more objects depend on it. So something like dbo...
Hi Alfredo,
maybe you could send us the schema of your database? That would help us greatly. (No data required.) If you have sql compare, you could just take a snapshot of your database and send that in. If you don't have sql compare, you could get a trial version and use that (unless you already had a trial, that is, in which case, let me know and we could extend your trial).
Regards,
Tilman / comments
Hi Alfredo,
maybe you could send us the schema of your database? That would help us greatly. (No data required.) If you have sql compare, you could just take a snapshot of your database and send th...
Hi again,
forgot to say, if you can find it in your heart, please send the schema to support@red-gate.com.
Cheers,
Tilman / comments
Hi again,
forgot to say, if you can find it in your heart, please send the schema to support@red-gate.com.
Cheers,
Tilman
Hi,
have you tried the IgnoreWhiteSpace option? It should be part of the default options. To specify it explicitely add:
/options:IgnoreWhiteSpace
to your command.
For more information on options see the verbose help of the command line, i.e.
sqlcompare /help /verbose.
Let me know if that helps.
Tilman / comments
Hi,
have you tried the IgnoreWhiteSpace option? It should be part of the default options. To specify it explicitely add:
/options:IgnoreWhiteSpace
to your command.
For more information on options s...
Hi Apoc,
it seems like you are having a problem with dependencies. Could you please check that you have the 'Disable foreign keys' option enabled when you package your database. This option is a 'Data option' and can be found by going to Packager>SQL Options>Data.
Thanks for pointing out the problem with the SQL Error window, we will incorporate a fix in the final release. / comments
Hi Apoc,
it seems like you are having a problem with dependencies. Could you please check that you have the 'Disable foreign keys' option enabled when you package your database. This option is a 'D...
This has been fixed in the latest patch. Please see here: http://www.red-gate.com/MessageBoard/vi ... hp?t=11077 / comments
This has been fixed in the latest patch. Please see here:http://www.red-gate.com/MessageBoard/vi ... hp?t=11077
The reason why the single file worked, was that it requested the images from the Red Gate servers. This was not working for people who didn't have internet connections. We changed it to make it work for those people, as well.
We could try and make it fall back to the online images if it can't find them locally, I guess?
Tilman / comments
The reason why the single file worked, was that it requested the images from the Red Gate servers. This was not working for people who didn't have internet connections. We changed it to make it wor...
Hi Larry,
Is zipping everything up not an option?
Regards,
Tilman / comments
Hi Larry,
Is zipping everything up not an option?
Regards,
Tilman