Viewing 15 posts - 21,826 through 21,840 (of 26,484 total)
foxjazz,
You post the DDL for your tables, which is good. What you also need to do is post the SQL code you are writing and having difficulty with, not...
March 24, 2009 at 9:38 am
Roy Ernest (3/24/2009)
Maybe you should edit your post and state that you should not use the...
March 24, 2009 at 8:41 am
Is it me or are the people we are trying to help just getting dumber, or do we need to start commenting are code a lot more heavily?
March 24, 2009 at 7:18 am
You don't need to use the INSERT statements. Those were there to load the test table (dbo.TestTab1) with data, which was then used to load dbo.TestTab2 with the same...
March 24, 2009 at 7:15 am
As I said before, we need the DDL (CREATE TABLE statement) for the table, sample data for the table (formated as INSERT statements so we may cut, paste, and run...
March 23, 2009 at 6:08 pm
suhailquadri (3/23/2009)
following expects to display distinct rows but it is not.. can any body help me out..
TID datatype is integer
SELECT distinct TID, EID, ENAME, EDATE, UID, EISSUCCESSFUL, EREMARKS
FROM ...
March 23, 2009 at 5:10 pm
Here is some test code for you to start with and it does it all in T-SQL, not SSIS:
-- Create initial test table that will be the source data
create table...
March 23, 2009 at 4:29 pm
Jack Corbett (3/23/2009)
Steve Jones - Editor (3/23/2009)
He's short, but not Yoda short.I'll let Lynn post a closer photo if he likes.
And what's your definition of short? Even though I'm...
March 23, 2009 at 3:08 pm
You are missing the "end" for the case statement in your original code.
try one of these:
select
(case when (leavedate is null)
...
March 23, 2009 at 2:27 pm
True, but for me there are three seasons of soccer, Fall, Spring, and Tournament with a definate break in there to relax. I haven't done indoor soccer and I...
March 23, 2009 at 1:25 pm
Steve Jones - Editor (3/23/2009)
RBarryYoung (3/23/2009)
So what's Lynn really like in person? Can you actually see the halo? 😀
Lots of soccer talk, and good to talk to. Hopefully...
March 23, 2009 at 1:12 pm
foxjazz, I am more than willing to help here, but I am not writing a line of code without the sample data and expected results. I need something to...
March 23, 2009 at 12:28 pm
Linson.Daniel (3/23/2009)
I couldnt really read through all the posts..but from what I have understood , ur requirment seems to be that from the set of records having the same...
March 23, 2009 at 12:25 pm
Good, but still lacking. Some sample data and expected results would be the icing on the cake. That would allow us to validate our code before posting back.
Please...
March 23, 2009 at 12:11 pm
RBarryYoung (3/23/2009)
Steve Jones - Editor (3/23/2009)
Thanks :blush:good to meet you as well and glad you liked the presentation.
So what's Lynn really like in person? Can you actually see the...
March 23, 2009 at 11:50 am
Viewing 15 posts - 21,826 through 21,840 (of 26,484 total)