Activity overview
Latest activity by dmweyek
Powershell scripting share
Maybe there should be a sub forum for powershell script sharing or questions.
Brian Donahue wrote:
Definitely if you are scripting an object, the trigger will end up the same file as the table definition. SQL Compare still doesn't consider triggers as objects in their own right.
Does this mean that trigger as a separate objects is on the roadmap? / comments
Brian Donahue wrote:
Definitely if you are scripting an object, the trigger will end up the same file as the table definition. SQL Compare still doesn't consider triggers as objects in their own...
Teamcity Plug 0.0.3.648 issue.
I'm currently running the Teamcity Red-Gate plug 0.0.3.648.
I have following issue
1) If I have a table that is not in TFS that exists on the destination DB but not in sourcecontrol, I get an [Up...
David,
Is this the proper forum for the Team City plugin. I have some other errors I'm seeing but I'm not sure where to post them.
Thanks,
Doug / comments
David,
Is this the proper forum for the Team City plugin. I have some other errors I'm seeing but I'm not sure where to post them.
Thanks,
Doug
After looking at some of the artifacts posted by the build tools I Can see in the Deploy.ps1 power shell file that there is switch for mode.
createnew
upgrade
and else.
Does anyone know what I can change to affect these options. In my case, I want to do upgrades and not createnew. Is this not the right forum for these issues? / comments
After looking at some of the artifacts posted by the build tools I Can see in the Deploy.ps1 power shell file that there is switch for mode.
createnew
upgrade
and else.
Does anyone know what I can ...
I'm also dealing with an issue with the TeamCity plugin. I don't want the plugin to drop the database. There doesn't seem to be an option for this in the plugin.
In my case, the plugin drops the DB has some strange sync failure and leaves the DB empty.
Another interesting note. The sync fails but the build is reported as successful. [10:43:03][Generating creation script] Error: Synchronization of 'Scripts.state' and 'xxxx.xInventory' failed:
/ comments
I'm also dealing with an issue with the TeamCity plugin. I don't want the plugin to drop the database. There doesn't seem to be an option for this in the plugin.
In my case, the plugin drops the ...
Chris Auckland wrote:
Thanks for your post.
At what point are you seeing this error?
Does the account that you're using have enough permissions to install the framework and set the database to trustworthy?
I was finally able to successfully add the Testing Framework to that database. I had to reinstall/install .netframework 3.5 on the server and restart the server. / comments
Chris Auckland wrote:
Thanks for your post.
At what point are you seeing this error?
Does the account that you're using have enough permissions to install the framework and set the database to t...
tSQLtCLR Error
I'm getting this when trying to create the assembly on SQL 2005 SP2.
CREATE ASSEMBLY for assembly 'tSQLtCLR' failed because assembly 'tSQLtCLR' failed verification. Check if the referenced assembli...