Viewing 15 posts - 331 through 345 (of 820 total)
cs_troyk (7/10/2009)
"Denormalize for performance" and its sibling "You only need to normalize to 3NF".
That one only applies to the Compact Edition, IMHO. No, I mean for doing it. ...
July 10, 2009 at 2:46 pm
I agree with what has been said so far. I am fearful of things that use words like always and never. I'd love to put my .mdf and...
July 10, 2009 at 1:29 pm
Here are a couple of queries you can use to retrieve the descriptions.
First SQL 2000
SELECT
sysobjects.name AS [Table Name],
syscolumns.name AS [Column Name],
sysproperties.value AS [Description]
FROM sysproperties
LEFT OUTER...
July 8, 2009 at 2:10 pm
Here are a couple of queries you can use to retrieve the descriptions.
First SQL 2000
SELECT
sysobjects.name AS [Table Name],
syscolumns.name AS [Column Name],
sysproperties.value AS [Description]
FROM sysproperties
LEFT OUTER...
July 8, 2009 at 2:08 pm
Sorry David. I'm not going to try to mess with SSMS.
I am working on a tool that lets me connect to the database, shows me a list of tables,...
July 8, 2009 at 9:32 am
Steve Jones - Editor (7/8/2009)
Well I've seen them compared to prison cells, and often with less space in the cubes!
At least there is a crapper in the cell. :blink:...
July 8, 2009 at 9:03 am
David Atkinson (7/8/2009)
cameron.wells (6/30/2009)
July 8, 2009 at 8:43 am
"Hallelujah" - George Fredrick "I can" Handel "this"
then
Every Query
FOR (unto us a_child is given); next;
But who may abide the (slow indexing)
The people that walked in darkness (have not read Joe's...
July 7, 2009 at 3:26 pm
The British said, "The Americans are revolting." The rest of Europe said, "Agreed!" I feel sad that we only sing the first verse of that bloody awful song....
July 6, 2009 at 10:00 am
Hi David.
I never really had any problem with the MySQL engines themselves. If I stuck with myISAM I got single table backups and single table restores out of the...
July 2, 2009 at 10:09 am
We are doing the same thing with Visual Studio Team Server. The Test Driven Development thing is being integrated into our methodology.
Your tool looks to be a more affordable...
June 30, 2009 at 8:44 am
Great idea, Phil. By the way VB .Net has the XML comments too. They show up in the object browser. It forms the minimum set of documentation....
June 30, 2009 at 8:36 am
Jeff Moden (6/23/2009)
Heh... they also provide lots and lots of rope. 😛
The better to hang oneself with my friend.
June 24, 2009 at 10:11 am
I think that certifications are like the wizards. They can show you that someone can sit in class and take tests. They will do a good job of...
June 23, 2009 at 8:54 am
Jeff:
Puts me in mind of that old Dilbert strip where the boss says that they are going to pay heavy bonuses for every bug fixed. One of the developers...
June 22, 2009 at 9:02 am
Viewing 15 posts - 331 through 345 (of 820 total)