Search
Sign In
Home
Recent
Media
Videos
Podcasts
Screencasts
Learn
Shows
This Week On Channel 9
Going Deep
ARCast.TV
See All Shows...
Forums
Coffeehouse
Tech Off
Feedback
Sandbox
Key Topics
Visual Studio
Continuum
Identity
Interoperability
Azure
Windows
Wiki
Search
Subscribe
Forums
>
Tech Off
checksum question
Posted By:
harumscarum
|
Apr 2nd @ 8:47 AM
page 1 of 1
Comments: 2 | Views: 613
Delete
Edit
Reply
#Apr 2nd @ 8:47 AM
harumscarum
out of memory
In reply to {0}
Download:
[Pending]
Why would each of these return a different result?
1:
SELECT CHECKSUM('FUZZYWUZZY') from foobear
2:
Declare @foo nvarchar(MAX)
set @foo = 'FUZZYWUZZY'
select checksum(@foo) from foobear
Delete
Edit
Reply
#Apr 2nd @ 9:18 AM
W3bbo
The Master of Baiters
In reply to {0}
Download:
[Pending]
String literals in SQL aren't nvarchar, they're char.
Prefix strings with N'' to convert them into nchar; but I don't believe you can have a varchar literal.
Delete
Edit
Reply
#Apr 2nd @ 10:14 AM
spivonious
In reply to {0}
Download:
[Pending]
Because Fuzzy Wuzzy wasn't fuzzy, was he?
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
Delete
Edit
Reply
In reply to {0}
Download:
[Pending]
page 1 of 1
Comments: 2 | Views: 613
Forums
>
Tech Off
>
checksum question
Be the first to comment!
Reply
Reply to root
In reply to {0}
Start related discussion
Forum:
Site Feedback
Tech Off
The 9 Guy Around The World
The Coffeehouse
Subject:
Tags
*Loading available tags