Viewing 5 posts - 1 through 5 (of 5 total)
Hi Gerard,
As an alternative to installing the SQL Server DLLs, the approach Ive used is to create a "wrapper" DLL to execute DTS packages. This is really just some helper code to make it...
April 5, 2006 at 3:59 am
hi schroeder.
i feel your pain,been there!
there can be a big unhealthy, unpleasant, and totally unnecessry divide between dbas and developers. it doesnt help anybody. try to sort it out, and be nice (even if you really,...
November 16, 2005 at 4:11 am
Hi Steve,
For what its worth I think your article was good. I really like the idea of having rollback script/release, allthough for me (and Im sure most people), the headaches of...
March 31, 2005 at 2:58 am
you could try this...
select
1 as "Tag"
, null as "Parent"
, '' as "Collateral1!1!!element"
, null as "Collateral2!2!!element"
, null as "Collateral3!3!Value!element"
union all
select
2 as "Tag"
, 1 as "Parent"
, '' as "Collateral1!1!!element"
, '' ...
September 2, 2004 at 8:21 am
Viewing 5 posts - 1 through 5 (of 5 total)