Newbie Help
Pablo_In_NZ
Posts: 8
I have just downloaded the demo, and it fell at the first hurdle, which is very frustrating. I'm assuming I am missing some setting or something.
It all installed OK, but when I start up SQL Query Analyser, SQL Prompt sits there for a while, and I get the little box bottom right 'Load metadata'
then i get a message box saying'Could not retrieve the database schema. The database may no longer be present or a network connection could not be established."
The SQL server is local on my laptop, and I get this message for all databases. I tried setting Connection Credentials using the actual server name and also (local), but still get the same message. I am using SQL Server Authentication.
The SQL Server version is 2000 - 8.00.534 (Intel X86)
What am i doing wrong here ??!! :?
It all installed OK, but when I start up SQL Query Analyser, SQL Prompt sits there for a while, and I get the little box bottom right 'Load metadata'
then i get a message box saying'Could not retrieve the database schema. The database may no longer be present or a network connection could not be established."
The SQL server is local on my laptop, and I get this message for all databases. I tried setting Connection Credentials using the actual server name and also (local), but still get the same message. I am using SQL Server Authentication.
The SQL Server version is 2000 - 8.00.534 (Intel X86)
What am i doing wrong here ??!! :?
Comments
Sorry to see you're having problems. When you log in to SQL Server do you have dbo access to the database?
Thanks,
Bart
Principal Consultant
bartread.com Ltd
I have re-installed SQL Prompt 2.0.0.59 and that has no problem retrieving the metadata for all databases.......
Lionel
Red Gate Software
I do have SQL Express 2005 on my laptop as well as SQL Server 2000. Stopping the SQL Express had no affect.
What's changed from SQL Prompt 2 for connections (or is it completely different) ? As I mentioned, Version 2 has no problems connecting.
Lionel
Red Gate Software
Lionel
Red Gate Software
It was an alias problem as you suspected - cheers for that.
For some reason (possibly due to SQL Express 2005 on the machine as well ?) new aliases don't apear to work.
When I changed the default server to be used in the options tab to 127.0.0.1 (rather than the actual server name or (local)) it worked.
Am having a few issues with the way it works, but at least it's working now
Lionel
Red Gate Software