Viewing 15 posts - 241 through 255 (of 645 total)
Regardless of anything else, when doing string operations of this nature, there are two important best practices to follow:
ALWAYS use a binary Collation so that you match the...
June 28, 2017 at 8:15 am
Great job putting this list together. It's a bit more detailed than other similar lists I have seen. Can you please add SQL# ( http://www.SQLsharp.com/ ) to your list? Sorry,...
June 25, 2017 at 9:14 am
June 21, 2017 at 3:10 pm
Steve Jones - SSC Editor - Tuesday, June 6, 2017 9:35 AMDid you mean sys.fn_varbintohexstr()?
Yes, I believe that is what Perry meant,...
June 6, 2017 at 10:10 am
There is an undocumented built-in function, SID_BINARY, that does this translation from the SDDL form into the binary form:
SELECT...
June 2, 2017 at 9:28 am
March 2, 2017 at 12:56 pm
March 2, 2017 at 12:44 pm
March 2, 2017 at 12:37 pm
March 2, 2017 at 12:32 pm
March 2, 2017 at 12:12 pm
Sean Lange - Monday, November 7, 2011 9:41 AMOH this is a ddl trigger. You can't add a signature to DDL triggers. http://social.msdn.microsoft.com/Forums/en/sqlsecurity/thread/1333eecd-4c66-43d4-ab8f-03511cad4174
Nor...
January 19, 2017 at 3:32 pm
Marios Philippopoulos (5/20/2009)
Anyone have CLR code for replacing the functionality offered by the following procedures?
sp_OACreate
sp_OADestroy
sp_OAGetErrorInfo
sp_OAGetProperty
sp_OAMethod
sp_OASetProperty
sp_OAStop
Also, currently on our SQL-2000 instance, these procedures are being used for making web-service calls. Does...
December 19, 2016 at 1:01 pm
And I just thought of another variation of what I proposed above, taking into account that the goal is to replace the offending card numbers and transaction IDs with "x"s....
December 15, 2016 at 4:28 pm
I am replying to both of the following posts together as there is a lot of overlap between them:
Luis Cazares (12/2/2016)
December 15, 2016 at 4:02 pm
TheSQLGuru (12/10/2016)
Very slick! Sadly I seem to be unable to get to the SQLSharp.com website via multiple browsers. 🙁
D'oh! My hosting provider did a server migration recently and I thought...
December 10, 2016 at 10:03 am
Viewing 15 posts - 241 through 255 (of 645 total)