How can we help you today? How can we help you today?
wsoranno
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.
2 followers 3 comments 0 votes
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...
2 followers 7 comments 0 votes
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)&#9...
1 follower 1 comment 0 votes
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 ...
1 follower 1 comment 0 votes
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...
1 follower 1 comment 0 votes
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. ************...
1 follower 1 comment 0 votes
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...
3 followers 6 comments 0 votes
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...
1 follower 1 comment 0 votes
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...
0 followers 0 comments 0 votes