Viewing 15 posts - 8,086 through 8,100 (of 8,416 total)
A feature is officially intuitive if it takes fewer than 5 posts from senior members to explain how to click on it.
:laugh:
May 1, 2009 at 8:20 am
Florian Reischl (5/1/2009)
Paul, did you try your code? If I execute it I get "A & B Cleaners" as result.
I did, and it worked.
Sadly I added the 'WHERE CHARINDEX' bit...
May 1, 2009 at 8:07 am
Forgot this bit:
[font="Courier New"]Table 'UnwantedChars'. Scan count 1, logical reads 1, physical reads 0, read-ahead reads 0
CPU time = 0 ms, elapsed time = 0 ms.
[/font]
May 1, 2009 at 7:51 am
Jeff, Flo, Phil
You will be pleased to see me using a customized tally table here together with a WHILE loop...
[font="Courier New"]SETNOCOUNT ON;
--DROP TABLE dbo.UnwantedChars
CREATE TABLE dbo.UnwantedChars (BadChar VARCHAR(1) NOT NULL);
--...
May 1, 2009 at 7:47 am
Phil Factor (5/1/2009)
It is all in SQL and uses WHILE loops. They're faster!
:laugh:
Very good.
Though I notice that you didn't say what they were faster than - flowing amber, perhaps? 😉
May 1, 2009 at 7:25 am
I was given some written English today (from a native speaker) which looked for all the world as if it had been 256-bit AES encrypted.
I rang him instead. :Whistling:
Oddly...
May 1, 2009 at 7:14 am
Jeff,
Who needs pretty colours anyway?
Black-and-white courier new 10pt FTW!
I find it just as easy to read and it copies just fine into SSMS, every time.
The effort going into the server-side...
May 1, 2009 at 7:09 am
Ashish Pathak (5/1/2009)
May 1, 2009 at 7:05 am
Agreed!
May 1, 2009 at 4:04 am
I have the oddest feeling that they don't have separate dev/test/prod environments.
Maybe I am wrong...?
Paul
May 1, 2009 at 3:49 am
David Burrows (4/30/2009)
Which method did you use to split that prose 😉
I used a tally table of course!
😀
May 1, 2009 at 3:28 am
nataliehinnen (4/30/2009)
Yes, I knew about how the SQL Server resolves objects when the owner is not given, Sybase did the same thing, back in the day. ...
May 1, 2009 at 3:22 am
Barry's advice is sound but I would like to add an alternative view:
If there are to be a large number of users and updates would be frequent (the number of...
May 1, 2009 at 3:00 am
Grant Fritchey (4/30/2009)
April 30, 2009 at 8:14 pm
Florian Reischl (4/30/2009)
Why? Is my English SO bad? :doze:
Flo, Ihr Englisch ist viel besser als mein Deutscher!
Hmm. Babel fish - obviously. Isn't Ihr rather formal? Should it...
April 30, 2009 at 7:52 pm
Viewing 15 posts - 8,086 through 8,100 (of 8,416 total)