Viewing 15 posts - 76 through 90 (of 117 total)
Gabriel P (3/11/2009)
I'm trying...
March 11, 2009 at 3:19 pm
I apologize, I didn't clarify. The 40 minutes technically is really just the time it takes to copy the data over to the archive server (purging & archiving was all...
January 30, 2009 at 6:45 pm
Just an FYI, I just want to let you know the partitioning has been successfully deployed. The 3 hour purge/archive process now takes 40 minutes with Switch Partitioning. Transaction Log...
January 30, 2009 at 6:11 pm
This doesn't answer your question, but I want to point out you're going a really long way to do something really simple. I'm assuming your function just returns the time...
January 30, 2009 at 5:54 pm
If you're good with VB.net, you can do this using the Script Component of SSIS.
January 30, 2009 at 5:09 pm
Actually I don't know why I made it even more difficult. You can account for all previous sortorder records using Count(*) (assuming that they will always start with 1, and...
January 30, 2009 at 4:45 pm
Chuck Craig (1/30/2009)
I'm getting rows back where empin = 16975
this routeid should not show up in the resultset
RouteUD SortOrder EmpNum ...
January 30, 2009 at 4:27 pm
GSquared (1/21/2009)
The part I added is called a correlated subquery, because part of it (the Where clause) references one of the tables in the outer query.
Does that get you what...
January 21, 2009 at 11:33 am
I get http://emzero.com.ar/xml/XML_I_GET.xml which is wrong because it's creating an element per row and I want to create just one element per GalaxyId and nest the Objects inside of it....
January 20, 2009 at 2:07 pm
Plus during a split/merge there's an exclusive lock on the table, and a schema lock. Not pretty - even if it is done at 1am.
January 20, 2009 at 11:27 am
I did some more research and I figured out how the split/merge works although I'm still working on the "why". However, the return on reading this explaination is minimal -...
January 20, 2009 at 8:27 am
I figured it out. Well not really, but I figured out a way around it.
For some reason, both partitions have to be empty for it to be an instant O(1)...
January 18, 2009 at 8:39 pm
Have one scheduled to run for tonight's purge process.
January 18, 2009 at 7:22 pm
No argument from me - but I mentioned that only because during the sliding window, you need to split partitions in order to create a new empty partition. If there's...
December 18, 2008 at 10:00 am
Yes although my situation is a little different since I have the two tables.
Some obstacles I've come across which will save you time if you plan ahead:
Bear in mind...
December 18, 2008 at 8:32 am
Viewing 15 posts - 76 through 90 (of 117 total)