Wednesday, February 3, 2010

Reporting Services Command Line Tool

This is an article on using the command line tool to deploy reports.

Using tools like this are much needed in a controlled environment when we have a fix set of deployment tools and roles.

We need to put a defined build onto a storage area and be able to reliably deploy it without development tools.

Posted by chriseyre2000 in 21:08:42 | Permalink | No Comments »

Saturday, January 23, 2010

Windows GUI Automation Tool

Here as recommend by some bloke on slashdot.

Posted by chriseyre2000 in 14:04:27 | Permalink | No Comments »

Script to document sprocs

@set _server=MYSERVER

@set _db=MYDATABASE

@set dbcmd=sqlcmd -S %_server% -d %_db% -E -k -W -Q

@REM select ‘%dbcmd% “sp_helptext ”[' + SS.Name + '].[' + SO.name + ']”” > doc\’ + SS.Name + ‘.’ + SO.name + ‘.sql’

@REM   from sysobjects SO

@REM   join sys.schemas SS

@REM     on SO.uid = SS.schema_id

@REM  where SO.type = ‘P’

Posted by chriseyre2000 in 14:01:40 | Permalink | No Comments »

Powershell and Databases

Here

Posted by chriseyre2000 in 13:59:15 | Permalink | No Comments »

Scripting Depolyment of Reporting Services

Here and Here

Posted by chriseyre2000 in 13:58:40 | Permalink | No Comments »

Another Code Generation Tool

Here

Posted by chriseyre2000 in 13:55:50 | Permalink | No Comments »

Ado.Net in Powershell

This is an article on using ado.net from Powershell

Posted by chriseyre2000 in 13:52:32 | Permalink | No Comments »

Thoughts on Branching in tfs

This and This are articles on branching in tfs.

These use a different technique to what I have been using.

Posted by chriseyre2000 in 13:51:09 | Permalink | No Comments »

TFS has a command line tool: tf

TFS has a command line tool: tf

See for details.

This overcomes some but not all of the obvious flaws.

Posted by chriseyre2000 in 13:48:31 | Permalink | No Comments »

Improv Clone!

This is a clone of Improv!

Improv was a revolutionary spreadsheet. By keeping the formulas distinct from the data it was far easier to maintain.

Posted by chriseyre2000 in 13:47:19 | Permalink | No Comments »