Viewing 15 posts - 5,446 through 5,460 (of 7,484 total)
SQL Kiwi (9/13/2011)
My personal favourite, in many circumstances (and assuming Enterprise Edition) is same database with sensible partitioning/file group/SAN arrangements. Proper configuration can...
September 14, 2011 at 3:03 am
Amusing and fairly easy question.
The misprints in the explanation may have left some people confused. All three alias forms are wrong (1st missing "= <", second and third bpth...
September 13, 2011 at 4:30 pm
I think you've been given good advice. Often it turns out to be worth putting effort in in order to split historic data from production data, because the advantages...
September 13, 2011 at 3:55 pm
Steve Jones - SSC Editor (9/12/2011)
roger.plowman (9/12/2011)
September 13, 2011 at 3:30 pm
Jack Corbett (9/9/2011)
September 12, 2011 at 2:27 pm
Steve Jones - SSC Editor (9/11/2011)
Tom.Thomson (9/10/2011)
Hey Steve, are you saying that my gebneration had no serious developers?No offense intended, Tom.
None taken, Steve.
I should have put a...
September 12, 2011 at 1:25 pm
djackson 22568 (9/11/2011)
First off, there may be hoardes of algorithms to sort, but I laugh when young developers try to tell me how Java can sort faster than the quick...
September 12, 2011 at 1:18 pm
Gianluca Sartori (9/12/2011)
Well, actually I can't, but I can ask Steve to do it for me.
If...
September 12, 2011 at 11:22 am
Gianluca Sartori (9/12/2011)
Tom.Thomson (9/12/2011)
ChrisM@Work (9/12/2011)
WayneS (9/11/2011)
ALZDBA (9/11/2011)
:sig:The one who's name thow shall not state felt the need to kill a forum newbe with ancient history and lousy advise.
September 12, 2011 at 10:09 am
marklegosz (9/12/2011)
But a great question for those...
September 12, 2011 at 10:00 am
OK, here is new code. I haven't tested it with cases where the email is missing or the phone number is missing, so let me know if there is...
September 12, 2011 at 9:44 am
OK, with proper table definitions and test data it becomes clear that there are multiple lnkphone records per patient. I had assumed only one. New code to follow...
September 12, 2011 at 8:52 am
OK, I made some guesses at table definitions, as follows:-
'create table patient (
dbpatcnt int, dbpatfirstname varchar(30),dbpatlastname varchar(30), dbstatusid int)
create table lnkphone (dbkeycnt int, dbphoneid...
September 12, 2011 at 8:16 am
ChrisM@Work (9/12/2011)
WayneS (9/11/2011)
ALZDBA (9/11/2011)
:sig:The one who's name thow shall not state felt the need to kill a forum newbe with ancient history and lousy advise.
September 12, 2011 at 7:29 am
Thomas Abraham (9/12/2011)
cengland0 (9/12/2011)
September 12, 2011 at 7:03 am
Viewing 15 posts - 5,446 through 5,460 (of 7,484 total)