Comments
Sort by recent activity
It's happening within the SQLPrompt snippit tester as well.
This is a big problem for me since I have (HAD) ... since lost them all yesterday after installing SQLPrompt.... may snippits that use parens
Things such as:
IF NOT EXISTS (select * from dbo.sysobjects where id = object_id(N'[dbo].[TABLENAME]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
I hope I don't have to pay for 3.0 since I've lost functionality by moving from PromptSQL to SQLPrompt... This DID work in PromptSQL !!! / comments
It's happening within the SQLPrompt snippit tester as well.
This is a big problem for me since I have (HAD) ... since lost them all yesterday after installing SQLPrompt.... may snippits that use ...