Viewing 10 posts - 136 through 145 (of 145 total)
maybe you can go back to your original msdb -> start sql server -> use emergency mode on msdb -> try some checkdb?
September 6, 2009 at 6:13 am
there is a great stored proc: sp_lock2 maybe it will help you ?
you can it from: http://support.microsoft.com/kb/255596
September 6, 2009 at 6:07 am
you are using AWE on this 32bit box - in this case task manager has some "nice features" that dont shows all of the memory that sql server is using....
September 6, 2009 at 6:03 am
using dbcc updateusage helps ? it shouldn't. there were some problems with counting allocations but on sql server 2000! 2005/2008 are running good. the only way it can be a...
September 6, 2009 at 5:51 am
Hi Kwisatz78,
once upon a time with my colleagues we were trying to check the differences between fixed size db files and default database settings. We were loading something about 20GB...
September 6, 2009 at 5:19 am
maybe you can create a configuration table with proper schema? I think it can be better then global variables (easier to mange and more relational).
September 6, 2009 at 5:09 am
As Animal Magic said - problem is in security setting in report's data source. This is quite complex but we can look at this in these way:
if you are maintaing...
September 6, 2009 at 4:56 am
As a consultant ive seen a lot of environments - some of them were using sql, other were using windows and some both types of authentication. Like other people said...
September 6, 2009 at 4:48 am
hi shine,
you told us that the configuration of these two servers are exactly the same. In previous posts someone mentioned about IO problem. I think it's quite posibble. You can...
September 6, 2009 at 4:25 am
Viewing 10 posts - 136 through 145 (of 145 total)