| http://www.w3.org/ns/prov#value | - For instance this script gives you an error:--DECLARE @myvar varchar(100)GOSET @myvar = 'Bob was here!'SELECT @myvar--In such a short script it is easy to fix, but in larger scripts that need to process in a specific order, this limitation may require using temporary tables or other objects to hold values from one batch to the next.
|