Viewing 5 posts - 1 through 5 (of 5 total)
Seems it works now.
I would like to understand the query
select RowNum, [1],[2],[3],[4],[5],[6],[7],[8],[9]
from
(select RowNum, ColumnNum, case when substring(@PuzzleIn,CoordinateID,1) != 0 then substring(@PuzzleIn,CoordinateID,1) end Value...
February 20, 2018 at 11:36 pm
Thanks.
Learned new thing.
Wasn't aware of delete CTE.
November 8, 2016 at 10:02 am
Sorry. i don't see how you can delete from the cte and still have the data that you don't want to delete in the true table.
November 8, 2016 at 9:16 am
For me, just restarting the sql serve fixed the problem. After restart the recovering could be done.
I think that this is the first step to be done when facing the...
June 9, 2015 at 11:51 pm
Nice article. I have used the script and created the HTM email but I have noticed that the results where truncated at some length and instead of getting 761 rows...
August 12, 2014 at 4:03 pm
Viewing 5 posts - 1 through 5 (of 5 total)