Viewing 7 posts - 16 through 22 (of 22 total)
I believe you are looking for a recursive way to find all those dept that have a valid root dept by eliminating those that have in invalid root.
i.e:
(7, 'Test6',...
February 15, 2009 at 9:54 am
we restored the database from backups. the concern here is the fact that the files were deleted. there is no concrete evidence on what could of happen, but it could...
September 25, 2008 at 4:56 pm
Thanks for your reply.
The sql log shows that Sql Server actually restarted. The next entries just show the normal load steps from SQL.
items in the log:
Information,[098] SQLServerAgent terminated (normally)
Microsoft SQL...
September 8, 2008 at 4:04 pm
if your server is a 32bit server with 16 processors, changing it to 352 should help as this is the recommended setting.
you can check what the current settings and thread...
August 15, 2008 at 11:01 am
Increasing the number of worker threads may actually decrease the performace because too many threads causes context switching which could take so much of the resources that the OS starts...
August 15, 2008 at 10:53 am
We found that this problem is often found when the database is set to autogrow. The root of the problem is when the database becomes too big and it needs...
August 12, 2008 at 2:49 pm
[font="Tahoma"]
Hi, we experienced this similar problem on a SQL SERVER 2005 environment. This error started and created a 30 GB log file in a 30 minute span. It took...
August 12, 2008 at 7:49 am
Viewing 7 posts - 16 through 22 (of 22 total)