Viewing 15 posts - 31 through 45 (of 201 total)
I'd like to add this solution for making the relevant set of counters "stick" in perf mon
https://serverfault.com/questions/339282/how-can-i-save-the-counters-setup-in-windows-performance-monitor
>L<
July 4, 2017 at 12:56 pm
Thanks so much Luis. I want to pass this back to my ex-colleagues who are heavily reliant on my framework code that does this.
It would be a...
June 23, 2016 at 10:29 am
Luis Cazares (6/23/2016) It appears that UTF-8 is only compatible on 2016.
Wow, good to know. Do you have a doc reference for this being supported in 2016? ...
June 23, 2016 at 10:08 am
Hi,
I used to do this all the time --
My understanding has always been that UTF8 was not supported by BCP. Therefore, if the incoming file was UTF8, I...
June 22, 2016 at 10:38 pm
Oh very cool. Thank you Stan!
April 21, 2014 at 9:59 am
You are very welcome and I wish I'd thought to say "Oh, Magoo, you've done it again!" <g>.
>L< <chagrined>
January 28, 2014 at 3:30 pm
In the case where you cannot post, you just need to be as precise as possible with your description and hope people understand.
MM I would agree with this and, from...
January 28, 2014 at 1:36 pm
SQL Kiwi (9/17/2012)
September 17, 2012 at 1:07 pm
SQL Kiwi (9/17/2012)
September 17, 2012 at 9:31 am
Christian Buettner-167247 (9/17/2012)
Lisa Slater Nicholls (9/14/2012)
ronmoses (9/14/2012)
Rather than parsing the string, how about attempting to CAST the string in a TRY...CATCH block and return a pass/fail value on that basis?ron
The...
September 17, 2012 at 7:56 am
L' Eomot Inversé (9/14/2012)
Lisa Slater Nicholls (9/14/2012)
But, FWIW, I was saying "this is the functionality that I, and others, want built into SQL Server" -- IsInteger() etc.
That's fair enough. ...
September 15, 2012 at 1:27 pm
Jeff Moden (9/14/2012)
Lisa Slater Nicholls (9/14/2012)
I see that the IsReallyNumeric codeset on http://classicasp.aspfaq.com/general/what-is-wrong-with-isnumeric.html, pointed to by various people here, does pretty much what I want.
Oh, be careful, Lisa. ...
September 14, 2012 at 1:07 pm
WayneS (12/1/2010)
Ascii Codes 36 (Dollar sign), 128 (Euro sign), 163 (British Pound sign), and 164 (Yen sign) are included because they are frequently used as...
September 14, 2012 at 9:11 am
ronmoses (9/14/2012)
Rather than parsing the string, how about attempting to CAST the string in a TRY...CATCH block and return a pass/fail value on that basis?ron
The problem here would be performance,...
September 14, 2012 at 9:11 am
Everybody out here (including me) obviously feels your pain, and I don't want to minimize this... but would it be possible to do an end-run around the problem by telling...
August 14, 2012 at 5:04 pm
Viewing 15 posts - 31 through 45 (of 201 total)