missing execute in demo doc

This commit is contained in:
sevin7676 2015-04-18 09:05:36 -04:00
commit 37a80b35da

View file

@ -48,7 +48,7 @@ BEGIN
WHERE @OrderDate > GETDATE()'
-- this mode is aware of build in stored procedures
sp_executesql @sql
EXECUTE sp_executesql @sql
-- demonstrating some syntax highlighting
SELECT Orders.OrderID