Viewing 15 posts - 616 through 630 (of 6,216 total)
The leading wild card could be expensive as noted above. I'd also worry about users actually paging through the data causing a possibly expensive query to be run over and...
August 29, 2007 at 5:26 am
Jeff, thats a fair question. Dont know that my answer will do it justice, but here goes. I can see a few developers posting code bits, but you're right, probably...
August 28, 2007 at 7:35 am
The SSC timeout just ate my long winded reply - who built this thing anyway!
August 28, 2007 at 6:53 am
Not srue I agree with that. Replace "blog" with "easy way to post web content" and there are lot of situations where it makes more sense in the corporate world.
August 27, 2007 at 6:14 pm
I think good blogs are pretty hard to do. Most of us don't solve interesting problems all that often, and blogging about something you read elsewhere isn't very exciting. I...
August 27, 2007 at 8:24 am
Lots of good comments and I agree with most of them - on both sides. If you want to have some fun, spec a simple form based app that will...
August 26, 2007 at 9:15 am
Politically and practically it's worth deploying Report Builder. Its hard to make a simple reporting tool that can do anything of value, but having it based on a model gets...
August 23, 2007 at 2:24 pm
Jeff, I'll grant it is a simple topic - I figured by now I'd get clobbered by some statistics major for even using the word random! Maybe someone with a...
August 23, 2007 at 10:28 am
Andras, your method doesnt seem faster than just making the change in SSMS? Both techniques require a lot of repetition, I'd think less room for error using SSMS to make...
August 23, 2007 at 6:23 am
Agree on MS Press and Wrox, and Apress has one too. I'd start with MS Press, then buy another when you're moving along some.
August 13, 2007 at 6:07 am
Snapshot replication is different than transactional, just throws over a complete copy of the data, after that no changes are sent unless you send over the entire snapshot again.
I'd be...
August 9, 2007 at 11:43 am
Im sorry if I didnt make that clear, you're correct; can only partition in Enterprise (or Developer of course) edition.
August 9, 2007 at 9:22 am
Transactional requires not just a unique column but a defined primary key. The only replication option without it is snapshot.
August 9, 2007 at 9:16 am
Scope_Identity is usually a better alternative than @@Identity.
August 9, 2007 at 6:51 am
Drop a note to webmaster about article requests. Restarting the server is really a non event for replication, everythign just works and it maintains consistency. Adding an article can only...
August 9, 2007 at 6:50 am
Viewing 15 posts - 616 through 630 (of 6,216 total)