Forum Replies Created

Viewing 15 posts - 4,861 through 4,875 (of 5,841 total)

  • RE: Confused on memory

    Gaby Abed (12/3/2008)


    Read the previously posted articles, but a quick summary:

    1. If you have 64-bit windows, skip this step and go to step 2. If you have 32-bit...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Basic Optimum Performance setup

    Since you seem to have 12 drives available, I would use SQLIO and test several configurations. Search online for guidance on how to use that app and even for...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Confused on memory

    SQL Server only takes memory as it is needed. Perhaps you only have (or access) a few GBs of data?

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Script to bifercate sql server eaten memory

    DBCC MEMORYSTATUS?? search online for documentation.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: how to fetch table data in stored procedure

    Ninja's_RGR'us (12/1/2008)


    Sure you can go with the "cheap" one... but look at the # of posts answered and see for yourself who is better qualified for the job :D.

    Maybe you...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Page level locking is disabled????

    1) since this is SQL 2005, the best practice is to use ALTER INDEX ... to perform index maintenance instead of DBCC INDEXDEFRAG...

    2) I don't know why you need to...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: how to fetch table data in stored procedure

    Ninja's_RGR'us (11/27/2008)


    Great I'll be the first to put a bid on this... 80 hours @ 95$ / hour >>> that'll be 7600$ to check up on this. Plus whatever...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Database Mirroring or Log shipping on different server

    Reading this thread one thought comes to mind: Paresh, you REALLY need to hire an experienced person to help you both evaluate what form of High Availability will meet...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: how to fetch table data in stored procedure

    Forums are for small, targeted help situations. This is NOT that! 🙂 230 lines of code in a sproc with nested cursors referencing multiple tables with...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Stored procedure has 60 times worse duration after moving from 2k to 2k5

    In addition to the update all statistics with fullscan, what about the configuration? Is the hardware identical and identially configured? Are sql server settings the same? Did...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Functio to get Amount in words.

    I tried the following calls, all with same error:

    SELECT dbo.MoneyToWords(99999999.99, 'dollar(s)', 'and', 'cent(s)')

    SELECT dbo.MoneyToWords(1, 'dollar(s)', 'and', 'cent(s)')

    SELECT dbo.MoneyToWords('9.99', 'dollar(s)', 'and', 'cent(s)')

    SELECT dbo.MoneyToWords('1.10', 'dollar(s)', 'and', 'cent(s)')

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Advice for array oflarge arrays

    1) I recommend Professional SQL Server 2005 CLR Programming by WROX

    2) SQL 2008 will allow for large CLR types if needed. I didn't review the needs carefully, but I...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Functio to get Amount in words.

    That looks pretty slick! A minor nitpick would be to use UNION ALL for populating the table variable. Also, if this were to be used regularly I would...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Advice for array oflarge arrays

    Jeff Moden (11/25/2008)


    It sure does... let's have a race when we're done... CLR vs T-SQL.

    Unfortunately I can't be the one to code it. 🙁 I have lots of obligations...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Advice for array oflarge arrays

    This sounds like an opportunity for CLR to me.

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 4,861 through 4,875 (of 5,841 total)