Viewing 15 posts - 346 through 360 (of 673 total)
SSIS was designed to be like Power Center, which also has a lot of buggy stuff if you don't follow thier ETL rules.
I like SSIS becuase it solves Many issues...
April 27, 2011 at 1:34 pm
I have run into problems with this myself.
They all went away when I decided to just move each file to an Archive folder in the ForEach Loop, and...
April 27, 2011 at 9:22 am
Steve Jones - SSC Editor (4/27/2011)
I am trying to get better and have learned to write questions that probe a bit without trying to trick someone.
"without trying to trick someone"
That...
April 27, 2011 at 8:36 am
Richard Warr (4/27/2011)
April 27, 2011 at 8:31 am
Nice question Steve.
We never have to guess or debate an answer with you.
April 27, 2011 at 8:20 am
Here is some psuedo code for a correct leap year test calculation.
if year modulo 400 is 0
then is_leap_year
else if year modulo 100 is...
April 27, 2011 at 8:16 am
I see a lot of churn, but no messages from Iianvh on if anything at all that anyone has recomended is working or a good fit for him.
Has...
April 26, 2011 at 8:01 am
Grant Fritchey (4/26/2011)
April 26, 2011 at 7:56 am
Jason Selburg (4/25/2011)
Can you agree that both of these code snippets SHOULD do the exact same thing! (Delete a random set of 9 rows)
but they do NOT....
April 25, 2011 at 11:50 am
Jason Selburg (4/25/2011)
The "logic" of the code makes...
April 25, 2011 at 8:16 am
Jason Selburg (4/25/2011)
It's intent was to get you thinking, and spark conversation on the validity of Microsoft's statement that this is by design and not...
April 25, 2011 at 7:58 am
bitbucket-25253 (4/24/2011)
Oh well, another question that does not rely on the workings of the database engine, but rather english comprehension.
I would say you comprehended just fine.
I would also...
April 25, 2011 at 7:40 am
QOTD reference says
there can be any number of rows from ZERO to the number of rows in the table being deleted from.
Which matches what I expected and what...
April 25, 2011 at 7:25 am
Been doing something similar to this for the last Six Months. I have found that the Database Edition of Visual Studio (2005, 2008, or 2010) has been invaluable in...
April 21, 2011 at 9:43 am
Viewing 15 posts - 346 through 360 (of 673 total)