Viewing 15 posts - 4,981 through 4,995 (of 6,023 total)
The specs posted for the Jeopardy system include 2880 cores and 16TB of RAM. That's not the size of system many of us every get to work with. The software,...
February 7, 2013 at 7:24 am
My experience has been that the best way for one to avoid micro-managment, at least the "hovering over your desk" variety, is to efectively manage oneself. After all, it's the...
February 4, 2013 at 7:32 am
mhroche (2/3/2013)
February 3, 2013 at 10:04 am
The first I look at are blocked processes, query wait times, and wait types, which can also be baselined just like CPU and I/O. Blocking and waiting are normal in...
February 1, 2013 at 7:22 am
What about containing customer contacts?
I still that one Customer_Contact table that contains something like Customer_ID, Contact_Type, Contact_Code columns (Entity-Attribute-Value ???) is better than seperate Customer_Phone, Customer_Fax, Customer_Email, Customer_Tweet, ad...
January 31, 2013 at 12:21 pm
The Thinkmap Visual Thesaurus links a database of 145,000 words
http://www.visualthesaurus.com/
It would be interesting to see MSDN do something similar with .NET or SQL Server Books Online.
January 30, 2013 at 7:32 am
bryce.hill (1/25/2013)
January 29, 2013 at 7:18 am
Ross McMicken (1/25/2013)
January 25, 2013 at 8:57 am
I'd highly reccomend, 'Game Of Thones', although it's not a movie but an HBO series.
The Showtime series 'Spartacus' is good too, although it's heavy on violence and sex;...
January 25, 2013 at 6:42 am
This is why service, application, and user accounts should not be members of the SYSADMIN or DBO role. That would help prevent mysteriously dropped objects and also narrow the list...
January 24, 2013 at 8:40 am
LOL! All of you guys who added a [Customer_Tweet] table to your database, are you going to add tables for supporting Hoots and Chirps too?
January 21, 2013 at 3:37 pm
BillyJack (1/21/2013)
David, I see from the responses that...
January 21, 2013 at 1:59 pm
David.Poole (1/21/2013)
January 21, 2013 at 12:31 pm
Peter Schott (1/21/2013)
January 21, 2013 at 12:20 pm
David.Poole (1/21/2013)
...
Personally I would have a PhoneContactPoint table and an EmailContactPoint table
CREATE TABLE PhoneContactPointType(
PhoneContactPointTypeID SMALLINT NOT NULL
CONSTRAINT PK_PhoneContactPointType PRIMARY KEY CUSTERED,
...
January 21, 2013 at 12:06 pm
Viewing 15 posts - 4,981 through 4,995 (of 6,023 total)