Forum Replies Created

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

  • 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...

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

  • 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...

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

  • 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! 😉

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

  • 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...

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

  • 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...

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

  • 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...

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

  • 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!

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

  • 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...

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

  • RE: Dynamic SQL and IN Operator

    VERY impressive splitter improvements there Jeff! Well done!!

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

  • 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...

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

  • 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...

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

  • 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...

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

  • 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...

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

  • RE: Online Indexing

    lianvh (4/19/2011)


    The server is running on a SAN with 15kdisks. The Log and MData files are on seperate LUNS.

    That answer leaves umpteen things unanswered. You statement could be this:...

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

  • RE: Performance on very large database - Help

    Nothing personal here but you have made design and indexing choices that tell me that you have absolutely no hope of successfully interacting with a 14B row FAT table. ...

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

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