Forum Replies Created

Viewing 15 posts - 3,091 through 3,105 (of 5,841 total)

  • RE: about the site itself

    I can see both sides to this coin, and really don't know the best answer. If Steve can come up with a system like he described (using the D&D...

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

  • RE: How we dealocate the memory of a row

    roasdasdb 89asdasdasd013 (1/12/2012)


    Sounds like you are expecting the data files to automaticallly shrink, which does not happen unless explicitly set at the database level or requested on an ad-hoc bases.

    Try...

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

  • RE: Looping through SELECT statement results to assign to variables

    Anonymous, you have been given GREAT ADVICE by two of the best here and it goes to a FUNDAMENTAL DIFFERENCE between Oracle and SQL Server. To be effective/efficient with...

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

  • RE: How we dealocate the memory of a row

    chaudharydpk0 (1/10/2012)


    How we dealocate the memory of a row in a table in sql 2008 R2. please show the query if exist.

    You cannot do this. But like Gail I...

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

  • RE: how to have plus minus function on identity columns

    friendsuseonly (1/9/2012)


    how to have plus minus function on identity columns

    Definitely need more information on your actual NEED here to be able to guide you effectively.

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

  • RE: Memory Allocation

    Note that which database is taking up buffer pool space can change drastically from minute to minute. I can run one big report-style query and flush just about everything...

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

  • RE: Microsoft Gold Certified Partner Companies - Horror Stories

    1) It isn't just gold partners that can't design/build a decent SQL Server application. Have you ever taken a gander at Sharepoint?? :w00t:

    2) Many 3rd party vendors have cross-platform...

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

  • RE: Memory Allocation

    1) why do you want to know the various internal memory consumption? There is almost nothing you can do about it, and the knowledge is VERY unlikely to help...

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

  • RE: Need Details for Database Table partition in Sql server 2005 And 2008 Developer/Enterprise edition

    Steve Jones - SSC Editor (1/5/2012)


    We're not going to explain in detail the steps that are needed for your very large database. You need to learn how to do it.

    How?...

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

  • RE: tempdb on local or san disks

    GilaMonster (1/5/2012)


    Please note this thread is 5 years old.

    DANGIT!! I usually check for that but the combination of a stressful work day combined with about 2 hours of sleep...

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

  • RE: Problem during inserting row in a table ( sql server 2005)

    Jeff Moden (1/5/2012)


    TheSQLGuru (1/5/2012)


    >> "you also have a pot-wad of indexes"

    Jeff, is "pot-wad" a new technical term coined by the Standing Exceptional DBA?? 😎

    Heh... my Grand Father gave me...

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

  • RE: Problem during inserting row in a table ( sql server 2005)

    xaeru (1/6/2012)


    Dave Ballantyne (1/4/2012)


    TBH , the problem solving skills that you would have to demonstrate would be an integral part of a DBA role.

    If you are going for a DBA...

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

  • RE: Problems with T-SQL Exec statement

    Just in case you want to scale this out in the future to have multiple "queue-poppers" note that you can use the READPAST hint to allow the queue SELECT statement...

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

  • RE: tempdb on local or san disks

    1) You mentioned 300GB of local storage you might want to put tempdb on. It is CRITICALLY IMPORTANT to know what constitutes that 300GB "disk". It could be...

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

  • RE: Problem during inserting row in a table ( sql server 2005)

    >> "you also have a pot-wad of indexes"

    Jeff, is "pot-wad" a new technical term coined by the Standing Exceptional DBA?? 😎

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

Viewing 15 posts - 3,091 through 3,105 (of 5,841 total)