Microsoft
Software
Hardware
Network
Question : varbinary in equality condition
when i run the foll, i get a bunch of valid users, right?
select * from sysusers a, master..syslogins b where a.sid = b.sid
I copied one of the SIDs and pasted it below like
select * from master..syslogins where sid = '0x01060000000000090100000
0FF26DF8EE
DB95511A14
FF6DC4F44B
25F67867BA
E'
but i get blank output. why is this?
thanks
Answer : varbinary in equality condition
Don't put it in quotes
Random Solutions
How do i stop computer from crashing with code Ox0000001A
Formview - System.NullReference Exception when using findcontrol
seo and non-pages
Buckling calculation using Tetmajers formula
SSIS Case Statement not executing
Building a Where Clause based on Check Box
Database Driven Website
Looking for Video Recording Software for Samsung Cameras
Number of records when appending query via VBA
How to play a video file in JSP