Forum Replies Created

Viewing 15 posts - 391 through 405 (of 500 total)

  • RE: script errors

    I guess you're referring to the alert in the status line of management studio: "Query complete with errors"

    For a very long insert script the Messages pane may be full...

  • RE: Are the posted questions getting worse?

    Samuel Vella (5/21/2009)


    Lynn Pettis (5/20/2009)


    I'm going to have to say yes. We have two and they can definately be just as bad as the kids at times.

    My cat was...

  • RE: Are the posted questions getting worse?

    GilaMonster (5/21/2009)


    Lynn Pettis (5/20/2009)


    Bob Hovious (5/20/2009)


    Gail: There's hope!

    Many people have cats but go on to live perfectly normal lives. 😛

    As long as you remember this...

  • RE: SharePoint Thread Anyone?

    Visual studio would be my tool of choice

    However - we are not trusted to change anything on the server, and VS requires security settings in web.config - The powers that...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (5/20/2009)


    Roy Ernest (5/20/2009)


    I liked the answer from Window washer "Are you using SQL Server 2005 Express" and the answer "I am using SQL Server 2005" 🙂

    Reminds me of...

  • RE: Convert Base 10 to Base 64

    Or this http://www.sqlservercentral.com/scripts/Miscellaneous/31520/ could be what you're looking for

  • RE: Convert Base 10 to Base 64

    I'm confused. Do you mean number base 64 or Base64 Text Encoding. The text encoding method will pad to a 4-byte boundary so the result should be B7==....

  • RE: Delete help

    The syntax of DELETE on a JOIN can be tricky.

    For example, suppose you have Table1 and Table2 joined on Primary Key From Table1 to Foreign Key on Table2

    DELETE FROM T1

    FROM...

  • RE: Do you have access to your Windows server box ?

    Here the people who run the live servers do just that. They are Windows server experts who do the clustering, monitoring, hardware, Service Packs, hotfixes, backups etc.

    A...

  • RE: confused by user defined functions

    You can enclose clauses from nested IFs in BEGIN ... END blocks to explicitally show the logic. If there is more than 1 statement in a clause, you...

  • RE: Help avoiding RBAR

    FNS (5/19/2009)


    Now where's the emoticon for a beer...

    Steve ... ?

    We could do with a few more emoticons

    these ones don't display properly :beer: :rocks: ...

  • RE: Help avoiding RBAR

    ---- Edit ----------------------------------------------------------

    Sorry ignore this: I've just noticed its the SQL2000 group, and ROW_NUMBER() isn't available. But I've left it here for information only.

    -------------------------------------------------------------------

    Another de-duping method, using the...

  • RE: "Connection failed" when trying to run pass-thru query

    I'm guessing you have 2 Access databases set up as linked servers to SQL 2005 - and the problem is with one of them only.

    If so - some things to...

  • RE: Parse multiple dates from Text Field

    If you have access to visual studio .NET it may be worth looking at a CLR function. You will have access to the regular expression class which will make...

  • RE: How to calculate number of requests per period

    Bravo!

    code informatique exécution par excellence.

    - In case Google didn't translate this correctly - I meant to say

    Well done, thats a gread bit of coding. 😀

Viewing 15 posts - 391 through 405 (of 500 total)