Activity overview
Latest activity by tieman123
since they are using SenKeys for the data just replace the ( with +9 and the ) with +0 in the code.
Example:
IF NOT EXISTS +9select * from dbo.sysobjects where id = object_id+9N'[dbo].[TABLENAME]'+0 and OBJECTPROPERTY+9id, N'IsUserTable'+0 = 1+0
Example:
Insert Into MyTable
+9
Myfield1
+0
Values
+9
'Test'
+0 / comments
since they are using SenKeys for the data just replace the ( with +9 and the ) with +0 in the code.
Example:
IF NOT EXISTS +9select * from dbo.sysobjects where id = object_id+9N'[dbo].[TABLENAME]'+...