Forum Replies Created

Viewing 15 posts - 5,041 through 5,055 (of 9,399 total)

  • RE: sql server 2008 R2 ent edition sp3 64 bit not releasing memory

    For all the reasons Gail stated, high memory consumption is actually a feature, not a flaw. Any time you can avoid going to disk and read pages from memory...

  • RE: Are the posted questions getting worse?

    jasona.work (9/26/2015)


    Ed Wagner (9/25/2015)


    Okay, it's a bit of a haul for me, but it'll be good to know if I ever find anyone who actually has one. It would...

  • RE: No Time for Testing

    The title had me intrigued. If there's no time for testing, then it's no time to code. We all encounter emergency situations where people want things done right...

  • RE: Returning Up To Date Contents of Stored Procedures to Enable Find Replace

    I'm curious as well. I always use sys.sql_modules to query procedure and function definition and I've never encountered a case when it's wrong. The columns is an nvarchar(MAX),...

  • RE: Today's Random Word!

    SQLRNNR (9/26/2015)


    Ed Wagner (9/25/2015)


    Luis Cazares (9/25/2015)


    Ed Wagner (9/25/2015)


    Brothers

    Mario

    Luigi

    Koopa

    Bowser

  • RE: Conversion failed when converting the varchar value - Error

    Kristen-173977 (9/26/2015)


    WayneS (9/25/2015)


    And it doesn't take a period one of those names to mess this up... just a space would do it also.

    Very entertaining video of a presentation by Rob...

  • RE: How to avoid using scalar User Defined Functions?

    Finding everything that calls your SF is going to be difficult. You can use sys.sql_modules for everything in the database, but if you have any code outside the database,...

  • RE: 1st Time?

    If you want a tested solution, please take the time to read the article pietlinden and Jeff mentioned. There's also a link to it in my signature. Please...

  • RE: How to hide stored procedures from user?

    J Livingston SQL (9/25/2015)


    USE tempdb

    GO

    -- create a test proc in tempdb

    CREATE PROCEDURE usptest

    AS

    SELECT * FROM #temp

    GO

    -- following code will not remove proc from SSMS

    -- but does prevent it showing in...

  • RE: A problem in Backup time

    MotivateMan1394 (9/25/2015)


    Thank you All

    I checked it with server team.

    Most likely It's related to new backup server . It has a drive with 2 T.byte size.

    Although they say...

  • RE: When IsNumeric not numeric?

    If the point of the OP was to test ISNUMERIC, then ample information and Jeff's article has been provided and I won't offer anything different. The function does what...

  • RE: Painful datetime conversion

    Sean Lange (9/25/2015)


    Wayne West (9/25/2015)


    Sean Lange (9/17/2015)


    ... I would rather peel M&Ms in the desert than work with this system.

    Sounds like the ERP system used by a previous employer. ...

  • RE: Are the posted questions getting worse?

    jasona.work (9/25/2015)


    Ed Wagner (9/25/2015)


    jasona.work (9/25/2015)


    Ed Wagner (9/25/2015)


    jasona.work (9/25/2015)


    Ed Wagner (9/25/2015)


    jasona.work (9/25/2015)


    Ed Wagner (9/25/2015)


    jasona.work (9/25/2015)


    Ed Wagner (9/25/2015)


    jasona.work (9/25/2015)


    Ed Wagner (9/25/2015)


    jasona.work (9/25/2015)


    Dang...

    Now I'm going to have to leave it to the wife...

  • RE: Are the posted questions getting worse?

    SQLRNNR (9/25/2015)


    Eirikur Eiriksson (9/25/2015)


    SQLRNNR (9/25/2015)


    Steve Jones - SSC Editor (9/25/2015)


    Personally, as I get older, I don't want a cannon. Hard on the wrists and arms.

    Just mount it to a turret.

    ...and...

  • RE: Are the posted questions getting worse?

    jasona.work (9/25/2015)


    Ed Wagner (9/25/2015)


    jasona.work (9/25/2015)


    Ed Wagner (9/25/2015)


    jasona.work (9/25/2015)


    Ed Wagner (9/25/2015)


    jasona.work (9/25/2015)


    Ed Wagner (9/25/2015)


    jasona.work (9/25/2015)


    Ed Wagner (9/25/2015)


    jasona.work (9/25/2015)


    Dang...

    Now I'm going to have to leave it to the wife which one we...

Viewing 15 posts - 5,041 through 5,055 (of 9,399 total)