Viewing 15 posts - 4,126 through 4,140 (of 5,685 total)
Rich Yarger (2/6/2011)
CalcBalance1 is the leftover debt. It's also the new balance for the originating account. I guess I have it wrong. I thought...
February 7, 2011 at 10:49 am
Check for lock concurrency issues at production, might be running into other processes.
When you run the task on QA, does the first run also take 10-11 seconds, and the later...
February 7, 2011 at 10:35 am
DECLARE @CalcBalance1 MONEY = (SELECT CurrentBalance FROM Account WHERE AccountID = @AccountID)
DECLARE @OverDraftAccountID1 INT = (SELECT OverDraftAccountID FROM Account WHERE AccountID = @AccountID)
DECLARE @ODBalance MONEY = (SELECT CurrentBalance FROM Account...
February 6, 2011 at 2:59 pm
An Antartican Penguin Safari (in summer, too damned cold in general).
Why? Because it's just funny.
"What'd you do over summer?"
"Penguin Hunt. Check the trophy wall."
"Dude, look at...
February 4, 2011 at 4:27 pm
WayneS (2/4/2011)
If you wonder about not seeing me for a week, it's because you're not going to be seeing me for a week.:-) Keep safe, cool, (and for Craig, hot).
I...
February 4, 2011 at 4:13 pm
simon.wardlaw (2/4/2011)
February 4, 2011 at 3:22 pm
Rich Yarger (2/4/2011)
February 4, 2011 at 3:19 pm
Rich Yarger (2/4/2011)
I'm so grateful for this little chat of ours. Can you tell I am a new DBA?😛
Perhaps new, but well spoken and you bring your own research...
February 4, 2011 at 3:01 pm
TempDB and C:\....
Not usually a good idea, unless this server is incredibly robust and they're just being cheap on disks. If you end up needing the swapfile, which is...
February 4, 2011 at 2:55 pm
Rich Yarger (2/4/2011)
... 🙂 Or just build yourself a nice little SSIS package that will foreach file loop the backup directories and move them where you like... and include...
February 4, 2011 at 2:42 pm
Rich Yarger (2/4/2011)
February 4, 2011 at 2:11 pm
Tom Brown (2/4/2011)
Tonight's menu10 START
20 Open can of John Smiths
30 Drink
40 GOTO 20
... Crash ...
Must be Friday!
February 4, 2011 at 2:02 pm
Rich Yarger (2/4/2011)
No - your evaluation hit the nail on the proverbial head! I appreciate it, and would have loved to have gone with an idea...
February 4, 2011 at 1:46 pm
Tom.Thomson (2/4/2011)
February 4, 2011 at 1:31 pm
Rich Yarger (2/4/2011)
The RAID 5 Array is composed of a 4x146gb Array. The disk IO in this array is pure data, and some non-clustered indexing to go...
February 4, 2011 at 1:20 pm
Viewing 15 posts - 4,126 through 4,140 (of 5,685 total)