Forum Replies Created

Viewing 10 posts - 196 through 206 (of 206 total)

  • RE: Multiple resultsets

    It is my understanding that having executed this stored proc from within .Net code, you get back a dataset that has multiple tables - each with their own structure. All...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Can i replicate triggers in merge replication.

    Forgot to mention, there is no need to publish anything other than what you are doing now. Just the table you need and the triggers flag should get the job...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Can i replicate triggers in merge replication.

    Using MSDE should make no difference. As far as I know triggers are fully implemented in this version of SQL Server

    Couldn't see your attachment so can't make any suggestions about...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Merge: Rows disappearing from a particular table

    Just checking if you have installed the necessary hotfix at all subscribers to take advantage of the compensate_for_changes proptery?

    The article at http://support.microsoft.com/kb/828637 talks about this in the remarks.

    It might be...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Quick Hints for using the RAISERROR Command

    Here is a conceptual look at one

    All you need to do is fill in the bits. I've borrowed some of the stuff Dave talked about in his article and just...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Could not allocate space for object ''''(SYSTEM table id: -683853068)'''' in database ''''TEMPDB'''' because the ''''DEFAULT'''' filegroup is full..

    A couple of possibilities that may or may not be valid.

    You are out of disk space on the drive where your tempDB resides

    You have restricted the growth of the tempDB...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Can i replicate triggers in merge replication.

    If you look at the properties of the publication, then look a the articles tab.

    Select the article that the trigger is associated with and click the button with the ellipses...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Quick Hints for using the RAISERROR Command

    Yes, good point.

    Take the two pronged approach and use a RAISERROR inside the stored proc too. This way you get messages as they happen but also an easily searchable set...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Quick Hints for using the RAISERROR Command

    Oops, slight error in my example - lets try again

    EXEC DebugSP @message, Paramlist

    -- Statement block runs here

    EXEC DebugSP @message, Paramlist


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

  • RE: Quick Hints for using the RAISERROR Command

    I like the concept but I generally take a slightly different approach.

    Use of a logging table that is populated by a single stored procedure that takes in the descriptions and...


    Regards,

    Steve

    Life without beer is no life at all

    All beer is good, some beers are just better than others

Viewing 10 posts - 196 through 206 (of 206 total)