Posts
Sort by recent activity
Data types are not in suggestion list when using VS 2008
When editing a stored procedure in VS 2008, data types do not show up in the list unless you are connected to the server.
SQL Prompt 4 and VS 2008
I installed SQL Prompt 4 and it does not show up in VS 2008.
SQL Prompt 3 was still there , but disabled.
I removed the menu option for SQL Prompt 3 according to a post on this forum and re instal...
Layout moves comments to new line.
I have the following snippet of code in a stored procedure (for breveity I have omitted the part of sql prior to the FROM clause):
FROM
dbo.Users u
JOIN [$(csql2)	...
No candidate list when using PRINT keyword
Is this a bug? Or a missing setting?
When typing the following:
Declare @Text varchar(50)
SET @Text = 'Some other text'
The candidate list does not popup. If I do Ctrl>Space the list comes up, but ...
2 Feature requests
1. Automatically connecting to the server every time I open a file or add a new file within Visual Studio 2008 Database edition GDR.
It would be nice if a connection would be established when the s...
Sql Prompt throws exception in VSTS 2008 DB Edition GDR
I did a save of a script in VSTS 2008 and received the following exception:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************...
Visual Studio 2008 Database Edition GDR completion keys.
I have a .sql file open and have used the menu to connect to the server.
When I type in the following:
Select *
from dbo.table_name as tn
Then place the cursor after the *, I get the prompt "Press...
sql prompt 3.9.0.43 tables not showing
When I try to do a join to a table across databases , I only get a list of columns from the other tables already joined. I have cleared the cache, I have refresh the cache to no avail.
The script i...
SQL Prompt 3.8 does not honor the do not connect settings
I have defined in Options>Connections>Connections to Ignore a sql server that does not exist any more.
When ever I open a script that uses that server I am prompted to authenticate.
Why is it not h...