Viewing 5 posts - 1 through 5 (of 5 total)
This should work
SELECT
d.[currType]
,STUFF(
(SELECT
...
May 23, 2018 at 6:53 am
Thanks. I opened the SQL Server Configuration Manager & it only had Integation Services for both nonexisting instances. I tried a repair unsuccessfully with an error 26 . So I'm...
December 6, 2013 at 8:10 am
Thanks, I have explored a few examples of NextRecordset & each have produced an error. After failed loops, I tried this one but it didnt execute the strSql which uses...
February 1, 2010 at 10:37 am
(p_hold/100 * Total_tokens) should be summed as a derived column.
Sum((p_hold/100 * Total_tokens)) yields an error.
December 7, 2009 at 9:23 am
Viewing 5 posts - 1 through 5 (of 5 total)