Viewing 15 posts - 12,916 through 12,930 (of 59,095 total)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2018 at 11:20 am
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2018 at 8:56 am
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2018 at 8:49 am
Another possibility...
SELECT Original = hv.HexValue
,Final = CONVERT(BINARY(4),REVERSE(CONVERT(BINARY(4),(hv.HexValue))))
FROM (--==== This is just test data
VALUES
(0xE3C8F405)
,(0x6F4001)
,(0x10FB)
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2018 at 8:45 am
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2018 at 8:27 am
Damn... I thought this was going to be a word association response test. My response to the words "Cloud Safe" was going to be "Oxymoron". 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2018 at 8:18 am
"Clone" would be the term that I would use but, no matter which term is used, it usually requires some clarification as to what you want to do.
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2018 at 5:30 am
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2018 at 5:24 am
Hello
I have a scenario where in I am using a Hex value, to...
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2018 at 4:39 am
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2018 at 4:36 am
Use the CONVERT function:
This will do exactly what you asked for...
SELECT CONVERT(CHAR(
--Jeff Moden
Change is inevitable... Change for the better is not.
February 16, 2018 at 4:29 am
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2018 at 5:59 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2018 at 4:22 pm
--Jeff Moden
Change is inevitable... Change for the better is not.
February 15, 2018 at 8:21 am
--Jeff Moden
Change is inevitable... Change for the better is not.
February 14, 2018 at 5:25 pm
Viewing 15 posts - 12,916 through 12,930 (of 59,095 total)