Viewing 11 posts - 1 through 11 (of 11 total)
Why not just use a server trigger?
I've done so successfully with great success. Even have it email the whole team the name of the offending developer so we can give...
January 19, 2015 at 9:42 pm
"You can also go for a third party tool for the same purpose"
Why? SQL Server has some reporting built into it. 😎
And can you be certain that the tool you've...
July 30, 2014 at 7:25 am
Works with varchar datatype too.
Watch out for when you attempt to output that variable though. If it gets large enough (64K of characters) it'll truncate your output.
I use this approach...
March 21, 2014 at 11:14 am
This was an awesome article on many levels. For me it's my first brush with Hyper-V so getting those instructions was GOLD! :w00t:
Second, I'm really excited to see the use...
November 30, 2013 at 8:27 am
Good point. In this case we're partitioning by the date because we want to archive old data that isn't necessarily organized. It's an aggreggation from 8 DBs where the they...
July 19, 2011 at 2:53 pm
Hey Paul,
Really is great to have the guy who wrote the code answering questions. My partition is based on a datetime datatype. Partition works like a...
July 13, 2011 at 12:01 pm
I got the book here in the States and found some incorrect parts of the SQL DDL for Create Table statements that where in fact ORACLE DDL code - not...
May 12, 2011 at 11:51 am
I get the following message:
Ad hoc update to system catalogs is not supported.:w00t:
July 21, 2010 at 7:16 am
You can enable output from your script components in the logging section. Make you explictly select the dataflow object in you logging tree. The script component logging option (which appears...
May 9, 2008 at 10:01 am
I wonder if we should check the inputrow buffer for a null value and set a flag to redirect the row to an error table of some sort.
October 1, 2007 at 4:31 pm
Thanks for the heads up on this. I have a task I'm working where this WILL be an issue. Good to have work arounds.:D
September 24, 2007 at 8:50 am
Viewing 11 posts - 1 through 11 (of 11 total)