How can we help you today?
SQL Server Compatibility
Symptoms
If you attempt to use EXEC in a SQL statement given to VistaDB, such as the following:
DECLARE @Test AS VARCHAR(100)
SET @Test = '...
Tue, Jul 22, 2014 at 12:22 AM