Viewing 15 posts - 7,111 through 7,125 (of 7,636 total)
Jeff Moden (4/17/2008)
rbarryyoung (4/16/2008)
And now a word from our sponsors ...;)Heh... didn't mean too push the sponsor... and I wouldn't have if I never used it. :hehe:
Oh, I think it's...
April 18, 2008 at 8:17 am
Close, try this:
Replace(REPLACE(REPLACE(description, CHAR(13), ''), CHAR(10), ''), CHAR(9), '')
April 17, 2008 at 9:54 am
It usually depends on the size of the company and how many databases: If they do not have enough to justify a full-time dba-only, then they will split the job...
April 17, 2008 at 8:25 am
Jeff Moden (4/16/2008)
...
April 17, 2008 at 7:10 am
Drop the FK's
April 16, 2008 at 11:52 pm
Jeff Moden (4/16/2008)
April 16, 2008 at 11:23 pm
Matt Miller (4/16/2008)
Barry has a typo in the ON clause...should be:
ON (t1.CourseID=t2.CourseID)
Thanks for the assist, Matt.
April 16, 2008 at 11:07 pm
Jeff Moden (4/16/2008)
Even if it is related to SharePoint, I suspect...
April 16, 2008 at 11:00 pm
Well, the first thing that you have to do is to install Outlook (not Exchange, and not Outlook Express) on the machine that is your SQL Server. If this...
April 16, 2008 at 10:57 pm
john.arnott (4/16/2008)
rbarryyoung, I don't quite follow your code, there. Somethng missing?
That was just the Where clause. Here is the whole query:
Select *
From stud_mast
WHERE ( month(dob)-2)
...
April 16, 2008 at 10:46 pm
No, it means that there is no easy fix for that. Sorting/Collation is language & alphabet specific, so you will want a different collation for each different language that...
April 16, 2008 at 10:40 pm
Building on what Matt said:
I actually think that the whole Parallelism thing is one of the keys to what's going on here with these tests and why your Triangular query...
April 16, 2008 at 10:37 pm
Typo alert: I think that you missed the ":" and hit the "L" instead.
April 16, 2008 at 8:53 pm
it means that you are using Mixed authentication mode instead of Windows-only authentication.
April 16, 2008 at 8:50 pm
Viewing 15 posts - 7,111 through 7,125 (of 7,636 total)