Viewing 15 posts - 421 through 435 (of 1,246 total)
February 16, 2018 at 12:40 pm
February 16, 2018 at 11:06 am
SELECT original_value,February 16, 2018 at 10:14 am
Depending on the actual requirements, something like this could work...
IF OBJECT_ID('tempdb..#TestData', 'U') IS NOT NULL
BEGIN DROP TABLE #TestData; END;
CREATE TABLE #TestData (
February 16, 2018 at 7:53 am
February 12, 2018 at 2:06 pm
February 8, 2018 at 5:33 pm
February 8, 2018 at 5:06 pm
Viewing 15 posts - 421 through 435 (of 1,246 total)