How can we help you today? How can we help you today?

Using SQL prompt 4 within VS 2010

Am I correct in assuming that SQL Prompt only functions correctly in Visual Studio 2010 T-SQL-Editor when a connection has been established to the relevant database?

This means that it does not work with the internal VS database model and any changes made to the VS database project have to be deployed before SQL Prompt recognises them (eg. field name changes, new views etc)?

Many thanks

Graham Goodwin
GrahamGoodwin
0

Comments

4 comments

  • David Atkinson
    Yes, this is how it current works. It needs to have a connection to a real database. It is possible that we develop a version that works on the offline Database Project model, although this will depend on customer demand and so far it hasn't been that strong. If anyone else is looking for this ability we'd love to hear from you!

    Is there any particular feature you're looking for that isn't available in VS2010's built-in Intellisense?

    Kind regards,

    David Atkinson
    Product Manager
    Red Gate Software
    David Atkinson
    0
  • GrahamGoodwin
    Thanks for your reply David. Perhaps the main thing I miss when no connection has been established is that, when creating a table, the list of available data types does not display correctly after typing a field name and pressing space. The prompt list display 'AS', 'DOUBLE', 'NATIONAL' and 'XML' as the first 4 options.

    Regards

    Graham Goodwin
    GrahamGoodwin
    0
  • wsoranno
    David,
    I would like to have the following feature in VS. When a file is created/opened, connect to the server and database specified in the project properties. If the "Target Connection" has not been set, then prompt for the connection information.

    This would allow SQL Prompt to function more closely like it does in SSMS.
    wsoranno
    0
  • youngcm2
    I think that you should at least the default sql objects listed.
    youngcm2
    0

Add comment

Please sign in to leave a comment.