Viewing 15 posts - 6,556 through 6,570 (of 8,416 total)
Just to draw breath and summarize a bit:
The fastest CLR solutions appear to be almost 20x at least 3x faster than the fastest T-SQL implementation so far. I think...
November 19, 2009 at 4:22 am
C# Screw (11/19/2009)
Does this particular function with pointers put SQL server at risk?
Does the use of pointers create a memory overwrite issue?
Just curious, I have learnt so much in...
November 19, 2009 at 4:09 am
dmoldovan (11/19/2009)
Paul, it's a shame I'm o lazy...:blush:. Thanks for the detailed example.Indeed it is a terrible design...and the boss seems to me a "micromanager" - sorry, Adam...
Well that's odd....
November 19, 2009 at 3:57 am
Jason, three words of advice, bro:
SEEK HELP NOW
:laugh:
November 19, 2009 at 3:53 am
Thank you Mark - a simple translation was exactly what I had hoped for. I've been meaning to look at this stuff for ever. Now's my chance!
Just to...
November 19, 2009 at 3:50 am
If you need fast and accurate results (which is also languages and culture sensitive!) consider adding a method based on TextInfo.ToTitleCase to your CLR utility library.
See http://msdn.microsoft.com/en-us/library/system.globalization.textinfo.totitlecase(VS.80).aspx for examples and...
November 19, 2009 at 3:30 am
Ok let me try to guess.
Procedure B has three different SELECT statements, each of which return a result set to the output window when run from SSMS.
What is it exactly...
November 19, 2009 at 3:18 am
So, let me be sure I understand this.
You wrote a function (in a .NET language) to read the contents of a file from disk. You then added that function...
November 19, 2009 at 3:11 am
What do you mean by 'fetch'?
If you are clear with the question, I'll be clear with the answer 🙂
November 19, 2009 at 3:02 am
So, let's quickly pass over the terrible design you are being asked to work with...and let's also walk quickly on by the deep nastiness of the new design 🙂
I assume...
November 19, 2009 at 3:00 am
Just a couple of other points that spring to mind:
SELECT INTO can be minimally logged if the recovery model is BULK_LOGGED or SIMPLE.
SELECT INTO is limited to creating a table...
November 19, 2009 at 2:33 am
Condorman (11/17/2009)
November 18, 2009 at 9:47 pm
Condorman (11/17/2009)
November 18, 2009 at 9:36 pm
C# Screw (11/18/2009)
Managed to reduce Pauls code by just a couple lines, and added support for TABS (hope you don't mind Paul)
Not at all 🙂
Looks all good - I'll load...
November 18, 2009 at 9:20 pm
Viewing 15 posts - 6,556 through 6,570 (of 8,416 total)