Forum Replies Created

Viewing 15 posts - 241 through 255 (of 645 total)

  • RE: Replace Bad Characters in Table

    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...

  • RE: Microsoft SQL Server Utilities and Tools

    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,...

  • RE: Stairway to SQLCLR Level 7: Development and Security

    JediSQL - Wednesday, June 21, 2017 12:51 PM

    Solomon,
    I have successfully deployed some SQL CLR for EXTERNAL_ACCESS to allow Web service calls from...

  • RE: Converting User SID Binary to String TSQL

    Steve Jones - SSC Editor - Tuesday, June 6, 2017 9:35 AM

    Did you mean sys.fn_varbintohexstr()?

    Yes, I believe that is what Perry meant,...

  • RE: Converting User SID Binary to String TSQL

    There is an undocumented built-in function, SID_BINARY, that does this translation from the SDDL form into the binary form:

    SELECT...

  • RE: Why I am Excited about SQL Server on Linux

    loyd.gravitt - Thursday, March 2, 2017 12:50 PM

    I would assume that you can administer a SQL Server instance running on a Linux...

  • RE: Why I am Excited about SQL Server on Linux

    t.ovod-everett - Thursday, March 2, 2017 11:13 AM

    Personally, I think the biggest reason to be excited about SQL Server on Linux is...

  • RE: Why I am Excited about SQL Server on Linux

    loyd.gravitt - Thursday, March 2, 2017 9:20 AM

    I am very excited.  It takes two of my strongest skill sets (SQL Server and...

  • RE: Why I am Excited about SQL Server on Linux

    Markus - Thursday, March 2, 2017 7:06 AM

    From what little I have read SQL Server on Linux, at this point, is missing...

  • RE: Why I am Excited about SQL Server on Linux

    Gary Varga - Thursday, March 2, 2017 12:50 AM

    Some good points, however, I am interested at a level of "Wait and See"...

  • RE: Signatures & Database Triggers

    Sean Lange - Monday, November 7, 2011 9:41 AM

    OH 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...

  • RE: Need CLR replacements for OLE Automation procedures

    Marios Philippopoulos (5/20/2009)


    Hi,

    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...

  • RE: Is there a way to extract only credit card numbers from text

    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....

  • RE: Is there a way to extract only credit card numbers from text

    I am replying to both of the following posts together as there is a lot of overlap between them:

    Luis Cazares (12/2/2016)


    SQLsharp has a validation for credit cards. It will only...

  • RE: Is there a way to extract only credit card numbers from text

    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...

  • Viewing 15 posts - 241 through 255 (of 645 total)