Click here to monitor SSC
SQLServerCentral is supported by Red Gate Software Ltd.
 
Log in  ::  Register  ::  Not logged in
 
 
 
        
Home       Members    Calendar    Who's On


Add to briefcase

what to place in Stored Proc sysname parameter Expand / Collapse
Author
Message
Posted Monday, January 28, 2013 8:23 AM
SSC Veteran

SSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC VeteranSSC Veteran

Group: General Forum Members
Last Login: Wednesday, June 05, 2013 3:08 PM
Points: 237, Visits: 525
I have a table that my company uses for logging. One of the columns is declared as:
event (sysname(nvarchar(128)),not null)

We have a stored proc for inserting a row to this table:


sp_addlogentry sysname

What do I place in the stored proc call for the sysname parameter?

Post #1412460
Posted Monday, January 28, 2013 8:40 AM


SSC-Dedicated

SSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-DedicatedSSC-Dedicated

Group: General Forum Members
Last Login: Today @ 3:37 PM
Points: 38,028, Visits: 30,334
No idea. That's not a standard procedure, must be something that your devs wrote. Check the proc, see if there are any comments and ask your colleagues


Gail Shaw
Microsoft Certified Master: SQL Server 2008, MVP
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

We walk in the dark places no others will enter
We stand on the bridge and no one may pass

Post #1412475
Posted Tuesday, January 29, 2013 8:15 AM
SSC Journeyman

SSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC JourneymanSSC Journeyman

Group: General Forum Members
Last Login: Today @ 9:51 AM
Points: 98, Visits: 659
Can you look at the existing data in the log table to see what has been inserted in the past?
Post #1413072
« Prev Topic | Next Topic »

Add to briefcase

Permissions Expand / Collapse