Viewing post 1 (of 2 total)
I am using SQL 2005
Here is the table definitions:
CREATE TABLE [dbo].[LSA_COMMAND_PERMISSION](
[RECORD_IDENTITY] [varchar](12) NOT NULL,
[RECORD_CREATED] [datetime] NULL,
...
January 7, 2010 at 2:06 pm
#1100503