We currently have an INSERT query to insert data from a SELECT from an OPENQUERY. This works well but what we want to do is add a column with a fixed value which we will use as an identifier.
IS there anyway we can do this to the below query?
Want to add a column called [PHPCheck] and load in the fixed value from @PHPCheck
Any help is greatly appreciated
Scott