Viewing 14 posts - 1 through 14 (of 14 total)
Hey Bennett,
For switching-in partitions - you're dead on.
As soon as you're doing "Updates" (via the MERGE) partition switching won't help.
I you have a way to split the "new...
October 29, 2013 at 9:46 am
If you can't guarantee that the data to be merged is focused at the most recent data, you have to consider the following example:
Data2010
Data2011
Data2012
Data2013
What happens in your system if you...
October 28, 2013 at 3:10 pm
Sai,
To state the obvious: when you talk to them you'll want to leave out the part where you posted the queries they didn't want you to know about to the...
June 19, 2013 at 2:38 pm
Since it seems you've been harnessed to the wagon of partitioning for good or evil...
The super cliff notes:
Things to consider before moving into partitioning...
-You want to partition on the clustered...
June 18, 2013 at 4:12 pm
For posterity... the things we tried that worked, and some after-the-pain ideas.
The bug:
http://support.microsoft.com/kb/2344694
If you have landed here, and have a lot of change tracking numbers to increment...
June 13, 2012 at 1:44 pm
Just to be clear:
I'm looking for the lightest weight method possible to increment the Change Tracking #.
June 11, 2012 at 2:56 pm
In 10 years SQL (probably) would support more partitions... but what you're discussing is "multi-tenant" architecture.
Good article here re pros/cons of different strategies:
August 13, 2010 at 11:58 am
It may not matter, but keep in mind in the current SQL architecture you only get 1000 partitions per object.
You mention you've got 100 clients. How good is your...
August 13, 2010 at 10:43 am
I don't have an answer as I've never done this, but you're referring to a local server as the image storage location.
Is this email only going to an...
June 22, 2010 at 4:43 pm
The fix:
OPEN MASTER KEY DECRYPTION BY PASSWORD = '<password>'
ALTER MASTER KEY ADD ENCRYPTION BY SERVICE MASTER KEY
CLOSE MASTER KEY
My guess as to why this worked:
None of the keys/certificates were corrupted.
Somehow...
May 25, 2010 at 11:00 pm
So far: I've recreated all the certificates / routes / remote service bindings.
Immediately after doing that, the transmission_queue error changes to: "Please create a master key in the...
May 25, 2010 at 7:48 pm
Trade offs:
SSIS packages is much easier but has to be scheduled. If it runs every 30 minutes that would mean your xml packages could be 30 minutes stale. ...
May 5, 2010 at 3:37 pm
Instant Initialization = Bacon saved
Thanks. Don't know why that basic info did come up in my morning o' Google.
Kudos!
-Jim
May 5, 2010 at 3:05 pm
What kind of volume are you talking about?
Is the system keeping up currently?
May 5, 2010 at 2:00 pm
Viewing 14 posts - 1 through 14 (of 14 total)