Showing posts with label Team City. Show all posts
Showing posts with label Team City. Show all posts

Tuesday, March 17, 2015

Thursday, August 28, 2014

exec in Team City

you need to add exec - for example - a plain sp_rename wont work

Wednesday, May 7, 2014

The type or namespace name 'Blah' does not exist in the namespace 'heh.heh' (are you missing an assembly reference?)

I was getting this in a team city build because the dll was directly referenced instead of the project being referenced.

This has great consequences with release builds
As I understand it,only with a project reference is the bin created

Friday, March 7, 2014

If you can't find the error in the team city log

go to the log team city creates under c:\temp in the destination server for more detailed info

Tuesday, December 10, 2013

team city and comments

it appears that team city removes /**/ comments and keeps -- comments in stored procedures

Wednesday, November 6, 2013

Table types in Team City

create a script that drops the sp's that reference the table type - drop the table type
have this run before the sp's do