Viewing 15 posts - 61 through 75 (of 259 total)
Just saw this on Hacker News and immediately thought of this long running thread: http://mattgemmell.com/2008/12/08/what-have-you-tried/[/url]
The Hacker News comments are interesting as well.
September 9, 2012 at 10:31 am
After taking a step back and re-reading your op it seems like the biggest hurdle here is scanning through all the tables. Or at least, setting that up for...
September 7, 2012 at 9:47 am
Tom Brown (9/6/2012)
Lynn Pettis (9/6/2012)
Tom Brown (9/6/2012)
September 6, 2012 at 1:08 pm
Or... you could rewrite the entire application in MS SQL 😉
Whichever way you decide to go, it sounds like it's going to be a lot of work.
September 6, 2012 at 10:57 am
So far we have "it's management's fault" and that's all? I agree that's probably more often the case than not but doesn't the person writing the code bear some responsibility...
September 6, 2012 at 9:49 am
One more, I stumbled across this today while looking for something else on TechNet. Remembered this thread and thought it was worth sharing:
http://gallery.technet.microsoft.com/scriptcenter/Storage-IO-Performance-d628bad9
September 6, 2012 at 9:36 am
Right, forgot about the part where you mentioned the site-to-site links are slow, high latency. How does executable know about a change? Does it assume the copy at your...
September 6, 2012 at 9:18 am
John Hanrahan (9/6/2012)
I'm surprised no one mentioned algile development practices. It seems like agile is another word for minimal testing. That's fine when the consequences of your code...
September 6, 2012 at 9:06 am
I used to do this a long time ago. The way I accomplished it was to write a FoxPro program that chopped the file up into chunks based on...
September 6, 2012 at 8:33 am
The Stairways series is a great place to start. One thing I've always found makes learning easier is to pick something like a problem you want to solve or...
September 5, 2012 at 1:49 pm
Funny timing. We've seen something similar recently but on a 2008 instance (not R2). I'll be interested to hear if anyone has anything on this.
September 5, 2012 at 1:32 pm
WolforthJ (9/5/2012)
Hey, here's an idea... let's post SS guards in the lobby while we're at it.
Not funny. This is the troll behavior I said would happen in this thread.
Does...
September 5, 2012 at 10:53 am
I'd start by profiling that process or at the very least that sproc. Look at the execution plan and start optimizing there. What about it is costly? Could...
September 5, 2012 at 9:06 am
Where to begin? You're talking about performance tuning from every angle. Best suggestion would be to start with a specific problem or two and work those out. What are...
September 5, 2012 at 8:51 am
Glad you managed to work it all out.
September 5, 2012 at 8:49 am
Viewing 15 posts - 61 through 75 (of 259 total)