Forum Replies Created

Viewing 15 posts - 121 through 135 (of 3,221 total)

  • RE: Tracking changes to a database via triggers and the transaction logs

    Have you examined / evaluated the use of Change Data Tracking. If not you may want to start here"

    http://msdn.microsoft.com/en-us/library/bb933875(v=sql.105).aspx

    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: looping through databases

    This might be what you need.

    EXECUTE sp_msforeachdb 'USE ?

    IF DB_NAME() NOT IN(''master'',''msdb'',''tempdb'',''model'')

    PRINT DB_NAME()'

    Returns:

    ReportServer

    ReportServerTempDB

    Test2008K

    Test2012

    SSISDB

    Scores

    TIPSNTRICKS

    VaTax

    TestPartition

    AdventureWorks2012

    QOD100

    To learn more about this...

    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: Query for extended properties

    For my own learning experience, following Glenn Berry's blog posting here is a query I fashioned

    DECLARE @LookF VARCHAR(9)

    SET @LookF = 'procedure'

    SELECT...

    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: Query for extended properties

    Here is an excellent source for information on Extended Properties by Glenn Berry

    http://sqlserverperformance.wordpress.com/2011/01/10/fun-with-extended-properties-in-sql-server-2008/

    which I believe will provide you with the information you requested.

    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: ISNUMERIC

    Agree with the title of the QOD being missleading, and to make sure people do NOT conclude, incorrectly, how ISNUMERIC works may I suggest that every one read this...

    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: Clustered Index

    Stuart Davies (3/5/2013)


    Very good question Demonfox - thanks.

    Took four re-reads and two cups of coffee before getting my point this morning

    +1

    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: USPS Addresses Load

    With over 2 hrs since you posted your request and no one has answered . might I suggest that you supply a sample (10 to 15 lines / addresses), the...

    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: Reducing Initial LDF/MDF size

    Items I believe you should consider. (Not knowing your exact operation).

    1. I assume that you have NOT found any evidence/documentation left by your predecessor(s) as to why...

    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: SET Options - 1

    malleswarareddy_m (2/26/2013)


    Thanks for great question. Please keep on posting QOTD Ron. You question and answers are always good.

    Thank you ..............

    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: OUTPUT - 1

    L' Eomot Inversé (2/27/2013)


    Nice question, but two (very minor) niggles: (i) what was the last statement for? and (ii) why refer in the explanation to the output clause returning rows...

    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: Creating Tables 2

    Koen Verbeeck (2/26/2013)


    Eazy peezy. Thanks for the question.

    +1

    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?

    bitbucket-25253 (2/25/2013)


    L' Eomot Inversé (2/25/2013)


    No QotD yet today? Has everyone stopped submitting them?

    Was wondering was it my link that failed to show the current QOD, so your note relieved...

    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?

    L' Eomot Inversé (2/25/2013)


    No QotD yet today? Has everyone stopped submitting them?

    Was wondering was it my link that failed to show the current QOD, so your note relieved me...

    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: Migrating from 2005 to 2012

    May I suggest as a first step in your upgrade task using the UPGRADE ADVISOR

    http://msdn.microsoft.com/en-us/library/ms144256.aspx

    2. If you have "extra" hardware available purchase a copy of the DEVELOPER EDITION of...

    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: Show all data from four tables joined or matched on a particular column

    To help those who want to assist you ... can you post the table definitions, some sample data.

    To do this quickly and easily please click on the first link in...

    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 - 121 through 135 (of 3,221 total)