Activity overview
Latest activity by dottNett
Table Aliases not always handled properly
Sample codeUPDATE T
SET dbo.Table_1.
FROM dbo.atbl_Accounting_OrdersDeliveries AS T
INNER JOIN dbo.atbl_Accounting_OrdersItems AS I
ON T.Domain = I.Domain AND T.Template = I.Template
Wh...
Sorry about that. I thought I had read every topic :oops: / comments
Sorry about that. I thought I had read every topic :oops:
Management Studio Express ?
SQL Prompt does not work in SQL Management Studio Express. Will it be avilable for this tool as well or are there technical difficulties preventing this ?
Flooding the server with collation requests
Every time I click somewhere in the Management Studio (2005) there seems to be some delay. It is so bad I have to switch of SQL Prompt to get any work done. The server is remotely located so there ...