Viewing 15 posts - 31 through 45 (of 140 total)
I actually initially did not want to continue in this thread because I do not see there are any fundamental differences between everyone's views (ie. making tempdb quicker is a...
March 17, 2014 at 1:22 pm
@jeff Moden, the wish that all developers will be able to write high-quality code was, is and will still be a wish. But just because of the fact...
March 15, 2014 at 12:22 am
Actually putting tempdb totally in memory is a great idea in general.
10 years ago, we never imagine MS will have in-memory OLTP technology, so I bet in future, we will...
March 14, 2014 at 4:00 pm
Michael | Fuel9 (1/14/2013)
Hi Jeff, thanks for your input. It is greatly appreciated.I'm not sure if I understand your Exchange remark. What do you mean by " on-demand request"?
Cheers,
/Michael
I...
January 14, 2013 at 11:38 am
In all honesty, it is a good product but it is also not that difficult to create it, I mean not difficult in the sense that to me, this product...
January 11, 2013 at 12:22 pm
Mike, can you please correct the link of SP2 CU5, which points to SP2 CU6?
January 25, 2012 at 11:27 am
Hi Steve,
The link for SP2 CU5 is wrong (it links to SP2 CU6). The correct link should be http://support.microsoft.com/kb/2555408
Thanks,
Jeffrey
January 4, 2012 at 1:59 pm
John Rowan (6/22/2009)
How can you say that you were a full time data modeler for more than a year and that you think normalization is theoretical nonsense? An answer...
June 22, 2009 at 5:09 pm
Lynn Pettis (6/22/2009)
A unique key is a candidate key for being a primary key, so Michael Valentine Jones still stands as accurate.
I guess this argument is meaningless. We can create...
June 22, 2009 at 4:28 pm
Michael Valentine Jones (6/22/2009)
jeffrey yao (6/22/2009)
I think "no primary keys, no constraints of any kind, no indexes, all columns were nullable, and dates were stored in varchar(8) instead of datetime."...
June 22, 2009 at 3:18 pm
Michael Valentine Jones (6/22/2009)
steveb (6/22/2009)
Jeff Moden (6/22/2009)
jeffrey yao (6/20/2009)
Michael Valentine Jones (6/18/2009)
Matt Miller (6/18/2009)
..."What is normalization and why is it important?"...
Just say that “normalization” is theoretical nonsense that so-called gurus...
June 22, 2009 at 1:29 pm
Michael Valentine Jones (6/18/2009)
Matt Miller (6/18/2009)
..."What is normalization and why is it important?"...
Just say that “normalization” is theoretical nonsense that so-called gurus like Date and Celko throw around to try...
June 20, 2009 at 2:33 pm
Usually any "best" candidates will not be in the market looking for a job, or if they are, they will find jobs quickly, i.e. the time-window will be short for...
May 14, 2009 at 5:52 pm
How about running this query
use distribution -- assuming this is your distribution db name
select name, total_space_MB=size/128.0, Used_space_MB= fileproperty(name, 'spaceused')/128.0
from sys.database_files
and please post back the results and we can diagnose...
January 26, 2009 at 6:49 pm
Thanks for the update and appreciate your working attitude, i.e. never leave anything unsolved.
January 13, 2009 at 11:26 am
Viewing 15 posts - 31 through 45 (of 140 total)