Sql server certification exam [closed] - sql-server

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

Related

What should I use between MS SQL Server and MongoDb? [closed]

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 3 years ago.
Improve this question
I am currently working on a project in ASP.Net Core which will have a large number of user in the future. Also, the application is being made through Agile Process, so that I have to be prepared for many changes and up-gradations in the future.
First, I was planning to use a MS SQL Server Database but recently I have seen that how awesome features MongoDb is providing especially for a developer. But, I have a confusion that using I MongoDb database will slow down my application when it become widely used by the people.
So, I am here to get some suggestions on choosing the database for my application.
MongoDB is one of the most popular document stores available both as a fully managed cloud service and for deployment on the self-managed infrastructure but it is Document store DB and SQL Server is Relational DBMS.
Performance highly depends on your requirement and design.
System Properties Comparison Microsoft SQL Server vs. MongoDB
MongoDB vs SQL Server 2016 Performance

share database with others in Sql server management studio [closed]

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.

SQL Server Data Mining resources [closed]

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 6 years ago.
Improve this question
I'm new to Data Mining but not that new to SQL Server. I'm looking for best resources to get me what I want as fast as possible. I want to know about SQL Server Data Mining. Is there any resource(s) you would recommend? I appreciate your help.
Look at http://www.sqlserverdatamining.com/ssdm/, which is run by the SQL Server Data Mining product team at Microsoft and has tutorials, whitepapers, articles, tips and tricks, and downloads. Also, take a look at the book "Data Mining with Microsoft SQL Server 2008"; it was coauthored by members of the product team.
I also always recommend, if it's your first time out of the gate with the feature, that you go through the tutorials in Books Online. They give you a broad overview of the features involved in data mining and some initial hands-on experience. Certainly not enough to make you an expert, but enough to give you a basic idea of how data mining works.
I recommend the book Data Mining with SQL Server 2008 - (Disclaimer - I wrote it with a colleague while I was the dev manager for SSAS, but it is the best SQL DM book!)
Also look at my blog (this is a good post digest - http://jamiemaclennan.blogspot.com/2010/03/dmx-posting-digest.html)

Whats the best free ER-modelling tool? [closed]

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 7 years ago.
Improve this question
whats the best free entity relationship modelling tool?
I have an sql server 2008 database that I want to be modelled out with fields and foreign key contraints and I dont particulary like the one which is built into SQL Management studio.
Toad Data Modeler has a free version.
Neither free nor expensive; I strongly recommend you to take a look: Enterprise Architect.
EDIT: Check this out: Data Modelling Tools

Something like phpMyAdmin but for SQL Server? [closed]

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.

Resources