Viewing 15 posts - 20,476 through 20,490 (of 39,834 total)
I just saw that thread posted by Paul. With Kim out of town, he's in a cranky mood. Never a good day to argue with, but I think this week...
March 12, 2010 at 12:43 pm
You have a good point, but I think you're coding around a very unlikely possibility. There is literally thousands of scripts, including system scripts in SQL Server that contain
IN ('master',...
March 12, 2010 at 11:52 am
Ha! I'm far from 100% on the QOD. I'd like to say I'm testing wrong answers, which I do at times, but rarely. I tend to just give it the...
March 12, 2010 at 9:32 am
I think it's a cultural issue. There is a different kind of excitement at the US conferences from what I've heard.
You can always submit to speak. I know that doesn't...
March 12, 2010 at 7:08 am
I won't be at the PASS Conference, but Brad will go to represent Red Gate. I go to the UK next weekend and no desire for another long flight in...
March 12, 2010 at 6:49 am
Gianluca Sartori (3/12/2010)
March 12, 2010 at 6:43 am
Jan Van der Eecken (3/12/2010)
In our staff room .... most importantly a well-stocked bar
Now that's a way too relax! Not sure it would help me get home on time though...
March 12, 2010 at 6:42 am
There should be a log file for SP4 (sqlstp.log or something, sort by recent files in /Windows). Check that more for more details. This is usually some error in starting...
March 12, 2010 at 6:39 am
YSLGuru,
I think you're on the right track, and despite the posts, it seems that you understand the issue. Don't worry about getting some good feelings from others. Go with your...
March 11, 2010 at 10:02 am
It looks like some sort of weighted average. Not sure. The denominator label throws me off. You really have
sum (count * average) / sum ( count)
March 11, 2010 at 7:41 am
I think you need to run this through a spell checker since I'm not completely sure what you mean here.
Can you run your stored procedures through SSMS? I'm not...
March 11, 2010 at 7:37 am
I like the solution above. It's much easier to work with this data inside SQL Server than it is during the import.
March 11, 2010 at 7:36 am
Jason,
Did you mean option 1? I tend to agree with you, though I might run a rollup each day looking for an overall look of what happened with jobs.
March 11, 2010 at 7:23 am
I'm confused as to why you are trying to execute step by step. I think that perhaps some of the structure of the package is getting lost by executing a...
March 11, 2010 at 7:20 am
Viewing 15 posts - 20,476 through 20,490 (of 39,834 total)