Re: Stored Procedures install script
Hi Matt,
I think your dbs must be configured as case sensitive since I don't get this error. I will correct the case in the script in time for the new release this weekend. To get past the error now you can edit the script where it creates the procedure mentioned. There is a variable declared as PathId which is ok, but where it is assigned from the select and in the where clause I guess it needs to reference the table column as PathID not PathId
Hope it helps,
Joe