Viewing 15 posts - 1,006 through 1,020 (of 1,033 total)
tosscrosby (3/28/2008)
April 2, 2008 at 2:23 pm
Don't even bother with updated_columns or updated()
I've seen both of those say a column was updated even when it isn't.
Join inserted to deleted and compare the values
i.e.
select
count(*)
from
inserted a join...
April 2, 2008 at 9:36 am
Jeff Moden (4/2/2008)
April 2, 2008 at 9:33 am
I don't think it actually matters. Similar to arguing the benefits of do.... while vs while...wend statemtns in VB.
Either works, each also requires slightly different syntax and...
April 2, 2008 at 9:12 am
Cliff Jones (3/28/2008)
Poorly worded or not, I would never do an in-place upgrade.
Ain't that the truth...
Of course
SQL Server 2005 RTM or later, Only SQL Server 2000 SP 3 or later,...
March 28, 2008 at 8:18 am
Grant Fritchey (3/28/2008)
Heh. That's still an argument I have with my mother-in-law.
Mine too... My mother-in-law is convinced if she gets the internet at home, her identity will be automatically stolen.
March 28, 2008 at 8:15 am
That's a good tip. I'm keeping the log at 10%... so 3 GB.
I had a maintenance plan and auto-shrink enabled.
The maintenance plan I left in place. So on...
March 25, 2008 at 1:11 pm
I think I've tracked this one down...
When I looked at the server after a lockup and reboot... there wasn't anything to see.
But it appears we're shrinking the Log file down...
March 20, 2008 at 9:22 am
Well Brainbench makes me feel better...
Not a god like some of you folks around here... but I will take this... and feel good. And thank all of you for...
March 14, 2008 at 10:49 am
Lynn Pettis (3/3/2008)
March 14, 2008 at 9:46 am
Jason Lennan (3/13/2008)
RAID_FRMW_LX_R169531
Fixes and Enhancements:
1. Fixed an issue of system lock ups and...
March 13, 2008 at 10:05 am
Jason Lennan (3/13/2008)
Run a sp_who2 now and again in an hour, see if the number of connections stays relatively the same. Try this every now and then...
March 13, 2008 at 9:53 am
Jason Lennan (3/13/2008)
Do you have the latest SP on SQL installed?
Yes, it is on SQL 2000 EE SP4... sorry for not mentioning that above.
March 13, 2008 at 9:16 am
Jason Lennan (3/13/2008)
- How big is the database in size?
33 GB
Jason Lennan (3/13/2008)
- How many users accessing info?
About 120 or so
Jason Lennan (3/13/2008)
- Specs of the server?
SQL 2000 Enterprise, Windows...
March 13, 2008 at 8:58 am
george sibbald (3/13/2008)
This is the only thing I am aware of which will completely freeze a SQL...
March 13, 2008 at 8:53 am
Viewing 15 posts - 1,006 through 1,020 (of 1,033 total)