Forum Replies Created

Viewing 15 posts - 40,171 through 40,185 (of 49,571 total)

  • RE: query execution

    J.K (3/25/2009)


    And now i just want to check which all queries i had executed the very last day.I mean i want to know which all queries i had executed for...

  • RE: Are the posted questions getting worse?

    Jeff Moden (3/24/2009)


    I agree with Gail... that moron (actually he's more off than on :-P) is on my permanent black list just because he can't control himself.

    I take people...

  • RE: Do DBAs Still Read Techincal Books?

    Jeff Moden (3/24/2009)


    dwithroder (3/24/2009)


    I have an hour long commute, so I read.

    BWAA-HAA!!! Hopefully, you're not the one driving. 😛

    I used to read while driving to work. 😀

    I used to have...

  • RE: Database Recovery Help

    angels4kali (3/24/2009)


    For that matter, all my databases, including those that weren't dropped think they had a full backup taken on 3/15 and none of the full backup files exist

    Any idea...

  • RE: Can't restore a Copy Only backup

    Try typing the restore command manually. I seem to recall running into an issue with Copy-only and the GUI restore window.

  • RE: Weird Issue

    SQL ORACLE (3/24/2009)


    The T-Script I used to check database did not only provide informative message, it also caused the whole script failed. The job was terminated and marked as failure.

    We...

  • RE: Missing indexes

    balbirsinghsodhi (3/24/2009)


    Actually, this is the stored procedure I ran every night and stored in the Missing_Indexes table. In the table , I check the column called Overall_Impact, if the this...

  • RE: Cant Get Joins to work

    Still need the sample data.

  • RE: Trigger advice

    Looks OK. The only thing I'd change is that if statement. If there's an update that sets some usernames to null and others to a non-null value, the IF may...

  • RE: Cant Get Joins to work

    Please post table definitions, sample data and desired output. Read this to see the best way to post this to get quick responses.

    http://www.sqlservercentral.com/articles/Best+Practices/61537/

  • RE: Are the posted questions getting worse?

    RBarryYoung (3/24/2009)


    It's like the old joke:

    Q: How many psychiatrists does it take to change a light bulb?

    A: Only one. But it takes a very long time and the light...

  • RE: Select Command while dropping first 2 characters in the column

    Lookup the RIGHT function in Books Online. To get the results you want, you may need to combine it with LEN to get all the string except the first two...

  • RE: Database Recovery Help

    angels4kali (3/24/2009)


    Restore from device and selecting the two above back ups

    By doing that you're telling SQL that is is one backup striped across two files, which it is not.

    Select restore,...

  • RE: another problem I can't seem to work out.

    foxjazz (3/24/2009)


    I have an idea on how this could be done.

    Create 2 new tables with an identity, insert the records and join on identity.

    But I don't think that is a...

  • RE: another problem I can't seem to work out.

    foxjazz (3/24/2009)


    I am on 2005 and tmp tables are fine by me.

    Please post 2005-related questions in the 2005 forums in the future. I'm not asking to be pedantic. I'm asking...

Viewing 15 posts - 40,171 through 40,185 (of 49,571 total)