Activity overview
Latest activity by Aline
configuration for "modeling" the scripts
Hello
What I need is a configuration with which I can determine how the script should look like.
For example:
I'd like to have:
IF NOT EXISTS
(SELECT * FROM sys.objects WHERE OBJECT_ID = O...
CREATE USER x FOR LOGIN [windows group] WITH DEFAULT_SCHEMA=
Hello
I created with SQL Compare 8.1 folders with scripts.
As 2nd step I tried to synch from these scripts to a sandbox db.
But it failed due to this error:
The DEFAULT_SCHEMA clause cannot be us...
Currently, I use V1.1.0.63.
... and I got the problem again.
Is there another patch?
Thanks and kind regards
Aline / comments
Currently, I use V1.1.0.63.
... and I got the problem again.
Is there another patch?
Thanks and kind regards
Aline
Commandline tool: server and database as parameter
Hello
As I'm using the commandline tool and generating data for several instances of the same database, I'd like to pass servername and database as parameter.
Is this possible?
Thanks for your help...
Hello
I'm also missing this feature.
I think, for the moment I will delete this records with a script after data generation.
Kind regards
Aline / comments
Hello
I'm also missing this feature.
I think, for the moment I will delete this records with a script after data generation.
Kind regards
Aline
[image]
This patch works wonderfully.
Thank you.
Aline / comments
This patch works wonderfully.
Thank you.
Aline
Thanks a lot.
With the right switch, it works perfectly. :oops:
Thanks. [image] / comments
Thanks a lot.
With the right switch, it works perfectly. :oops:
Thanks.
commandline tool
Hello
I've newly created an project and saved it.
Now, I've tried to generate data with the commandline-Tool. But I've got the following:
R:\_Temp\zempa\Redesign\TestData>"C:\Program Files\Red Gate...
Generate composite key from 2 Foreign keys
Hello
I've got the following problem:
I've got 3 tables:
A with 250 records
B with with 100 records
and C's Primary Key consists of a Foreign Key (FK) to A and a FK to B and should contain about 5'...