Activity overview
Latest activity by SeriousM
Hi,
it turned out that a reboot was required after the update 10.0 to 10.2.6.114.
Problem solved, thanks!
Cheers / comments
Hi,
it turned out that a reboot was required after the update 10.0 to 10.2.6.114.
Problem solved, thanks!
Cheers
SqlCompare stucks at 'Populate ObjectText'
Hi,
when i compare a sql 2008 r2 database with a windows azure database the comparer stucks at "Reading object context".
WHen i look into the log where is the step "Populate ObjectText" where it ha...
Hi David,
i ask you to understand that we wont use the UI for this task.
"sql compare 10 console" has the /migrationfolder command line option and all i want to know is how i have to use it.
i ask you (again) to help me and answer my questions:
.) how the files in the migration folder have to be named?
.) do i have to write normal sql commands and sql-c interprets/merges my commands or do i have to write environment specific sql (for sql azure!)?
.) do the commands from the files run in the same transaction as the generated script from sql-c?
thanks in advance,
bernhard / comments
Hi David,
i ask you to understand that we wont use the UI for this task.
"sql compare 10 console" has the /migrationfolder command line option and all i want to know is how i have to use it.
i ask ...
Hi David,
i was asking for a command line solution for continous integration.
we do not have the licences to give every developer a sql compare version and this does not solve the problem at all!
again: please tell me how i can use the migration script folder.
please read my entire post and then help me (please!).
i do not want to use the UI and i do not want to use the project file saved by the UI.
thanks in advance,
bernhard / comments
Hi David,
i was asking for a command line solution for continous integration.
we do not have the licences to give every developer a sql compare version and this does not solve the problem at all!
a...
Hi David,
as i have written, i use the (quote:) 'sql compare 10 (comand line!)'.
we use it in an automate build process for continous integration.
can you please read the entire post and help me (please)? @documentation:
ive looked at the product page, the support pages, the forum and even the wiki but there is no documentation. you can choose where you want to put more into about this feature.
thanks in advance / comments
Hi David,
as i have written, i use the (quote:) 'sql compare 10 (comand line!)'.
we use it in an automate build process for continous integration.
can you please read the entire post and help me (p...
Sql Compare 10.1 Command Line Migration Script Folder
Hello,
please help me to achieve the following scenario:
Given:
.) Only Sql Compare
.) DataBase scripts in SVN (but not with Sql Source Control)
.) Server: SQL Azure
.) Table: Test1
.) other tables...
Hi David,
thanks for the link to the video.
The migration script option is only available with the additional product "SQL Source Control 3.0" which we wont buy.
So we have to execute a custom pre/post deployment script and with this way we can handle the sql azure problem with ease.
Thanks! / comments
Hi David,
thanks for the link to the video.
The migration script option is only available with the additional product "SQL Source Control 3.0" which we wont buy.
So we have to execute a custom pre/...
This is simple:
Table before update:
[User]
'Name' (contains "Test Dummy")
Table change:
[User]
Rename 'Name' -> 'FirstName' (still contains "Test Dummy")
Add 'LastName' (defualt "not set")
Table after update:
[User]
'FirstName', 'LastName'
Post deployment script:
update [User]
set LastName = StringAfterFirstSpace(FirstName), FirstName = StringBeforeFirstSpace(FirstName)
where LastName = 'not set'
This is a silly simple example, but could occur.
Sure, i could execute this after i executed the schema update script, but i want to handle the whole update in a transaction. / comments
This is simple:
Table before update:
[User]
'Name' (contains "Test Dummy")
Table change:
[User]
Rename 'Name' -> 'FirstName' (still contains "Test Dummy")
Add '...
Pre/Post Deployment Scripts
Hi,
we evaluate sql compare for azure db deployment and i wonder how i can add pre/post deployment scripts to the output?
do i need an additional product or do i miss something important?
thanks
Alex.Davies wrote:
The trail will start after the first decompilation in version 6.5, as we noticed that some people got into the same situation as you. If you have been using 6.1, getting the latest version will give you a new trial.
If not, get in touch with sales, and they should be able to help you.
It is the version 6.5, but the trial started with an older version (i cant remember the version number, but it was before vs 2010 was released).
can you give me a contact of one of the sales team pls? / comments
Alex.Davies wrote:
The trail will start after the first decompilation in version 6.5, as we noticed that some people got into the same situation as you. If you have been using 6.1, getting the l...