Viewing 15 posts - 1 through 15 (of 88 total)
dawryn (11/26/2009)
Another QoD turned sourAnd it will be covered with educational purposes :Whistling:
Hey, but at least we learned something, right?
Oh, wait...
November 27, 2009 at 7:00 am
Nice question.
Along the same lines of "no rows returned, do nothing", I have a feeling that it may be a case of "400 rows returned, assign 400 values to the...
November 27, 2009 at 6:52 am
mtassin (11/19/2009)
So far so good... except the CNXN doesn't work still.
😀
OK, that's my fault again. You did mention that one and I didn't add it to the test data...
November 19, 2009 at 8:54 am
You're right, and looking at it closer the code is actually putting 6.10 as a more recent version than 6.3 (10 > 3 in the way the logic is done)
This...
November 19, 2009 at 8:26 am
Hi Mark,
So it works in 2000 I've had to do away with CTEs so this looks a little convoluted. This looks to work on your test set?
It's a starting...
November 19, 2009 at 7:28 am
Hi ladies and gents, sorry about digging up an oldie...
sheepoo (2/23/2006)
We spent the last 4 months looking for a Business Analyst who would come with a...
November 13, 2009 at 5:33 am
Excellent question, stewartc, thank you!
I wish you had set this question a long time ago, this could have saved some people some work... How did this slip under my...
November 12, 2009 at 6:15 am
Hi,
What you are referring to there (PL/SQL) is Oracle and not SQL Server, which is probably why you're having issues finding anything relating to that. Try looking for T-SQL,...
November 3, 2009 at 6:45 am
bwieland (10/22/2009)
I may be a neophyte, but I am curious as to what you and others believe the Azure environment will provide over an existing IIS and web...
October 22, 2009 at 7:34 am
Couldn't you just use a flat file source in the data flow task, and use a script task in the control flow before the data flow task to set the...
October 22, 2009 at 6:51 am
GilaMonster (10/16/2009)
One word. Nulls.
Ah, beat me to it...
some test data to corroborate:
--create test tables
create table #iseries_file (edinumber char(20),variousotherstuff varchar(200))
create table #contract (con_edipolnum char(20),con_status int)
--populate test data
insert into #iseries_file
select '123456','vt 54...
October 16, 2009 at 9:54 am
Thanks Hugo, another gold nugget of SQL "under the hood".
Just thought I would add my thanks, and also tag this discussion as I dare say it will be...
October 16, 2009 at 9:33 am
cengland0 (10/14/2009)
October 15, 2009 at 7:13 am
Very good question in my book.
All too often you get guys spending hours debugging code and scratching heads when all along it was just someone chuffed up a datatype previously.
The...
October 14, 2009 at 5:37 am
Steve Vassallo (10/1/2009)
October 5, 2009 at 7:22 am
Viewing 15 posts - 1 through 15 (of 88 total)