Forum Replies Created

Viewing 15 posts - 136 through 150 (of 645 total)

  • RE: The Funny Stored Procedure Name

    Toreador - Friday, February 8, 2019 1:52 AM

    ...I don't quite see the point in teaching us about a feature that most of...

  • RE: UTF-8 to UTF-16 conversion

    JohnG69 - Friday, September 25, 2015 9:47 AM

    As you all know the bulk insert / bcp commands are made to work with...

  • RE: BCP - unicode

    JohnG69 - Tuesday, August 4, 2015 11:18 AM

    I'm building a SP that uses the BCP command to create a file with...

  • RE: Changing Linux Collation

    IowaDave - Friday, February 1, 2019 9:18 AM

    I picked the first one and it said I got it wrong but then it...

  • RE: Changing Linux Collation

    Hi Steve. Just FYI: there are two typos that might cause a little confusion for those who don't assume what was intended:

    1. Answer option #3 includes "/sqlcollection", but I...
  • RE: The Jumping Identity

    Bob Razumich - Friday, January 25, 2019 6:17 AM

    To be honest, I got tripped up by misunderstanding the info on the DBCC...

  • RE: Cleaning up the Identity

    t.ovod-everett - Thursday, January 31, 2019 11:04 AM

    Note that the explanation is incorrect (at least for SQL 2016 and earlier, and most...

  • RE: Translate Sql Query to Clr

    Jeff Moden - Monday, January 7, 2019 9:57 PM

    Solomon Rutzky - Monday, January 7, 2019 8:08 PM

  • RE: Translate Sql Query to Clr

    meryemkurs072 - Monday, January 7, 2019 12:25 PM

    Thank you so much.

    I'm still not understanding how you read the ASSEMBLY code

    You are welcome.

    And...

  • RE: Translate Sql Query to Clr

    meryemkurs072 - Monday, January 7, 2019 11:49 AM

    Are there other solutions for query encryption?

    No, not that I am aware of. Any tricks...

  • RE: Translate Sql Query to Clr

    meryemkurs072 - Sunday, January 6, 2019 12:16 PM

    I want to translate query security to sqlclr.

    If you are truly concerned at all about...

  • RE: Translate Sql Query to Clr

    meryemkurs072 - Sunday, January 6, 2019 12:38 PM

    Is there an application that translates the following code

    CREATE ASSEMBLY [Database8]
      AUTHORIZATION [dbo]
    ...

  • RE: Translate Sql Query to Clr

    You don't really translate T-SQL into SQLCLR. In SQLCLR, you still use T-SQL to interact with SQL Server. So there are different ways of accomplishing certain goals using SQLCLR, and...

  • RE: Translate Sql Query to Clr

    What are you trying to accomplish? The T-SQL function doesn't even do anything. Is the goal just to learn more about SQLCLR? If so, you can take a look at...

  • RE: Short Variables

    Toreador - Thursday, December 6, 2018 3:43 AM

    Solomon Rutzky - Wednesday, December 5, 2018 9:23 AM

    December 6, 2018 at 7:38 am

    #2015655

Viewing 15 posts - 136 through 150 (of 645 total)