How can we help you today? How can we help you today?
MikeyC
TAB expands * instead of indenting
If you use this code:SELECT *<end selection> FROM dbo.backupfile WHERE backup_set_id > 10<start selection> And start selecing text from the bottom (as indicated) and type a TAB...
2 followers 2 comments 0 votes
SP-2889 Roaming profiles fix
I see the announcement that says the latest fix includes: SP-2889 Roaming profiles don't work with the registry key fix Can you tell me exactly what has changed in the latest version in relation to...
1 follower 1 comment 0 votes
Refresh Suggestions Doesn't
If a table is updated in a different DB and you select the "Refresh Suggestions" the changes are not picked up. Say you create a table: CREATE TABLE Model.dbo.Test (Test VARCHAR(1) NULL); and then ...
5 followers 10 comments 0 votes
Suggestion Order Changes
I am using SQL Prompt 4.0.3.12 and have noticed that the order of the suggestions changes when it shouldn't. For instance try this: SELECT * FROM msdb.dbo.backupfile B INNER JOIN msdb.dbo.<cu...
1 follower 1 comment 0 votes
4.0.3 Adds ' when it shouldn't while indenting
Given this code: SELECT &lt;select start&gt;'Test' AS Field1, 'Test2' AS Field2, ''&lt;select end&gt; AS Field3 INTO #Temp And having the code between <select start> and <select end> selected wh...
4 followers 4 comments 0 votes
Field Suggestions That Start with a Number
It would be nice if SQL Prompt would offer suggestions for fields that start with numbers when you start typing the field name even if you leave off the [.SELECT 1 AS &#91;1Field&#93;, 2 AS &...
1 follower 1 comment 0 votes
4.0.3 only lists some users for GRANT
The release notes for 4.0.3 say: "GRANT Statement should have list of USERS" I guess the keyword there is should. Given:GRANT SELECT ON dbo.&lt;table&gt; TO &lt;cursor&gt; It brings up suggestion...
1 follower 1 comment 0 votes
Suggestions drop as name typed
Given this code:USE msdb; SELECT backu&lt;cursor&gt; FROM dbo.backupfile A It suggests: backup_set_id, backup_size, and backupfile, etc.. Backupfile is the table and is aliased as A so it isn'...
3 followers 6 comments 0 votes
Doesn't capitalize keyword CASE
With this code: SELECT * FROM msdb.dbo.backupfile WHERE case&lt;cursor&gt; When I type a space SQL Prompt does not convert it to upper case. I think the problem is that there is a table named...
2 followers 3 comments 0 votes
Script View Request
I think it would be great if the code displayed in the script view when you are picking from a suggestion could be run through the Format SQL process so when you copy something to use as a template...
1 follower 1 comment 0 votes