Saturday, September 14, 2013

[MS SQL Server] MAXDOP question

[MS SQL Server] MAXDOP question


MAXDOP question

Posted: 13 Sep 2013 06:13 AM PDT

The computer that i run queries on has 2 processors. Shouldn't query1 execute faster than query2 ? Surprisingly, both executed taking exact time. Also, on OLTP system, should MAXDOP be disabled or should I leave it as default setting?Query1:SELECT * FROM tableUNIONSELECT * FROM table1Query2:SELECT * FROM tableUNIONSELECT * FROM table1OPTION (MAXDOP 1)Query1 was using parallelism in the execution plan.

Job failed - [298] SQLServer Error: 15404

Posted: 20 Mar 2012 07:01 PM PDT

[298] SQLServer Error: 15404, Could not obtain information about Windows NT group/user 'domain\domain user', error code 0xffff0002. [SQLSTATE 42000] (ConnIsLoginSysAdmin)This is the error log. Please help me if you have the same issue.

No comments:

Post a Comment

Search This Blog