Viewing 15 posts - 481 through 495 (of 1,034 total)
Triality (1/10/2012)
That is a good idea, but how do I make sure the error is raised before any of the no match output rows are added to the database?
Make the...
January 10, 2012 at 12:13 pm
Triality (1/10/2012)
January 10, 2012 at 9:56 am
Triality (1/10/2012)
January 10, 2012 at 9:49 am
Koen Verbeeck (12/16/2011)
ChiragNS (12/16/2011)
Does the source table that you populate your data from have a identity column as the primary key ?
If so you can take the max of that...
January 10, 2012 at 9:43 am
Oracle supports storing timezone with dates.
http://docs.oracle.com/cd/B14117_01/server.101/b10759/functions179.htm
Using the portability defense really isn't a good idea... each DB server is different enough, that queries that can run on all of them, likely...
January 10, 2012 at 9:29 am
It is also nice when you want to look at all the values relative to your current timezone. For instance, all the logging data goes into the table from...
January 10, 2012 at 8:56 am
Yay! For a change one I didn't have to think about, because I actually knew the answer.
Such a warm and fuzzy feeling... 🙂
December 15, 2011 at 6:50 am
john.arnott (12/9/2011)
Is the error message completely unambiguous? Or is it possible that some other column is what's getting truncated? "Truncation" makes it sound like a character...
December 9, 2011 at 1:45 pm
Evil Kraig F (12/9/2011)
mtassin (12/8/2011)
I did... that's where the dates and times from above come from. 🙂
D'oh, *facepalm*. Sorry.
I'm wondering if this is a case of SSIS complaining...
December 9, 2011 at 12:55 pm
john.arnott (12/7/2011)
December 8, 2011 at 6:52 am
Evil Kraig F (12/7/2011)
mtassin (12/7/2011)
December 8, 2011 at 6:50 am
Ninja's_RGR'us (11/21/2011)
mtassin (11/21/2011)
Ninja's_RGR'us (11/21/2011)
I know it depends, but I'm getting sick of making that argument so I was hoping one of you guys would take care ot that! 😉
IT DEPENDS!
There...
November 21, 2011 at 7:40 am
Ninja's_RGR'us (11/21/2011)
I know it depends, but I'm getting sick of making that argument so I was hoping one of you guys would take care ot that! 😉
IT DEPENDS!
There I did...
November 21, 2011 at 7:05 am
Hugo Kornelis (11/14/2011)
martin.whitton (11/14/2011)
November 14, 2011 at 7:38 am
I woulda had it right, but I thought I'd double check myself. Since I was using SQL 2008 R2, I figured I'd use the new way to do inserts...
November 10, 2011 at 7:02 am
Viewing 15 posts - 481 through 495 (of 1,034 total)