Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am using Sql server management studio 2012 . I want to share my database tables with my friend having different server. Like I am using git and me and my friend working on same project when i code i commit and push and he pulls the code . We want the same thing for database , like i add or update table and then commit and push but the problem is that i have different server and my friend has different. So there will be problem in connection string . Is any software or tool exists that resolve my problem .
If you want a tool for this you can use the redgate source control tool.
Another option would be if you could make your SQL server publicly accessible. By doing that your friend and you could work on the same database.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am interested in taking sql server certification exams. I do not know where and how to go about it. I want to know the phases involved, server version, price, and the right course materials to aid me in the exam.
welcome to stackoverflow. I suggest you change your query to the MSDN forum
You can find information here MCSA - SQL Certification
the exams to complete the MCSA certification: SQL Server consists of three exams.
Querying Microsoft SQL Server 2012/2014
Administering Microsoft SQL Server 2012/2014 Databases
Implementing Data Warehouse with Microsoft SQL Server 2012/2014
each with an approximate value of 80 USD. resources for study you have many from books to tutorials, in edx.org there are courses that guide you to these certifications
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I'm working on a MS SQL Server 2008 database.
I have all the rights to create and change tables, views, procedures, etc.
But I have no right to export or import the database.
Therefore, I am looking for a tool which can create a script with all the necessary CREATE / INSERT Statements for all objects and all data lines in an MS SQL Server database.
The SQL Server Management Studio can do this partially, but only for single objects, not for whole all objects at once, and also not for data.
Is there any tool which can do this?
Right click on your database in Enterprise Manager, Tasks, Generate Scripts. Follow the wizard. Don't forget to select "Script Data" in the options. Also see here for a PowerShell script doing what you want.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I have found this one:
http://www.sqlscriptgenerator.com/
Which is actually decent enough but it puts all the scripts in one massive sql script file with no option to generate one script per object.
Is there something that will allow me to generate a suite of scripts that I can then pass into a source control repository and update from time to time?
SQL Server Management Studio will do this for you. You can also choose to script out data as well.
All you have to do is to right-click on a database, choose Tasks then Generate Scripts...
You also have the option of writing everything to a single file, or a file per object.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
does anybody know of a tool that will allow for viewing of database schemas and the data within it? Im using a Mac and need to view a mySQL database. Basically something like phpmyadmin that runs as more of a stand-alone app and can connect to any mySQL db.
I have found Aqua Data Studio but it is too expensive.
Thanks for any suggestions
The best stand-alone graphical Windows mySQL client is HeidiSQL. There is a Java version in the late Alpha stage that runs on OS X and is, if probably not usable yet, definitely worth keeping an eye on: jHeidi
Database Workbench have free lite version
I like Squirrel-SQL (free open source) and DB Visualizer (has a free closed-source version).
You can give MySQL Workbench ( http://www.mysql.com/products/workbench/ ) a try ...
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am looking for web based tool like phpMyAdmin, but for SQL Server. Any suggestions?
This works and is under active development:
http://www.adminer.org/
I've also found this product which seems to support SQL Server
You could try some thing from the list provided by Microsoft. Microsoft also apparently has a web admin, but it's rather old from what I can see. I'm interested in this area as well, so please report back on your conclusions.
-THIS MIGHT NOT BE THE ANSWER TO YOUR QUESTION-
if you have sql server managment studio(its free) you can connect to a SQL Server database remotely
I do not want to make self-ad, but definitively myLittleAdmin is what you're looking for. Note most of the serious windows webhosting companies are providing myLittleAdmin as a service to all their customers who use MS SQL databases.