Viewing 15 posts - 586 through 600 (of 616 total)
Sorry
select cleanstring from dbo.isfn_QBRemoveNonAlphaChars('Abu???////Dina')
Gives back AbuDina so no spaces insrted. 🙁
August 16, 2012 at 7:41 am
Jeff, I'm in awe!
Respect my good man!
So we're rebuilding the string one character at a time and keeping only characters (LIKE '[a-z ''-]'). Maybe I'm just stupid but how do...
August 16, 2012 at 4:11 am
Hi Lowell,
Just got home to see your reply.
I don't have access to my work right now but your method is just easier to understand and adapt.
Will try again tomorrow and...
August 15, 2012 at 12:28 pm
Cadavre, my sincerest apologies! :blush:
August 15, 2012 at 9:32 am
Cadavre, the ^ at the end is there to exclude the - from being removed.
Adi, I'm happy with your solution!
Thanks to you both.
August 15, 2012 at 9:10 am
I don't want the function to remove spaces, single quotes and dashes but I still want it to remove non characters like [, {, #
It's almost working except for the...
August 10, 2012 at 8:30 am
Scott D. Jacobson (8/9/2012)
I deserve a slap for this!!!
I thought Lowell and I were gently nudging rather than outright slapping 😎
Nudge, push, shove whatever it takes as long as...
August 9, 2012 at 2:35 pm
Matt Miller (#4) (8/9/2012)
Abu Dina (8/9/2012)
Lowell (8/9/2012)
database mail is disabled, but xp_cmdShell is enabled?that is so backward security wise.
Those in charge have told me that it would take too long...
August 9, 2012 at 2:24 pm
Point taken. :blush:
4 machines running windows server 2003 so why not just configure a low disk alert using peperformanceogs and alerts.
I deserve a slap for this!!!
A T-SQL...
August 9, 2012 at 2:18 pm
Lowell (8/9/2012)
database mail is disabled, but xp_cmdShell is enabled?that is so backward security wise.
Those in charge have told me that it would take too long to enable database mail (ISO...
August 9, 2012 at 7:05 am
Evil Kraig F (8/8/2012)
Abu Dina (8/8/2012)
August 8, 2012 at 3:41 pm
agree with Craig.
Break the process down into smaller pieces first. Conquer each piece, one at a time.
Once again thanks for your input G2 your time is much appreciated.
Please...
August 8, 2012 at 3:14 pm
This would be a primary load location (or a series of scripts deployed to the database that you've just built via Model) that would take care of all standard...
August 8, 2012 at 2:52 pm
John Mitchell-245523 (8/8/2012)
I think Michael's idea is the best, if this exercise is really necessary. It's going to involve a lot of manual work. I can't understand why...
August 8, 2012 at 6:05 am
Viewing 15 posts - 586 through 600 (of 616 total)