Activity overview
Latest activity by informatika
FROM NULL TO NOT NULL, BUT WITH DEFAULT
I have a suggestion for a new option. Sometimes it happens, that we create a table like this:CREATE TABLE Test ( ID INT IDENTITY ( 1, 1 ), Field1 INT NOT NULL, Field2 INT NULL )
IN...
Options."DoNotUseALTERASSEMBLYToChangeCLRTypes"?
Hello,
how do I set the option "Do not use ALTER ASSEMBLY to change CLR types" in my code:Differences diffs = m_ReferenceDatabase.CompareWith(m_DatabaseToUpdate, Options.ForceColumnOrder );...
Wrong order in synchronization script
Hello,
with new SQL Server 2005 it's not possible to update our databases in one step anymore, because SQL Compare creates some functions in wrong order.
I have made a script for you to test. It cr...
No, SP1 doesn't help.
Now I put my problem into SQL Compare 5. I also have an example for you, to try out.
Thanks,
;-), Mike / comments
No, SP1 doesn't help.
Now I put my problem into SQL Compare 5. I also have an example for you, to try out.
Thanks,
;-), Mike
API, integrate into own editor
Is there any possibility to integrate SQL Prompt into a self-written editor (with .net 2005)? Are there any APIs for that or something else?
Thank you,
Michael Kriegner
Sorry, 4.3 version is also not working (same like the previous version and same like verion 5).
Any other idea? How do you find out such dependencies? By the way, we haven't installed the Service Pack 1 for SQL Server 2005 yet, could this be a problem?
I will tell you, when we have installed SP1 ...
Thanks,
;-), Mike / comments
Sorry, 4.3 version is also not working (same like the previous version and same like verion 5).
Any other idea? How do you find out such dependencies? By the way, we haven't installed the Service P...
Hello Brian,
thanks for reply, I just found out (because with a backup and restore to another place it still didn't work), that the primary key was not set for the column. I always saw the identity( 1, 1 ), but didn't see the missing primary key symbol.
Thanks,
;-), Mike / comments
Hello Brian,
thanks for reply, I just found out (because with a backup and restore to another place it still didn't work), that the primary key was not set for the column. I always saw the identity...
Comparison Key not set
I have two identical Databases (because of SQL Compare) and want to synchronise with SQL Data Compare. But in some tables the comparison key is not set. Why? What's the problem?
Thank you for any h...
Problem with CTE
When I synchronize a new, empty Database I get following error, because of a wrong executing order and I think, it's because of the CTE:
The following error message was returned from the SQL Server...