How can we help you today? How can we help you today?
sdks
Bug: variable default value is not set for snippet (10.0.1.12389)
Reproduce steps:* Add following text as snippet Code: "SELECT 1 as $var$* Enter default value for variable and hit Tab (not Enter)* Click on Save* Find new snipped and open Edit dialog --> the defa...
1 follower 2 comments 0 votes
ADS SQL Prompt extension
What is the best channel to give suggestions/feedback for ADS extension? Should it be just sent to the email, or can it be posted here for example?
1 follower 1 comment 0 votes
Snippets are not picked as the first suggestion in the quick list
I expect to snippets be the first option when you type. For example here after hitting "d" then TAB it is expected that snippet would be inserted instead of suggested object.   SQL Prompt 9.5.9.107...
4 followers 13 comments 0 votes
Can't install SQL Search - This version of this product is already installed
I've upgraded the SSMS to v18 and SQL Search stopped working after that. I've uninstalled it and tried to install again,. Now I'm trying to install it again and getting following error message:I've...
1 follower 1 comment 0 votes
BUG: Incorrect formatting
Comments opening tag is indented after format. V 9.4.16.9097 CREATE VIEW test
1 follower 1 comment 0 votes
Bug in formatting
Following code throws error when trying to format:SELECT 'IN','MI','OH','CT','MA','ME','NH','NJ','NY','PA','RI','VT','DE','MD','NC','SC','VA','WV','DC','AR','LA','OK','TX','NM','KY','MS','TN','AL',...
2 followers 2 comments 0 votes
Is it possible to grammatically identify is SQL Prompt is enabled
Is it possible to identify is SQL Prompt enabled or not? VS/SSMS?If yes, then is it possible to try to enable it or even provide License key to it?
3 followers 4 comments 0 votes
SQL Prompt throws error when trying to use intellisense
Preparation: USE master GOCREATE DATABASE test_sqlpromt_bug;GOUSE test_sqlpromt_bugGOCREATE TABLE dbo.test (a int)CREATE UNIQUE NONCLUSTERED INDEX [idx] ON [dbo].test (a) ON [PRIMARY]GOCREATE DATAB...
2 followers 2 comments 0 votes
SQL Format doesn't format function
I have latest SQL Prompt - 9.1.2.4363 (07th March). Following function can't be formatted and the error "Error laying out sql" is returned. Tried on both SSMS (v17.5) and VS 2017 (15.5.3)CREATE FUN...
4 followers 6 comments 0 votes