Viewing 13 posts - 16 through 28 (of 28 total)
if you have only 1 disk array, it will not make much difference. Separating the data to a different array will help performance.
December 22, 2010 at 4:54 pm
Unless you create a new filegroup and file, you cannot move the data to the new file.
December 22, 2010 at 3:51 pm
When was the SAN last reboot? The SAN may need a reboot to clear the cache.
December 22, 2010 at 3:39 pm
1. Rather than sliding the window that moves forward in time by creating new partitions, can we use a "rotating window" which uses partitions in a ring structure? In this...
December 16, 2010 at 11:56 am
I have implemented partitioning on a few larges tables. However, I switch over to single filegroup for ease of maintenance or lack of filegroup maintenance.
The underlying logical drives has 20...
December 14, 2010 at 12:04 pm
Nevermind, I realized when I merge the partition. SQL Server will drop the filegroup from the partition scheme automatically.
November 4, 2010 at 3:58 pm
Are you performing DB to DB transfer? Would the gain be cancelled out by bring over additional data and having to filter it out?
I'm in the same situation where trying...
September 3, 2010 at 12:28 am
Err... This is all in 1 server but multiple databases with the same set of tables.
I want to create 1 package that can be used with multiple databases doing the...
August 26, 2010 at 5:20 pm
I tried the solution found in the link below but I could not bring up the screen to remove the server farm.
The wizard goes through 10 out of 10 steps...
January 14, 2010 at 11:38 pm
thats what I was thinking of. Performing the decryption in SSRS.
April 30, 2009 at 1:04 pm
That works!
Why can't I reference the element name using this select?
select
ref.value('Comment', 'nvarchar(50)') as comments
from
dbo.TestXml cross apply Comments.nodes('//CommentHistory/')R(ref)
March 26, 2009 at 6:38 pm
Amatuer moments!
Here you go!
<CommentHistory>
<Comment AddedOn="03/26/2009" AddedBy="testuser">This is a test</Comment>
</CommentHistory>
March 26, 2009 at 5:19 pm
Viewing 13 posts - 16 through 28 (of 28 total)