Viewing 15 posts - 55,246 through 55,260 (of 59,072 total)
>>Lots of companies these days are looking to get their employees to blog...
Why would they enable yet another waste of company time using company resources? ![]()
--Jeff Moden
Change is inevitable... Change for the better is not.
August 26, 2007 at 11:14 pm
Most of what you say is good except for the 1:1 relationship between the support tables and the PatientRegiestration table... should be a many:1. Needs separate PK for each support...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 26, 2007 at 11:06 pm
Something like this...
SELECT c.*,z.*
FROM Customer c
LEFT OUTER JOIN PostCodeTable z
ON c.PostCode = z.PostCode
AND c.Suburb = z.Suburb
WHERE z.PostCode IS NULL
--Jeff Moden
Change is inevitable... Change for the better is not.
August 26, 2007 at 11:00 pm
{} are not parenthesis...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 26, 2007 at 10:54 pm
A "simpleton" would not come to the conclusions you have nor ask the intelligent question you have.
Try something like this to eliminate weekends...
SELECT (DATEDIFF(dd, [Date Received], [1st...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2007 at 10:58 pm
Heh... guess you didn't believe the ol' man when he told you the first time, huh, Shwetha?
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=388319#bm393497
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2007 at 10:20 pm
| Or any idea why disk usage is so high during querying? |
A large amount of disk reads are...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2007 at 5:07 pm
Yep... lots'o different tools available, but I'm confused... first post shows 2 items each line, follow on shows 1 item each line... I'm just trying to get AM to post about...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2007 at 4:41 pm
Great... thanks for the feedback, Jim.
Just more info on what they wanted us to do at work... they wanted a similar precalculated table of the distance from every NPA/NXX (area...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2007 at 4:37 pm
I've found that the best thing to do is to have an SQL "Expert" or "Guru" ask some questions of the candidate during an interview. Remember that the goal of such...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2007 at 9:07 am
Yes... 100% SQL Server.
What are your distance calculations for? Telephony, shipping, flights, or ??? And what is the source of your data... does it have only Lat/Lon or does it...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2007 at 8:34 am
Thanks AM... I should have come right out and said it... can you provide the 10 or 15 rows of information, as well as a handfull of rows where the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2007 at 8:26 am
Heh... yeah... just remember, there are TWO worlds in SQL... the external world of GUI's and the internal world of batch processing. The idea of using ORM and Hibernate and...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2007 at 8:21 am
You'll find that folks don't appreciate cross posts on this forum very much...
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=393540
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2007 at 12:00 am
You'll find that folks don't appreciate cross posts on this forum very much...
http://www.sqlservercentral.com/forums/post.aspx?forumid=7&messageid=393539
--Jeff Moden
Change is inevitable... Change for the better is not.
August 24, 2007 at 12:00 am
Viewing 15 posts - 55,246 through 55,260 (of 59,072 total)