Forum Replies Created

Viewing 15 posts - 3,661 through 3,675 (of 5,841 total)

  • RE: Online mirror server for offloading work

    I think Perry has the best recommendation here - snapshots on the mirrored databases.

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

  • RE: SQL Server Index and Performance tuning ETL

    Given that you have massive volumes of data to work with and yet are asking basic questions I really must encourage you to get a professional to help you with...

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

  • RE: Insert several records into a table from one source table, without a cursor

    BrainDonor (1/27/2011)


    Ah, abuse. Completely unhelpful, pointless and altogether disappointing Celko. I have several excellent articles written by your good self that I still refer every now and again, but this...

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

  • RE: Improve performance of a stored procedure doing search

    1) In my experience 'search' type stored procedures are often best done as dynamic sql. Non-trivial to construct but WAAAAYYYYYYY more efficient. Beware SQL Injection if you go...

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

  • RE: ALTERNATIVES TO LINKED SERVERS

    The BEST way to manage LINKED SERVERS is to never use them at all! They do LOTS of unfortunate things. The way to avoid them is to put...

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

  • RE: Unused Table space

    It is usually best to let sql server handle using space. Why would you want to 'reclaim' unused space? Isn't it likely to just get requested by the...

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

  • RE: Any concerns where I put transaction logs and tempdb?

    shifty1981 (1/26/2011)


    TheSQLGuru (1/26/2011)


    shaun.stuart (1/26/2011)


    You generally don't want any database files on the same drive as the OS because database files can grow. If something goes wacky, they could grow to...

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

  • RE: Display More Than 8000 Characters (SQL Spackle)

    Just gotta love the things you can do with a Numbers table!

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

  • RE: Stump on why this statement ever performs well 1 day 5 minutes next day a second.

    LutzM (1/26/2011)


    It looks like you posted the estimated execution plan.

    Would it be possible to post the actual execution plan?

    Also, would you please post the actual execution of a query that...

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

  • RE: Any concerns where I put transaction logs and tempdb?

    shaun.stuart (1/26/2011)


    You generally don't want any database files on the same drive as the OS because database files can grow. If something goes wacky, they could grow to consume all...

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

  • RE: Stump on why this statement ever performs well 1 day 5 minutes next day a second.

    Assuming there is an index on street and cityzip fields on c, it would seem that an index seek and bookmark lookup would be the "really fast" plan. You...

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

  • RE: Need to track the Database changes

    ahh. I took "...manipution have done in sql..." to mean DML only. 🙂

    BTW, I consider $1500 (list) VERY inexpensive when it comes to being able to find/unwind "holy...

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

  • RE: SSIS task causes tempdb to grow uncontrolled

    1) perhaps you can use a plan guide to force a particular plan (i.e. the one that runs fast OUTSIDE of SSIS). the key is the sort - that...

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

  • RE: Need help on tunning

    moosamca (1/24/2011)


    Hi Kevin,

    Thanks for your guidance, Let me hard code the query and see how the query plan is coming up. I have one more quick question here. I knew...

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

  • RE: Need to track the Database changes

    GilaMonster (1/24/2011)


    Unless you had a trace or trigger present when the changes were made, you cannot go back and get details of what happened.

    Not true. If you have all...

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

Viewing 15 posts - 3,661 through 3,675 (of 5,841 total)