The following error occurs after successfully executing a CREATE TABLE script and then manually refreshing the Object Explorer:
"Lock request time out period exceeded"
On checking in SQL Server Management Studio (SSMS) the table doesn't appear to have been created. Running the same script in SSMS creates the table successfully and can be seen in the Object Explorer
Either turn on Autocommit, or click the Commit button after executing the script.
