Forum Replies Created

Viewing 15 posts - 3,451 through 3,465 (of 5,843 total)

  • RE: Link Server Performance

    Jack Corbett (4/22/2011)


    Lots of good advice here. The one thing I learned back when I used linked servers is that you should do as much work on the linked...

  • RE: Online Indexing

    P.S. I specifically recommend that you do not REORGANIZE your indexes. Reorganization (defragmentation) takes about 8 times longer than rebuilding, if pages in the table are exclusively locked, the reorg...

  • RE: difference between sp and udf

    AShehzad (5/2/2008)


    what is difference between stored procedure and user defined functions

    There are so many, and they are so situation-specific, that this open-ended question goes WAY beyond what a forum post...

  • RE: Horrible Server Performance

    Grant Fritchey (4/21/2011)


    Usually others say this, but it's my turn. It really sounds like you're completely over your head here. I'd suggest hiring, even part time, a pro, someone who...

  • RE: Find previous date in a series

    Steve I really don't understand how you can expect us to help you with so little information given, especially in your first post! Help us help you! 😉

  • RE: OLEDB waittype With Linked server

    1) as someone else said, update stats on all tables and try again

    2) you may have reached what is known as a "tipping point", wherein the number of rows in...

  • RE: SQLserver 2005 Server side Tuning

    For one of the first times I can ever think of I will differ from Grant! I never leave maxdop at 0. On your config (with LOTS of...

  • RE: maybe need a plan guide?

    You have TWO sections of "bunches of logic". The question here is if those two sections take much work. If they do, then the cost of a recompile (unless...

  • RE: Data Type Comparison TSQL

    LOOKUP_BI-756009 (4/20/2011)


    Kevin, thank you so much. It works great. I've learnt something new today thanks to you.

    Glad to help!

  • RE: Link Server Performance

    Joy Smith San (4/20/2011)


    What do you suggest to pull data from DB's in other servers then.?

    I have had great success at clients using replication to help avoid cross-server data access...

  • RE: Dynamic SQL and IN Operator

    VERY impressive splitter improvements there Jeff! Well done!!

  • RE: Data Type Comparison TSQL

    There is an alternative - 2 of them actually. The first is to not do this kind of multi-datatype-column design. 😎

    The other is to use my favorite 4 letter...

  • RE: Update Statement Working very slow

    If you need to stay online while this is going on, you must batch the updates into smaller groups of say 1000 to 5000 records at a time using an...

  • RE: Database slow sql server 2005

    1) Your best bet BY FAR is to have a qualified professional remote into your machine and debug the perf issue. Probably take under an hour for said individual...

  • RE: Link Server Performance

    Tara-1044200 (4/18/2011)


    would there be any performance difference have a link server between 2 sql server using server type as Other data source("Microsoft OLEDB for SQL Server") versus SQL Server.

    I would...

Viewing 15 posts - 3,451 through 3,465 (of 5,843 total)