Forum Replies Created

Viewing 15 posts - 1,036 through 1,050 (of 7,636 total)

  • RE: Activation Stored Proc with Parameters

    Then, unless it had all optional parameters, the tutorial was wrong. Service Broker passes no[/b] parameters to the activation procedure, so if it requires any, the activation will fail.

  • RE: Audit

    kambanjet (2/8/2010)


    Good Day,

    I would like to ask for help on setting up auditing in SQL 2005 for any updates, deletions, and insertions done through the back-end or through SQL...

  • RE: DBCC Timewarp

    Bob Hovious (2/9/2010)


    The Dixie Flatline (2/8/2010)


    Oh sweet mercy..... Barry is really my own self from an alternative universe?!

    I feel smarter already !!

    Crap! My wife just...

  • RE: Database design question

    OK, I think that there is a very important conceptual block that you must address first, before you can ever be comfortable with this. Let's start here:

    Dave Winchester (2/9/2010)


    ...Would...

  • RE: Schemas and their owners

    Barkingdog (2/9/2010)


    Under sql 2008 creating a new database creates a schema called db_datareader. The owner of this schema is "db_datareader". The owner of the role named "db_datareader" is "dbo".

    1....

  • RE: Needed: An ADD CODE Button and Form

    BrainDonor (2/9/2010)


    Instructions on how to use the tags would be nice, possibly emailed as part of the initial registration or as a pop-up within the Post Reply screen.

    It took me...

  • RE: DBCC Timewarp

    The Dixie Flatline (2/8/2010)


    Oh sweet mercy..... Barry is really my own self from an alternative universe?!

    I feel smarter already !!

    Crap! My wife just called me "Bob"!...

  • RE: DBCC Timewarp

    CirquedeSQLeil (2/8/2010)


    Bob Hovious (2/8/2010)


    [h2]Urgent![/h2]

    Folks, I need serious help and fast! I have two cores on my system, so tried to use the "[font="Courier New"]-parallel[/font]" option in [font="Courier New"]DBCC...

  • RE: DBCC Timewarp

    [h2]Urgent![/h2]

    Folks, I need serious help and fast! I have two cores on my system, so tried to use the "[font="Courier New"]-parallel[/font]" option in [font="Courier New"]DBCC Timewarp[/font], but something has...

  • RE: Database design question

    Dave Winchester (2/8/2010)


    My main question was surrounding the design of many comment tables - I read a book about SQL Database Design and it made it clear that normalisation rules.

    Yes....

  • RE: Speeding up a fast forward cursor proc

    (Oops, bad post. Please ignore)

  • RE: Speeding up a fast forward cursor proc

    I fixed up the other function as it had some problems too (two parameters it wasn't using, really inefficient statement structure, etc).

    ALTER FUNCTION [dbo].[DebtorProfileGet_New] (@TotalPaid float, @TotalDue float) RETURNS int...

  • RE: Speeding up a fast forward cursor proc

    I also cleaned up one of the two functions as it had a lot of issues (an internal cursor, and referencing that missing table). Its not valid without that...

  • RE: Speeding up a fast forward cursor proc

    OK, I had nothing better to do today, so I went through and pared your proc down by 1) reducing the number of output tables from 6 to 3, 2)...

  • RE: Speeding up a fast forward cursor proc

    I should add also, that if multiple tables are treated in a logically identical way in the proc, then should also be able to eliminate the logically redundant tables.

Viewing 15 posts - 1,036 through 1,050 (of 7,636 total)