Viewing 15 posts - 1 through 15 (of 15 total)
I also didn't understand what would happen if I didn't use snapshot isolation with my Change Tracking process, but this helped.
September 19, 2012 at 5:37 pm
Have you tried deleting all the indexes right before the bulk load and recreating them afterwards? That probably wouldn't explain the difference but it should speed things up substantially.
August 21, 2012 at 2:55 pm
Are you using them as clustered indexes?
August 17, 2012 at 3:52 pm
Seems like you should wait the week it will take to generate the 30 billion rows and then see what happens. Also, make sure you use NEWID if you're...
August 17, 2012 at 3:44 pm
Do you see table locks occurring, is that why you can't read from the table when the insert is happening?
August 17, 2012 at 3:11 pm
Funny I never noticed before. Thanks Gail.
August 17, 2012 at 2:50 pm
I've seen performance issues come up because of some trace flags that were set or acted differently between versions, e.g. 4199 and 4135. You might try playing around...
August 17, 2012 at 2:46 pm
Strange. What version number of SQL Server is it?
August 17, 2012 at 2:42 pm
I had the same confusion, so I'm glad you didn't "recall" the post. 🙂
June 14, 2012 at 5:11 pm
Thanks all, that helps a lot. I could easily create a report for it but I'm trying to give my users a single place where they can get all...
March 7, 2012 at 11:24 am
Thanks Chris, I had read that page before and it does not answer my question, but you have helped. In my case I think the Customer dimension should be...
March 6, 2012 at 2:28 pm
Did you ever figure this out? I have the same problem.
January 6, 2012 at 11:40 am
I'm on SQL 2008 R2 (10.50.1600) and I just created a filtered index with "MyColumn IS NULL" as the filter and my queries appear to be using the index when...
November 7, 2011 at 5:31 pm
I would also like to know how/why rebooting doesn't seem to flush the cache. Thanks to the OP. 🙂
October 10, 2011 at 2:22 pm
I'm having a similar issue, but my hunch is that it has nothing to do with SQL Server. I'm getting SQL timeout errors in my ASP.Net logs, but always...
June 3, 2009 at 12:10 pm
Viewing 15 posts - 1 through 15 (of 15 total)