Forum Replies Created

Viewing 15 posts - 1,171 through 1,185 (of 3,221 total)

  • RE: Find out a string in a store procedure

    syscomments is provided for backwards compatibility only.

    That is true, but I have run it in SQL 2008 and yes it does work ...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Find out a string in a store procedure

    adonetok (6/15/2011)


    Thank you for help. I ran bitbucket-25253's code. It works like magic.

    Glad I was able to assist, and I thank you for letting me know.

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Find out a string in a store procedure

    Here is a SP that I have utilized, you may want to try it. It searches more than just SPs.

    CREATE PROCEDURE [dbo].[UDP_FindWordsInaSP]

    @Watchword varchar(50)

    AS

    SELECT distinct

    'type' = case...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Are the posted questions getting worse?

    Grant Fritchey (6/15/2011)


    That's 10,000 posts, done.

    Wait, now it's 10,001.

    Congratulations

    Thanks for helping so many like myself, even though we do not acknowledge it at the time ... again thanks.

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Profiler

    Nice question - straight forward, no tricks -- Thanks

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: 4 Gb error in SQL 2008 express?

    calvo (6/14/2011)


    bitbucket-25253 (6/14/2011)


    http://www.microsoft.com/sqlserver/2008/en/us/editions.aspx

    Gives 4GB as max database size

    Think that's a MS typo? That page references SQL Server 2008 versions and breaks down the free editions into compact and express. Compact...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: 4 Gb error in SQL 2008 express?

    http://www.microsoft.com/sqlserver/2008/en/us/editions.aspx

    Gives 4GB as max database size

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Most annoying 'feature' of the day

    GSquared (6/14/2011)

    But that almost gets me started on MS Word. I HATE the programmers who wrote that piece of junk and all of the ways it thinks it knows what...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: How to achieve this?

    kish1234

    I have extracted a portion of your posting and present it below in a readily consumable format. However the table definition and supplied data appears to be...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: How to achieve this?

    I am sure that what you have posted is very clear to yourself. But for those who wish to help you, with a tested solution, please post the table...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Need a template to create Medicaid UB92 form from ssrs

    Many who would attempt to render assistance, most likely would not be familiar with a UB92 form, nor have you given them any idea of where that data for said...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Lazy Writer

    Nice clear question - thanks

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Selecting Rows with most recent date if amount exits

    To receive tested help please post table definition, including indexes, along with sample data and desired results. You can do this simply if you read the article whose link...

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Index for a 6Mrow by 200field static table

    Might I suggest a little reading to help you find the right path to follow.

    http://www.sql-server-performance.com/2009/identify-missing-indexes-using-sql-server-dmvs/

    and/or

    http://blogs.msdn.com/b/bartd/archive/2007/07/19/are-you-using-sql-s-missing-index-dmvs.aspx

    Right here on SSC

    http://www.sqlservercentral.com/articles/Indexing/64134/

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

  • RE: Problems with INSERT from stored procedure

    Simply put:

    INSERT EXEC Statement cannot be nested

    If everything seems to be going well, you have obviously overlooked something.

    Ron

    Please help us, help you -before posting a question please read[/url]
    Before posting a performance problem please read[/url]

Viewing 15 posts - 1,171 through 1,185 (of 3,221 total)