Activity overview
Latest activity by rickybibi
Logging with commandLine version
Hi ,
I'm using Schema compare 3.0.0.770.
Is it possible to change the logging level with the commandLine version (sco32.exe) ?
All those "table' line are a little bit annoying ...
Or is it possible...
Oh ,Sorry,
It's Oracle Schema compare 3.0.0.527.
thanks / comments
Oh ,Sorry,
It's Oracle Schema compare 3.0.0.527.
thanks
Parsing error with CONNECT_BY_ROOT
I received an Parsing failed with message SyntaxError. Unexpected token '.' (Line 40,
[12:33:08] ERROR: Col 34) symbol ..
Is Oracle Schema compare support CONNECT_BY_ROOT ?
Code : CREATE OR REPLACE...
Hi ,
I understand the projects aren't static for objects list.
But it's static for the database connection.
I want to deploy database changes on multiple database from a single snapshot.
So ,I need a way to change source and target dynamically in the project.
Thanks / comments
Hi ,
I understand the projects aren't static for objects list.
But it's static for the database connection.
I want to deploy database changes on multiple database from a single snapshot.
So ,I need...
How to deploy only differences with command line
Is it possible to limit the deploy database changes to only differences and objects missing , without project.
I must preventing to drop any objects , because the database contains other objects (t...
Yessss.
We use Borland Starteam.
Thanks / comments
Yessss.
We use Borland Starteam.
Thanks
Export a datasource to script folder
Why the "RedGate.SQLCompare.Engine.Options.SeparateTriggers" doesn't working ?
Is there a way to force to generate triggers scripts to a separe folder and/or files than the tables ?
Thanks
Another question.
Is't possible to define a different extension for each type script.
Example : .TAB for tables and .VIW for views ..
thanks / comments
Another question.
Is't possible to define a different extension for each type script.
Example : .TAB for tables and .VIW for views ..
thanks
well ,
i receive a error.
I want to comparing a Scriptfolder and a Live Database.
Help :
Take the resulting Differences object, create a Work object, and call BuildFromDifferences with a WriteToFileOptions object.
Error
The differences parameter refers to a live database, but this API call is for scritps folder synchronizations.
Parameter name: differences RedGate.SQLCompare.Engine.ReadFromFolder.WriteToFileOptions MyWriteToFileOptions = new RedGate.SQLCompare.Engine.ReadFromFolder.WriteToFileOptions();
db1.Register(Path, null, Options.Default);
db2.Register(new RedGate.SQLCompare.Engine.ConnectionProperties(ServeurName, databaseName), Options.Default);
RedGate.SQLCompare.Engine.Differences MyDifferences = db1.CompareWith(db2, Options.Default);
RedGate.SQLCompare.Engine.Work work = new RedGate.SQLCompare.Engine.Work();
work.BuildFromDifferences(MyDifferences, Options.Default, true, MyWriteToFileOptions);
/ comments
well ,
i receive a error.
I want to comparing a Scriptfolder and a Live Database.
Help :
Take the resulting Differences object, create a Work object, and call BuildFromDifferences with a WriteToFil...
Register database from script folder
How to register a database from the script folder creates with "writetoFolder" ?