Viewing 15 posts - 1 through 15 (of 80 total)
Hi Gail,
We are hoping to...
# Be able to mange our data in smaller more manageable chunks.
# Be able to manage index maintenance on the table more efficiently.
# Archive data more...
August 22, 2013 at 4:38 am
Thanks.
Just to clarify, from what you have said, I take it that you are suggesting that I don't create a non-clustered index on the [PartitionKey] column as this defeats the...
August 14, 2013 at 9:20 am
All the indexes are partition aligned.
I'm just wondering if it's worth creating a non-unique non-clustered index on the [PartitionKey] and leaving the current clustered index alone?
Or from your experience would...
August 14, 2013 at 8:59 am
Thanks Gail,
Completely agree with your comment on #2, #3 #4 and #5. I have see in the past some performance improvements following a bit of clever partitioning on extremely...
August 14, 2013 at 8:01 am
Hi Gail,
We are hoping to achieve (
# Faster data searches.
# Be able to mange our data in smaller more manageable chunks.
# Be able to manage index maintenance on the table...
August 14, 2013 at 7:34 am
Hi Johan,
Thanks for your response. I've previously read through that article a few times, and it doesn't really answer my question.
I'm basically curious as to whether or not it...
August 14, 2013 at 7:24 am
H,
Thanks for your reply. Apologies, I will try and be a little more specific.
Using Sql Server 2008 SSMS if I run the query:
select distinct ([type]) from sys.dm_os_memory_clerks;
The following rows are...
April 24, 2013 at 9:24 am
Hi Rex/Lowell,
Thanks for your replies. I am aware of how to script all objects in a database into individual files, the question is, I have to include the "IF...
April 4, 2013 at 1:31 am
Hi Guys,
Thanks for all your replies, at the moment there is nothing set in stone, we are just reviewing the different options available:
1. Set "Identity" to "Yes" for all PK...
August 4, 2011 at 6:39 am
Thanks Lowell, I found the list extremely useful.
March 14, 2011 at 10:07 am
Thanks again for your help, it's greatly appreciated. I'm just having a play around with the "Data Collection" tool now and from what I have seen I will definitely...
March 14, 2011 at 7:36 am
Hi Grant,
Thanks for your comments, much appreciated.
With regards to looking at what code the users are executing and SQL Server query plans I was planning on using something like:
select qs.execution_count...
March 14, 2011 at 7:10 am
Thanks for your help guys, much appreciated.
January 9, 2011 at 11:11 am
Hi,
Thanks for you reply, I never stated that we were restoring the master database every night. We are planning on using the system db restore process as a backup...
January 9, 2011 at 10:24 am
Viewing 15 posts - 1 through 15 (of 80 total)