Viewing 15 posts - 16 through 30 (of 55 total)
Was there some reason you couldn't have done this with a transformation that used a SQL Query, rather than a table, as its source?
January 5, 2005 at 8:32 am
Could you select the TOP COUNT(*)-3 using the reverse order by? Might have to use a variable and an extra query to get the count... I doubt SQL would like ...
December 21, 2004 at 7:28 am
Check into Costa Rica! I'm planning to go early spring. Don't have any links for ya, but I'm sure Google will.
December 8, 2004 at 8:35 am
This line is bad, too:
set sqlstmt=nothing
sqlstmt isn't an object, so you don't "set" it.
December 3, 2004 at 3:12 pm
I don't think you want this line in there:
conn.execute(sqlstmt)
If it isn't actually causing an error, it's not doing anything constructive, that's for sure.
December 3, 2004 at 3:10 pm
Oh I don't agree with that... one could as easily say, "If you are tired of hearing people moan about the QOD, don't read the posts."
But frankly I'm glad...
November 18, 2004 at 7:31 am
Hey Steve, is there anything I can do to help with QA on the QOD?
November 17, 2004 at 9:17 am
My question is, in this line:
UpdateText tblEmailTemplate.EmailBody @ptrval 3831 0 '...remainder of French text to append to end of message...'
why is the insert_offset 3831? What's so magical about that number? ...
November 17, 2004 at 7:59 am
Exactly.. I didn't see any rows in the table where ColumnA = "Where", so I was quite certain that it would return no rows.
I don't think the wording of...
November 15, 2004 at 7:50 am
Well, of course there's the cube-browser that comes built in with Analysis Services. The authors of the book I'm currently reading (which I won't recommend) are fond of Intellibrowser by...
November 3, 2004 at 10:20 am
This definitely sounds to me like a job for OLAP. Once you have an OLAP representation of the database, there are a number of cube-browsers that savvy non-techies (sounds like...
November 2, 2004 at 10:20 am
Hey Steve is there any way that I can help out by doing the testing and QCing of the QOD?
October 29, 2004 at 9:57 am
Just wanna add a "Yeah!" to all the other voices saying "what a stupid question." No MIDDLE JOIN in BOL...'nuff said.
October 21, 2004 at 7:53 am
Kinda depends where on the East Coast. If it's the Carolinas, no problem. New York, you might some extra time to get situated. South Florida: good luck!
October 20, 2004 at 9:05 am
Actually, there is one decent argument against storing files in the file system and just storing pointers to the files in SQL...and that is that if someone or something ever...
September 30, 2004 at 10:20 am
Viewing 15 posts - 16 through 30 (of 55 total)