Viewing 15 posts - 20,686 through 20,700 (of 22,202 total)
Great info. If they relaunch the effort I'll definately use this stuff as a reference. Thanks.
April 8, 2008 at 11:48 am
It was basically functional. The key issues, apart from deployment issues & some performance, were around how we could manage the virtual versions of AD. It apparently wasn't surmountable.
April 8, 2008 at 11:17 am
Yu Yang (4/8/2008)
April 8, 2008 at 10:30 am
Contrarian...
Goddess bless you. You guys are so entertaining.
April 8, 2008 at 6:33 am
Just for the virtualizations. We already do resets from production as a part of our QA testing. We were just hoping to incorporate a similar process into an automated development...
April 8, 2008 at 5:57 am
The thing is, I think we could have made it work. But the expectations were so unrealistic that while we had functionality, we didn't have perfection. Sans perfections, they pulled...
April 8, 2008 at 5:35 am
Ivanna Noh (4/7/2008)
rbarryyoung (4/7/2008)
Jeff Moden (4/7/2008)
rbarryyoung (4/6/2008)
Jeff Moden (4/6/2008)
Heh... I handed Babbage gears 😉
Good one. 🙂
I was serious about my Uncle though, he really did do all...
April 8, 2008 at 5:27 am
Hopefully you can post the xml as an attachment like Gail says.
Just looking through the text plan, I see a clustered index scan on PK_MSP_WEB_RESOURCES_WRES_ID which could be a cause...
April 8, 2008 at 5:25 am
Profiler output is to a text column, but if you're selecting from a text column in a TSQL Query, you might not be seeing all the data (there's a limit...
April 7, 2008 at 1:24 pm
I did write a couple of articles on unit testing here at SQL Server Central. Two of them cover DBPro and one covers TSQLUnit. Do a search. There might be...
April 7, 2008 at 10:46 am
Most people just insert a row of data into the database, run a select query or a delete query and declare it successful if it finishes without error. For myself,...
April 7, 2008 at 9:22 am
You must be experiencing blocking or something else on the server. This query, as you have it defined, takes 1 ms to run on my laptop (not exactly a screaming...
April 7, 2008 at 8:25 am
By the way, from what I can see, GetMatricule is going to force the query to function like a cursor, running this select statement for each row in the result...
April 7, 2008 at 8:21 am
Or without anything else, an execution plan will identify the worst bottlenecks. Can you post one?
April 7, 2008 at 7:50 am
Viewing 15 posts - 20,686 through 20,700 (of 22,202 total)