Forum Replies Created

Viewing 15 posts - 1,591 through 1,605 (of 3,221 total)

  • RE: Deleting tables from master database

    Before you perform as ALZDBA Posted Today @ 2:52 PM. You might want to delete the dependent tables before the Independent tables ... to list the dependent tables execute...

    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: Select Rows with same field

    The people here are all volunteers and are more than willing to provide a tested answer to your question, but to do so they need you to help them.

    Your question...

    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?

    With Jeff Moden Posted Today @ 10:58 PM

    Jeff are you pulling another 40+ hour week?

    Relax man, do you rXmas shoping.

    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: Reorganizing my indexes during working hours

    anolan

    In addition to prior forum replies, may I also refer you to the following Blog post:

    http://adventuresinsql.com/2010/09/how-is-fill-factor-impacting-my-indexes/

    It contains sample code that returns a large amount of index data, and ...

    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: Reorganizing my indexes during working hours

    To deternine the extent of index fragmentation you may want to execute some code like: (this found in a SSC posting so long ago that I can not remember 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: generate data dictionary

    Try this

    Select * From Information_Schema.Columns

    or get what you appear to desire using:

    Select Table_Schema,Table_Name,Column_Name,Data_type,Character_Maximum_Length

    From Information_Schema.Columns

    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: Script Stops with No Error on 250,000 INSERT... VALUES Statements

    Have you considered running the 50,000/5,000 or so rows within a BEGIN TRANSACTION and COMMIT TRANSACTION?

    What is your backup mode/schedule for this database?

    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?

    For those who may have missed it.

    Jeff Moden waxes poetic

    In days of old,

    When Knights were bold,

    And Windowing was not invented,

    He wrapped his code

    In a familiar mode

    And RBAR was prevented....

    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: Select top 1 with disctinct

    It would assist those who would like to assist you if you would post the table definition, some sampe data and desired results from that sample data. Refer to...

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

    CirquedeSQLeil (11/24/2010)


    Straight forward - thanks for the Question Ron.

    See my other post, it is you who gave me the idea for the question, and I thank you for that, and...

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

    By including this in my justification of the correct answer:

    I owe the idea for this question from a blog post by:SQL RNNR - Cirquede SQLeil

    https://www.google.com/reader/view/?tab=my#stream/feed%2Fhttp%3A%2F%2Fjasonbrimhall.info%2F%3Ffeed%3Drss2

    I had hoped to...

    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: Calculate dates an individual lives in apartement each month

    stan-617410

    Have to attend a meeting and must leave in a few minutes... will attempt to get back to assisting you .. but it might be tomorrow ...

    Give serious thoughts to...

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

    1. Altered your table LoadTbls to include a unique value, in this case an identity column, so that I could pass in the specific load I required,

    2. Inserted...

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

    You gave us a procedure, now what is the problem ? ?

    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?

    Posting here on a forum .. has been going s l o w very s l o w ,

    but eventually it...

    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,591 through 1,605 (of 3,221 total)