Forum Replies Created

Viewing 15 posts - 8,281 through 8,295 (of 8,416 total)

  • RE: CLR stored Procedure Deployment Error

    A good summary Barry.

    In my experience, most 'proprietary' code is best kept hidden because it's quality is generally so lacking! I have yet to see any truly wonderful SQL...

  • RE: Partitioning: I thought it would be faster...

    Noel is exactly right - partition for manageability (for example the ability to rebuild indexes for a single partition) rather than for performance - at least in 2K5.

    For performance, partitioned...

  • RE: Delete trigger

    RBarryYoung (4/16/2009)


    The inserted and deleted tables are created from the data that your current transaction just wrote into the transaction log....

    Hey Barry,

    That used to be so; howver SQL 2K5 uses...

  • RE: The T-SQL Paradigm

    steve dassin (4/18/2009)


    ...snarky and hutch 🙂

    :laugh: but also :pinch: !!!

  • RE: Error Create Assembly vb.net CLR

    Hey Matthew,

    The error code appears to be COR_E_OUTOFMEMORY.

    Can you tell us a bit more about the server and SQL Server configuration please, especially as far as memory is concerned. ...

  • RE: TSQL->C# SP

    Jeff Moden (2/27/2009)


    MrBaseball34 (2/27/2009)


    So you must ALSO create a TSQL wrapper for them. Man, what good is having to do that?

    Someone must be nuts to use CLR SPs...

    Heh... finally... someone...

  • RE: CLR stored Procedure Deployment Error

    Hey guys,

    I can't help but wonder what is driving the perceived need to 'encrypt' at all?

    If someone could explain that clearly for me, I'd love to add my $0.02 to...

  • RE: Cross Tabs and Pivots, Part 1 – Converting Rows to Columns

    Steve,

    We should start a new thread for the discussion of table 'variables'.

    I want to respond, but this thread is for discussion of Jeff's article on cross-tabs and pivots.

    Cheers,

    Paul

  • RE: The T-SQL Paradigm

    Hey everyone,

    If you don't like what Steve's posting, just ignore it eh?

    There's nothing more tedious than scrolling through pages of quoted-quoted-quoted-quotes with pointless snarky comments on the end.

    Steve's product sounds...

  • RE: Performance issue with tally solution

    Phil Factor (4/18/2009)


    I hate to disagree, ...

    :unsure: Uh oh... :laugh:

    Phil Factor (4/18/2009)


    All you need to do is to create the assembly, and then inspect the source code with NET Reflector...

  • RE: Cross Tabs and Pivots, Part 1 – Converting Rows to Columns

    Good answers, Jeff!

    Amusing too.

    Keep up the good work 🙂

    Paul

  • RE: Performance issue with tally solution

    Hey Jeff,

    Well that makes sense!

    I would just add though that compiled code marked SAFE (as mine was) cannot access external resources:

    BOL


    Only internal computation and local data access are allowed. SAFE...

  • RE: Performance issue with tally solution

    Jeff Moden (4/17/2009)


    I won't be able to test the CLR methods on my machine to compare apples with apples.

    Why not Jeff? You don't need to compile any C# or...

  • RE: Performance issue with tally solution

    Flo,

    I was thinking originally of the second approach - a T-SQL chunking loop. However, the data access from CLR idea is intriguing - it would be nice to have...

  • RE: Performance issue with tally solution

    Hey Flo,

    Great stuff - the optimized CLR routines you and Daniel came up with are very impressive!

    Note to self: don't pass strings - pass SqlChars!

    Paul

Viewing 15 posts - 8,281 through 8,295 (of 8,416 total)