Viewing 15 posts - 18,226 through 18,240 (of 39,903 total)
WayneS (9/15/2010)
Steve Jones - Editor (9/15/2010)
And on an unrelated note. Who wants this job?
Darn it! Finally get a chance to look at it, and what I see is
This...
September 16, 2010 at 7:21 am
Definitely less problems underground. Most electrical stuff is buried in the Denver area, and there are less issues with phone/cable/power because of it, especially in the winter. Still some issues,...
September 15, 2010 at 4:39 pm
Alvin Ramard (9/15/2010)
jcrawf02 (9/15/2010)
yeah, think I'll do that. Thanks guys.Post a quick message in here when you do so that we'll know to go looking for it.
Or send me an...
September 15, 2010 at 2:47 pm
The maintenance plan is going to run the same things T-SQL scripts will run. The only difference is it's compiled.
I would be interested to hear why you can't run T-SQL...
September 15, 2010 at 2:07 pm
bitbucket-25253 (9/15/2010)
...By the way for some reason going down is always slower and harder than going up.
By the way, if going down is much faster than going up, you're falling.
:w00t:
September 15, 2010 at 2:01 pm
There's nothing you can do about that. The system tables are changed in 2005 and above, and they'll move with the new tools.
Code shouldn't reference them, but if it does,...
September 15, 2010 at 11:35 am
Once that guy got outside the caged area, my stomach was flip flopping. Struggled to watch, and then was stunned again when he reached that orange pole and still had...
September 15, 2010 at 11:30 am
I would open the ticket with designers and see if you can push them to open a ticket with MS and work on this. I'm not sure why this would...
September 15, 2010 at 10:26 am
Sorry, didn't read all the posts, but did you update indexes and statistics after the update?
September 15, 2010 at 10:06 am
Use a SELECT to debug this
SELECT bodytext
, replace (bodyText, '%/themes/old/%', '%/themes/new%')
from bodyTextTable
September 15, 2010 at 10:04 am
And on an unrelated note. Who wants this job?
September 15, 2010 at 9:23 am
Brandie Tarvin (9/15/2010)
[font="Verdana"]We're sorry. The user you are attempting to...
September 15, 2010 at 9:22 am
DELL is responsible to some extent. However then we just get more into a lawyer culture of suing everyone. Is it worth it for you to sue DELL for $10k...
September 15, 2010 at 9:21 am
It is doing maintenance. Look at these lines:
EXEC ('DBCC CHECKDB (N''' + @CVVCDatabaseMaintenance_DBName + ''') WITH NO_INFOMSGS')
EXEC ('DBCC SHRINKDATABASE(N''' + @CVVCDatabaseMaintenance_DBName + ''', ' + @FreeSpace +...
September 15, 2010 at 9:15 am
Viewing 15 posts - 18,226 through 18,240 (of 39,903 total)