Forum Replies Created

Viewing 15 posts - 1,471 through 1,485 (of 3,221 total)

  • RE: how to join two store procedure together

    dlam 18073 (2/2/2011)


    my 1st procedure will repeat many time, until all rows been insert to a table.

    if I put the 2nd procedure into 1st, how to know when the last...

    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: Database Expense Approvals Structure and Functionality

    After a search of previous forum posts (under the title "Bills of Materials") I ran across this reference, posted by Jeff Moden at:

    http://www.sqlservercentral.com/Forums/Topic414386-169-1.aspx

    Doing what Jeff recommended in the above...

    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: Triggers for Warnings

    Do not know if you are inserting one row at a time, or as a batch, that said you may want to examine using within your update/insert SP, a

    IF...

    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 join two store procedure together

    In both procedures I would use the TRY CATCH technique, first to report any errors, and secondly if the first SP generates an error the 2nd SP would not 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: Database Expense Approvals Structure and Functionality

    This is where I am unsure how to structure the database. I could have an ApprovedByID and ApprovedDate in the Expense Table or Invoice Table, but that would only allow...

    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: Database Expense Approvals Structure and Functionality

    User Table

    ID --Why such a generic term is it the user's Id or?

    User Name

    User Type -- this could be a limited standardized item - kept in a lookup...

    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?

    Wondering if any denizens of the thread can help this OP, as it is beyond my limited capabilities.

    http://www.sqlservercentral.com/Forums/Topic1056947-149-1.aspx?Update=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: Add numeric data from newly created columns(existing columns)

    pwalter83

    I have posted your code in a easily usable format for others to assist you. To be honest with you my knowledge is not that vast and I do...

    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: Convert to mm/dd/yyyy

    PSB (2/1/2011)


    CAn you give an example ?

    Go here :

    http://technet.microsoft.com/en-us/library/ms187928(SQL.90).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: From DBA / Dev to Management

    I have had the unique experience of moving from a team lead (4 programmers) actively engaged in programming, writing software requirements and test plan documents. It was enjoyable as...

    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: Add numeric data from newly created columns(existing columns)

    To help those who want to help you with a tested solution, please post table definition(s), sample data and required results. You can do this easily, just click on...

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

    Tom.Thomson (2/1/2011)


    Andrew Watson-478275 (2/1/2011)


    Koen (da-zero) (2/1/2011)


    A bit easy though, as you can guess the answer just by looking at the names of the DMV. 🙂

    I'm obviously too suspicious. I...

    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 capture output messages

    sunder.bugatha (1/31/2011)


    It doesn't work for me..temp table #OOPS is not getting created.

    The original code I posted, if it completed successfully would not have created the temp table #OOPS. Now...

    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 capture output messages

    Just as a wild thought - you could use something like this:

    BEGIN TRY

    EXECUTE ('restore verifyonly from disk=''C:orthwind.bak''')

    END TRY

    BEGIN CATCH

    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: Changing User defined data types

    Have you tried.

    1. In a NON production db opened the table with SSMS ... click in the data type column for the row with the address type, select CHAR(40)

    Now...

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