Is there any way to optimize those GUID joins? The concept of having GUIDs as keys is all around the application I'm working with, and there is...
Hello! I have this piece of SQL code: UPDATE a SET Field1 = c.Field1 FROM a INNER JOIN b ON a.GUID1 = b.GUID1 INNER JOIN c ON b.GUID2 = c.GUID2...
<blockquote id="quote"><font size="1" face="Verdana, Arial, Helvetica" id="quote">quote:<hr height="1" noshade id="quote"><i>Originally posted by...
Hello! I need some help with tuning the following query. I run it on a MS SQL 2000 server and it takes more then 5 seconds. Execution plan shows...
Separate names with a comma.