Forum Replies Created

Viewing 7 posts - 16 through 22 (of 22 total)

  • RE: Self Join Query

    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',...

  • RE: MDF File Auto Deleted, how?

    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...

  • RE: Failed to retrieve operator 3

    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...

  • RE: Max Worker Threads option

    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...

  • RE: Max Worker Threads option

    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...

  • RE: SysThread ... woken up prematurely

    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...

  • RE: SysThread ... woken up prematurely

    [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...

Viewing 7 posts - 16 through 22 (of 22 total)