Viewing 3 posts - 1 through 3 (of 3 total)
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...
February 5, 2004 at 6:28 pm
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...
January 30, 2004 at 6:14 pm
Viewing 3 posts - 1 through 3 (of 3 total)