Forum Replies Created

Viewing 15 posts - 16 through 30 (of 55 total)

  • RE: Using Recordsets in DTS

    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?

  • RE: How to find NOT TOP 3? (Next rows after row 3)

    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 ...

  • RE: Trip to Mexico?

    Check into Costa Rica!  I'm planning to go early spring.  Don't have any links for ya, but I'm sure Google will.

  • RE: sql server and ASP

    This line is bad, too:

    set sqlstmt=nothing

    sqlstmt isn't an object, so you don't "set" it.

  • RE: sql server and ASP

    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.

  • RE: Question of the Day for 17 Nov 2004

    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...

  • RE: Question of the Day for 17 Nov 2004

    Hey Steve,  is there anything I can do to help with QA on the QOD?

  • RE: Question of the Day for 17 Nov 2004

    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? ...

  • RE: Question of the Day for 15 Nov 2004

    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...

  • RE: Open-ended querying of DB (???)

    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...

  • RE: Open-ended querying of DB (???)

    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...

  • RE: Suggestion-QOD problems

    Hey Steve is there any way that I can help out by doing the testing and QCing of the QOD?

     

  • RE: Question of the Day for 21 Oct 2004

    Just wanna add a "Yeah!" to all the other voices saying "what a stupid question."   No MIDDLE JOIN in BOL...'nuff said.

  • RE: Question About Relocation

    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!

  • RE: There HAS to be an easy way to get started...

    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...

Viewing 15 posts - 16 through 30 (of 55 total)