Changing window title in SQL Server Management Studio [closed] - sql-server

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Is there a way to change the window title of my SQL Server Management Studio to display current server I'm connected to?
To know which DB I'm connected to, I have to scroll all the way up to see the name of the server and it's a pain..
Maybe there's an available plug-in or something.

SSMSTools will colour code each management studio window based on the server you're using. It's a start and it's free.

Related

best practise for sspi user [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I am currently setting a web and sql windows server for a 3 mvc web applications. I have got a sspi domain user set up but not familiar at the correct and most optimal setup for such.
Do all app pools get set up with this user?
Do all databases on the sql server get read/write permissions for this user?
I am looking for best practise for when working with an sspi user.

Is it secure to access database server on internet from dekstop application [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am developing an application with need to access database from internet. Is it secure to access directly to the database server ( sql server 2005 ) or is it better to using web service to access the database?
This is a question that you need to ask yourself. In general, accessing DB through a layer is the accepted way to designing applications as it acts as a place holder for plugging in various features such as security, change in DB, change in mapping etc.

Universal database GUI [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
i need one GUI that will work on windows and i need to connect on several databases. Access, mySQL, MSSQL, Postgres, SQLite and maybe in future i will need connection to oracle.
It would be nice that tool can move database schemas from one db engine to others without lot user interference...
Can someone recomend me tool for this?
Thanks in advance
Try with navicat. It should do everithing you need...
Try on of these:
SQL Workbench/j
Aqua Data Studio
Both work on Windows, Linux and Mac.

Open Source query builder tool for Microsoft SQL Server [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Okie, I've searched it in SO and I've not found it. Can someone tell me a good open source query builder tool for working with Microsoft SQL Server databases?
DBVisualizer will do the trick. It's Opensource and can be configured to use with almost any DBMS.
DBVisualizer
DBVisualizer Query Builder
What about Management Studio? But, it is not open source.
Documentation.

Free tool to import data from SQL Server to SQL Server CE 3.5 SP2? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I found that page: http://erikej.blogspot.com/2009/04/sql-compact-3rd-party-tools.html
There are a lot of tools but it is not clear which one will do the job right, so any help?
Export2SqlCe.exe will "do the job right" (I am the developer, so please let me know if that is not the case) - Usage guide here:
http://erikej.blogspot.com/2010/02/how-to-use-exportsqlce-to-migrate-from.html

Resources