Viewing 15 posts - 496 through 510 (of 717 total)
Thanks for the question.
This should be good to help people understand how ISNUMERIC works...
September 25, 2010 at 7:32 pm
Paul White NZ (9/25/2010)
September 25, 2010 at 3:15 pm
bitbucket-25253 (9/22/2010)
Might I make a suggestion.
1. Purchase the developer edition of SQL SERVER 2005 - Cost less than $50 USD.
2. Restore a back up of your 2000 DBs...
September 25, 2010 at 12:49 pm
Brian McGee-355525 (9/24/2010)
(a) The ability to *just* execute existing stored procedures,...
September 25, 2010 at 11:37 am
learningforearning (9/24/2010)
(a) The ability to *just* execute existing stored procedures, and to create (but not drop/modify/etc) databases
creat a group and give 'Grant exec' to that perticular group. Later on you...
September 25, 2010 at 11:31 am
Tim Parker (9/25/2010)
If you do a SELECT * INTO...
September 25, 2010 at 10:57 am
Stan Kulp-439977 (9/25/2010)
You're path has to be pointing to a file that actually exists on the remote server, but that's about...
September 25, 2010 at 10:43 am
Paul White NZ (9/24/2010)
...but have you tested if there is much of a performance difference if the CLR didn't handle UNICODE characters? (Would it be better to have two versions,...
September 25, 2010 at 12:08 am
Paul White NZ (9/24/2010)
Ok, this one produces integers. I chose to return NULL if the input string contains elements that aren't integers.
Perfect, I will have to try that out....
September 25, 2010 at 12:05 am
Marios Philippopoulos (9/24/2010)
Right now we are on SQL 2008 SP1, and we would like to upgrade to SQL 2008 R2, but not the RTM version.Thoughts/comments would be welcome.
What CU if...
September 24, 2010 at 11:53 pm
darth vodka (9/21/2010)
are you developing on the dev server or on a desktop?i ususally develop on the dev server and use "localhost" in my connections...
In my case I develop on...
September 24, 2010 at 11:35 pm
Paul White NZ (9/24/2010)
Do you have time to build another SQLCLR splitter that returns INTs so we can test the performance difference?
Not right now. If I get a minute...
September 24, 2010 at 11:10 pm
Paul White NZ (9/24/2010)
Sorry about that. Not having separate trace flags seems a backward step to me.
No problem, I agree it seems to be a step backwards. I like...
September 24, 2010 at 11:00 pm
markmeiller (5/11/2010)
September 24, 2010 at 10:54 pm
If you can provide the whole query I suspect that someone could help you solve this problem. (My guess is that you have given an alias to the #TUploadTo...
September 24, 2010 at 10:08 pm
Viewing 15 posts - 496 through 510 (of 717 total)