Forum Replies Created

Viewing 15 posts - 4,381 through 4,395 (of 5,841 total)

  • RE: Surely It Should Just Work?

    bpatin (11/19/2009)


    I've only worked on my own functions, and have looked at execution plans to compare the with and without. I have created some queries, without using functions, that had...

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

  • RE: Surely It Should Just Work?

    bpatin (11/19/2009)


    I've seen the T-SQL for a maintenance plan (view only) with a disclaimer that it may not be exactly what the server will be executing, but see no way...

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

  • RE: SQL Server Locking up following restore

    Shark Energy (11/19/2009)


    Oh I need it! haha

    Dammit!! I thought I mentioned triggers up earlier in the thread but I don't see it. Something must have barfed in my...

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

  • RE: REPLACE Multiple Spaces with One

    Paul, I seem to recall other topics from the years whereby BIN collation was the way to go for efficiency reasons if that was your most important criteria.

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

  • RE: delete records in sql without entry in transaction log

    asingh-773142 (11/18/2009)


    To fast delete records with a "where" clause. You will have to do a little work but it is nothing compared the time it takes to delete the records.

    Try...

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

  • RE: REPLACE Multiple Spaces with One

    C# Screw (11/18/2009)


    Oh look ! I have become a ValuedMember :blush:

    Screw

    And pretty much the entire value from just one thread too, eh?? Glad to have you onboard!

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

  • RE: REPLACE Multiple Spaces with One

    GSquared (11/18/2009)


    Nadrek (11/18/2009)


    Jeff Moden (11/17/2009)

    You and another poster said about the same thing... I'm going to have to give it a try. Although it's not likely to have 8000 spaces...

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

  • RE: REPLACE Multiple Spaces with One

    jcrawf02 (11/18/2009)


    Thought I'd tell you, you guys are just fun to watch. 😉

    And provide significant community benefit too!!

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

  • RE: Surely It Should Just Work?

    I especially dislike having to use a GUI to tediously redo by hand things such as maintenance plans that I might quickly do in an open-source platform with a text...

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

  • RE: SQL Server Locking up following restore

    replication maybe?

    Really starting to sound like you need either Microsoft support or a consultant on board to get this resolved.

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

  • RE: Surely It Should Just Work?

    One thing I have discovered is that functions can be very useful in simplifying queries, and equivalent functions can be written, with some accounting for language differences, for both SQL...

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

  • RE: Surely It Should Just Work?

    bpatin (11/17/2009)


    Whatever the main premise of your article, you mentioned a "very simple four-way join" that "took ten times as long" in PostgreSQL as it did in SQL Server. ...

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

  • RE: Performance Monitoring Tools

    bwilliams-1049831 (11/17/2009)


    Yes there is a top SQL screen.

    You can view and sort by almost any parameter you wish. CPU time, Physical reads, Elapsed time, logical Reads etc.

    When I am tunning...

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

  • RE: Performance Monitoring Tools

    bwilliams-1049831 (11/17/2009)


    I am using Quest Spotlight for SQL Server.

    I also use Quest Spotlight for Oracle.

    I love the graphics I can quickly see green is good and the closer we get...

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

  • RE: Trunc log on chkpt

    Newbie, you REALLY need to get a professional to come in for a few days to give your group some training on how to effectively and PROPERLY manage a sql...

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

Viewing 15 posts - 4,381 through 4,395 (of 5,841 total)