I'm trying to upgrade a module. When I do so I'm confronted with the following sql error.Query:DECLARE @NewPrefix VARCHAR(450); DECLARE @OldLevel INT; DECLARE @NewLevel INT; SET @NewPrefix = (SELEC...
Hi,I have an external dll to process scheduled task, which work ok. I setup a module to store the settings for my scheduled task. I wanted to access the setting for the module in my external dll, s...