Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Save Print messages

    Thanks for your help. That works really good

  • RE: Save Print messages

    This is what I created.  Any help to clean this up a bit would be appreciated.

    Thank you

    se Leads

    if object_id('stpDialable_Log_AZ') is not null

     drop proc stpDialable_Log_AZ

    go

    create proc stpDialable_Log_AZ

     

    AS

     

    --------------------------------------------------------------------------

    --------------------------------------------------------------------------

    /*

    Name: stpDialable_Log_AZ

    --------------

    Description:

    --------------

    Inserts entry into dbo.DBOLog_Dialable...

  • RE: Save Print messages

    A log table sounds exactly like what I need.

    I am a newbie and would greatly appreciated it if someone could point me to some info on best practices for creating...

Viewing 3 posts - 1 through 3 (of 3 total)