Viewing 15 posts - 1 through 15 (of 23 total)
I'm curious to know if anyone has done an analysis on the impact of CHECKSUM on insert/update/delete performance. There must be some tangible penalty. In the 2000 days,...
July 20, 2010 at 6:44 am
Great article. I'd like to see more about how query performance was affected. Also, when backing up a compressed table to a compressed backup, is that faster than...
April 22, 2010 at 6:38 am
I must give credit to
1) Microsoft for 1/2 the answer (:)
http://www.microsoft.com/technet/technetmag/issues/2007/03/Partitioning/default.aspx
and
2) Sarah Henwood at
http://sqlblog.com/blogs/sarah_henwood/default.aspx
My quest to migrate data in one partition to another Filegroup...
January 28, 2008 at 5:52 am
I currently have all partitions and this PK index residing on the PRIMARY filegroup.
I should specify what I'm trying to accomplish, I suppose. I'm trying to figure out how...
January 28, 2008 at 4:47 am
I'm receiving the same error message, but it's complaining in reverse that my table isn't partitioned, although it plainly is!
Warning: The specified partition 1 for the table myDb.dbo.myTable' was ignored...
January 23, 2008 at 6:16 am
Though I understand the concepts (which were presented eloquently), I would like to know more about how the table is actually used to dynamically recreate the partitions. Given the...
September 26, 2007 at 11:43 am
Where is XML Notepad? How does one launch it? Must I have Office 2007?
July 26, 2007 at 10:10 am
Yes and no. In SQL 2005, a user can own multiple schemata. In Oracle, a user can only own one schema.
For example, in SQL 2005, user "x" can own schema...
May 25, 2007 at 6:23 am
Well intended, but remember we're...we're not supposed to query those good old sys tables anymore (sysfiles)! There's another sys. view that replaced that, but I'll have to find that and...
March 23, 2007 at 5:47 am
Excellent! I look forward to seeing that.
August 11, 2006 at 10:26 am
I'm assuming that this comparison was done based on MS SQL 2000. I'd like to know what your opinion is regarding SQL 2005 and any changes that you might make...
August 11, 2006 at 9:09 am
If you're interested in only backing up the Procs (and/or functions) I'd recommend generating a script and putting that file aside. The full backup of the DB will certainly work,...
June 14, 2006 at 6:17 am
Let me put it this way. I was a DBA on both for close to 6 years in a large investment company, and I can tell you this. I was able to...
May 22, 2006 at 12:31 pm
Nice article and I agree that MS should KISS. That's what I find to be so great about it. It is simple where you need it to be (like SQL tuning...it...
May 22, 2006 at 6:58 am
Analysis on which table/indexes should be separated has not yet been done. Latch contention is high since this is a highly concurrent application (hundreds of concurrent queries). Multiple datafiles should...
November 1, 2005 at 11:52 am
Viewing 15 posts - 1 through 15 (of 23 total)