Hi
I am using SQL Server 2012. In it's log, it reports the following error every 20 seconds:
Source:spid24s
Message:
Incorrect syntax near the keyword 'with'. If this statement is a common table expression, an xmlnamespaces clause or a change tracking context clause, the previous statement must be terminated with a semicolon.
According to the error message, I have no way to find out which procedure/function has the syntax problem above. Can anybody help me how to fix this problem?
Thanks
Neil