Viewing 15 posts - 811 through 825 (of 6,216 total)
In terms of performance I doubt there is a difference. I think the advantages to parameters is that you stay object oriented - which while that might sound ivory towerish,...
February 9, 2007 at 7:19 am
I've tried a couple options - one was to write them locally and then have the app check for any stored errors the next time it started up and resubmit...
February 8, 2007 at 12:43 pm
The status idea is useful for times when you (the dba) want to force an app offline. You may need to a repair or quick schema change and need everyone out....
February 8, 2007 at 7:49 am
Use caution about storing state in unencrypted files of any format. One problem is that you may be leaving identity or other valuable information just sitting on disk (think of...
February 8, 2007 at 6:58 am
Biggest reason is time - detach, move, attach is fairly quick.
February 5, 2007 at 8:09 am
You should be able to remove start date from the two non clustered indexes, it's implied since the clustered key is part of the non clustered index.
February 2, 2007 at 7:54 am
Im a little late reading this, but have a couple comments to add.
My first thought was to agree with Ian, that I think this would be better done in the...
February 2, 2007 at 6:41 am
CG search over, still nothing. Others still looking, and pondering other theories.
http://www.mercurynews.com/mld/mercurynews/news/16601612.htm
February 2, 2007 at 6:24 am
Its an older article, Steve sometimes will rerun one that he thinks is interesting on Friday.
February 2, 2007 at 6:01 am
Not sure why backup/restore would be faster - with attach you just copy the file to whatever server and attach.
February 1, 2007 at 2:35 pm
This would be such a great discussion to have in person;-)
I think locking should be considered on a statement by statement (or least proc) basis with a good understanding of...
January 30, 2007 at 8:30 am
I think I'd just go with a simple table - row# or name, col# or name, value. So for a 3x3 matrix, you might have these
1, 1, "A"
1,...
January 30, 2007 at 6:37 am
The cost of SAN's has gone down, but it's still a lot more expensive than just a SCSI RAID container. I like the performance a SAN offers, but its offset...
January 30, 2007 at 6:31 am
I agree that making readers aware that a topic has a lot of discussion would be interesting, and emailed Steve already suggesting that maybe if a new article sparks a...
January 26, 2007 at 5:46 pm
Simon, I don't entirely agree with your statement about only writing about things you know about. This isn't a referred journal and what I've always though made the community model...
January 26, 2007 at 12:44 pm
Viewing 15 posts - 811 through 825 (of 6,216 total)