Forum Replies Created

Viewing 15 posts - 571 through 585 (of 7,636 total)

  • RE: ANSI_NULLS

    Thanks, Tom. I actually spent quite a lot of time on it. I especially liked that though it was T-SQL question, cutting and pasting it to a query...

  • RE: SQL Query from Excel VBA

    RBarryYoung (4/7/2010)


    photonicman (4/7/2010)


    Lol, I did not read your reply, Pass Through... how do I do that, lol

    Hang on, I'll have to look it up...

    Hmm, I'm having a lot of trouble...

  • RE: SQL Query from Excel VBA

    FYI, I just remembered that the DAY/DATEADD/DATEDIFF functions can be a problem sometimes...

  • RE: SQL Query from Excel VBA

    photonicman (4/7/2010)


    Lol, I did not read your reply, Pass Through... how do I do that, lol

    Hang on, I'll have to look it up...

  • RE: How many of you are not true DBA's?

    Well, I most definitely am not a SQL Server DBA, even though SQL Server is my primary focus. I am a SQL Server Developer and (even worse :-)) a...

  • RE: Performance issue - CPU at 100%

    Go to the "Processes" tab and then sort-descending on the CPU column.

  • RE: system tables only

    My pleasure, Jason. 🙂

  • RE: SQL Query from Excel VBA

    Oops, I forgot one other possible solution: Use a PASSTHOUGH option. Almost all access method libraries have some kind of option to allow the query to be passed...

  • RE: SQL Query from Excel VBA

    photonicman (4/7/2010)


    Just to Clarify, the Debug Window Code, pated into Management Studio works 100%

    Understood. This is uncommon, but still a reasonable occurrence, primarily because the SQL that you are...

  • RE: SQL Query from Excel VBA

    photonicman (4/7/2010)


    Also, the error is not very descriptive, I attached a copy of the error, if I goto Debug, the select line of code is at the end of the...

  • RE: SQL Query from Excel VBA

    photonicman (4/7/2010)


    The Debug.Print SQL command doesn't yield any results, the SQL Query is not allowed to execute, excel stops the query from executing with the run-time error 1004.

    I think there...

  • RE: creating table issue

    GSquared (4/7/2010)


    RBarryYoung (4/7/2010)


    ghostdance1969 (4/6/2010)


    OMG..............I feel so stupid, lmao............

    I can't believe I overlooked that this whole time.

    Thank you so much

    By the way I read alot of your replies helping others, you're...

  • RE: system tables only

    CirquedeSQLeil (4/7/2010)


    the tables are stored in the protected hidden resource db.

    Well, some of it is, but a lot of it is not even there. Rather, much of it is...

  • RE: SQL Query from Excel VBA

    Here's some stuff that can help us answer your question:

    1) add a DEBUG.PRINT SQL and paste the results here so that we can more easily see the whole SQL command...

  • RE: Incorrect syntax near the keyword 'IF'.

    Lookup the syntax for INSERT INTO..SELECT. You cannot put any external qualifications between the INSERT and the SELECT. If you want to filter it you should do that...

Viewing 15 posts - 571 through 585 (of 7,636 total)