Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)

  • RE: CLR Error

    Lynn Pettis - Thursday, November 15, 2018 10:09 AM

    One question from the documentation for my edification:

    USE master;
    GO
    CREATE ASYMMETRIC KEY SQLCLRTestKey...

  • RE: CLR Error

    Hi Lynn,
    Whenever a CLR module invokes resources that cannot be provided within the SQL Server itself, the assembly must be set up for External Access or Unsafe execution. A...

  • RE: XML.Modify Syntax Question

    Hi,

    For those who may find this thread interesting, I'll lay out my scenario in more depth and how Eirikur's suggestion to resolve my challenge.

    I manage a...

  • RE: XML.Modify Syntax Question

    Eirikur Eiriksson - Sunday, January 22, 2017 1:23 AM

    Here is one possible solution
    😎

    USE TEEST;
    GO
    SET NOCOUNT ON;

    -- SAMPLE DATA SET
    IF OBJECT_ID(N'dbo.TBL_XML_DOC') IS...

  • RE: A New Look

    I appreciate the fresh styling and the column format looks very clean. However, I concur on the fact that I don't read this content on a mobile device. Opening it...

  • RE: Writing

    I suppose that the simple response would be to say that it is an issue of time. Like other commentors, I have more customers/projects beating at the doors of my...

  • RE: SQL IO Performance

    Well, just tonight I've wrapped up my work on this issue and thought I'd post my findings for those who might find it useful.

    When the problem between the lab...

  • RE: SQL IO Performance

    Teal,

    Thank you for the long response. I've reviewed again a number of the points you brought up and have branched out on a few other areas as well. I'll summarize...

  • RE: SQL IO Performance

    Ok... so here are some new information:

    I moved the TempDb to a separate ESATA drive on the server. My initial thought was that things seemed a little better but 5...

  • RE: SQL IO Performance

    I appreciate all the responses giving me additional things to consider.

    A little more color to fill in on the details. The servers both run 4 mirrored SCSI volumes for...

  • RE: Detective Stories - Changing the Case

    I've read through the examples and find the variety of techniques interesting. When I had to solve the problem I was looking at fixing the data as it went into...

Viewing 11 posts - 1 through 11 (of 11 total)