Comments
Sort by recent activity
hi EsioNunes,
what is the style you're using when formatting? / comments
hi EsioNunes,
what is the style you're using when formatting?
hey @gardner358
we have had the same problem. You've to navigate to the `%LOCALAPPDATA%\Red Gate\SQL Prompt x` (where x is your previous version) and copy the `SavedTabs.db` file into the new folder (SQL Prompt 9). It worked on my side.
hope this helps / comments
hey @gardner358
we have had the same problem. You've to navigate to the `%LOCALAPPDATA%\Red Gate\SQL Prompt x` (where x is your previous version) and copy the `SavedTabs.db` file into the new folde...
Hi @jakkir,
could you please try to check the log file and send us the content? / comments
Hi @jakkir,
could you please try to check the log file and send us the content?
Yes, got it.
However, you can call sp_executesql with param names: EXECUTE sys.sp_executesql @stmt = N'SELECT * FROM dbo.Countries WHERE CountryName = @p0;'
, @params = N'@p0 VARCHAR(100)'
, @p0 = 'USA';
at least, starting from 2008: [image] / comments
Yes, got it.
However, you can call sp_executesql with param names:EXECUTE sys.sp_executesql @stmt = N'SELECT * FROM dbo.Countries WHERE CountryName = @p0;'
, @params = N'@p0 VARCHAR(100)'
, @p0...
hay @buinauskas,
I guess you're speaking about SQL Prompt 9 Rules. You can uncheck the following rule in order to avoid the "issue". It's up to you to manage what rules you'd like to consider. It's not a bug "to be fixed" IMHO. [image] / comments
hay @buinauskas,
I guess you're speaking about SQL Prompt 9 Rules. You can uncheck the following rule in order to avoid the "issue". It's up to you to manage what rules you'd like to consider. It's...
hey @davidsumlin
in order to move the AND right under the WHERE statement you've to set the "Alignment" property, under Operators, to "To Statement": [image] / comments
hey @davidsumlin
in order to move the AND right under the WHERE statement you've to set the "Alignment" property, under Operators, to "To Statement":
hey @davidsumlin
in order to align the table to the field list you have to set the "Align items to the tabs stops", under Lists, to true: [image] / comments
hey @davidsumlin
in order to align the table to the field list you have to set the "Align items to the tabs stops", under Lists, to true:
Hi @francesco_milano (ciao :-) )
could you explain the behavior you would like to get? / comments
Hi @francesco_milano (ciao :-) )
could you explain the behavior you would like to get?
I don't know whether the windows build is different or not. I'm sorry. / comments
I don't know whether the windows build is different or not. I'm sorry.
Hi @AJMartin901,
did you try with right clicking the installer and choose "Run as administrator"? It sounds simple, but it seems also a "missing high privileges" trouble. / comments
Hi @AJMartin901,
did you try with right clicking the installer and choose "Run as administrator"? It sounds simple, but it seems also a "missing high privileges" trouble.