Forum Replies Created

Viewing 15 posts - 18,826 through 18,840 (of 19,560 total)

  • RE: Today's Random Word!

    Sunny

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Question of the Day for 23 Nov 2005

    Totally agree. I am doing the back questions to hone up a bit. There are some nitpicky things in some of the questions that make you have to...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Question of the Day for 05 Oct 2005

    I agree with the previous post on this one. The default for Reporting Services 2000 was for pageheight to be in Inches and the height would have been 11...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Question of the Day for 23 Nov 2005

    RBarryYoung (3/15/2008)


    Does anyone check these things?

    It is really disturbing how many wrong answers there are. It also makes me wonder how the folks with over 90% right ar doing...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: File move

    Have you considered using a maintenance plan, or an SSIS package to do this?

    Both seem like viable alternatives as well (in addition to Steve's suggestion).

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: File move

    try using xcopy with a command to delete

    or you can do a dir to parse the filename and date info into a temp table and then do a move based...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Replace cursor with while loop / compare cursor with while loop / optimize cursor

    Lynn Pettis (12/9/2009)


    Based on your sample table and data:

    with CombinedData as (

    select

    row_number() over (partition by ItemId order by LocationDateTime asc) as RowNum,

    ItemId,

    ...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Lynn Pettis (12/9/2009)


    How the .... did this person get a job in IT?????

    This guy has been a frequent post-er today

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: How to see password

    Better yet, have the user start using Windows Authentication instead of SQL Auth. Then the user will be using windows credentials. If the user can't remember the password...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Databases Schema Implementation

    Some reading on the subject:

    http://blogs.msdn.com/lcris/archive/2007/09/13/basic-sql-server-security-concepts-ownership-chaining-good-and-evil-schemas.aspx

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: LDAP-Query-page size problem

    Nice query, I am playing with it now and adapting to my needs. Seeing if I can take it to the level of overkill 😀

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Lynn Pettis (12/9/2009)


    jcrawf02 (12/9/2009)


    I have to say, jokes aside, I'm impressed with the group's psychic abilities, to be able to help someone with so little to work with. I...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Can anyone verify this please??

    To follow up on what Gail said, (and make it very obvious)

    Declare @NewBody Varchar(100)

    Set @NewBody = 'A record with id ' + d.id + ' has been updated'

    --Note: Where...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Lynn Pettis (12/9/2009)


    Anyone have a polite way of telling someone to learn how to debug their own code?

    I'm trying to help, but any time I try to write something about...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Update Statement Joins

    Use the brackets [ and ].

    Or click on the IfCode to the left that has code="sql" with the brackets.

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 18,826 through 18,840 (of 19,560 total)