Viewing 12 posts - 1 through 12 (of 12 total)
Have you tried a REORGANIZE of the clustered index the LOB_COMPACTION option turned to ON
Well, yes. Further, I have completely rebuilt the table, and dropped the original, yet the data...
October 20, 2016 at 4:40 pm
Well - I sure feel silly. I thought all these replies (above) were going to reference the original posters. Sadly, I am a bit new to posting here. I apologize...
November 14, 2014 at 8:52 am
@gilamonster - Interesting idea - I never thought of a calculate combined column! Thanks. I will review this idea with the team.
November 14, 2014 at 8:50 am
Thanks, Grant - but, we are using bigints, and the question is really about whether or not to use clustered indexing - not data type.
November 14, 2014 at 8:49 am
@ Luis Cazares - Sorry if I confused anyone - we are using bigints. We did discuss three separate keys, and maybe this is the right way. We avoided it...
November 14, 2014 at 8:47 am
@gilamonster - Well - we are certainly not doing millions per second. But surely tens or hundreds per second. Finding the breaking point will certainly be possible with...
November 14, 2014 at 8:44 am
@gilamonster - I have to use bigint because of the way the keys are constructed, as I mentioned in the post. If I used ints, I would only...
November 14, 2014 at 8:42 am
g.britton - thanks very much for your views. I am using bigint. (Actually I'm forced to use numeric(17, 0) because our FoxPro clients don't understand bigints). I am pretty sure...
November 14, 2014 at 8:38 am
Jeffrey, Grant, John - thanks for your responses.
I've made some typos in translating this from the real situation to a more easily postable question, and messed up some field names....
January 16, 2009 at 2:03 pm
The CROSS JOIN is necessary to get a record for every day. So - say for instance you had an IMAX show for next Monday, but hadn't sold any tickets...
January 16, 2009 at 12:25 pm
Well, it turns out that I made a mistake. NOT FOR REPLICATION was missing fro my trigger. I apologize for the error.
After properly adding it back in, the Init From...
February 8, 2008 at 8:06 am
Andy,
Thanks for your time posting this article. I totally love this method - but I have some concerns ...
Doesn't this method have issues if the database being replicated contains triggers...
February 7, 2008 at 1:08 pm
Viewing 12 posts - 1 through 12 (of 12 total)