Open Source query builder tool for Microsoft SQL Server [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.
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.

Related

Using SQL Server Express for profit [duplicate]

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.
Can I use free SQLServer Express in my commercial windows project? Are there any license issues? How many nodes it supports in multiuser environment ?
Quick answer is Yes. I have heard of MS themselves say it is OK. See this MSDN forums thread.
SQL Server Express is distributed for free and can be used reliably in any small business application.
The Wikipedia article is quite good at highlighting the key drawbacks of using an Express edition compared to a commercial SQL Server instance. Most notable perhaps is the lack of a SQL Server Agent process, which is usually used for job scheduling.

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.

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

online classes for sql server administration? [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.
my company wants to sponsor me for some online sql server DBA classes. can someone please recommend a beginner's class to me?
AppDev's online courses are pretty good.
For around 1000 USD, you can have a lots of excellent courses on different subjects: http://www.appdev.com/
PS: I don't work for them, but I'm an happy customer.
Start at the SQL Server 2008 training portal, here.
You can check the next links:
sqldbatraining
cbtplanet
sqlservermasters
And this is a good basic tutorial for SQL instructions.

Changing window title in SQL Server Management Studio [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.
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.

Resources