Viewing 15 posts - 691 through 705 (of 6,216 total)
I've tried three times now to write this, so this will just have to do - this was an irritating thread to read. We're here to share knowledge and solve...
June 25, 2007 at 6:11 am
Nice pragmatic approach, I agree with it entirely!
June 20, 2007 at 10:44 am
You can also just look for bad & missing items. Make sure every table as a primary key, a clustered key, that you have no duplicate indexes, and that any...
June 20, 2007 at 5:39 am
Im not sure what to call that other than bad.
Biggest reason I've seen companies do stuff even close to that is that the developers dont do a good job...
June 19, 2007 at 7:20 am
My two cents; encrypting the wire should be a network guy thing, not a SQL guy thing. IPSEC or firewall client of your choice are better and broader solutions.
June 19, 2007 at 6:51 am
Either way you have to move some data. SQL 2005 partitioning features require the table to be empty, has to be created on a partition scheme instead of a filegroup....
June 19, 2007 at 6:49 am
Its the downside of NT authentication; you're granting access to the user rather than the app. The technique mentioned above will work, but certainly doesnt stop them and its easy...
June 17, 2007 at 7:53 pm
I've seen discrepancies as well, though I dont think that extreme. I use QA/SSMS to view the plans, Profiler to measure performance. With two monitors it works well and I...
June 15, 2007 at 8:36 am
On the constraints, as a simple if not great example imagine that you have a really large customer table that you want to partition on last name. We'll create two...
June 15, 2007 at 7:07 am
I pretty much agree with Jeff's reply. Partitioning is definitely a valid technique using a view to pull it all back together. From a performance perspective the one thing I...
June 14, 2007 at 7:46 pm
I imagine LS would have to implement it natively and I have no idea if they have - maybe someone else can comment.
June 13, 2007 at 4:55 pm
Agreed, only data changes are transmitted to subscribers. One of the nice benefits of this is that you can set up different indexes on each subscriber if needed, dont have...
June 13, 2007 at 7:41 am
Steve's on vacation, will be back next Mon - but didnt you say something that if it ain't....
June 12, 2007 at 5:05 pm
If you dont have the col probably not a bad idea to just back up and try again, delete and rebuild the pub.
June 12, 2007 at 4:33 pm
Viewing 15 posts - 691 through 705 (of 6,216 total)