SQL Server

SQL Server, a flagship relational database management system by Microsoft, empowers organizations to efficiently store, manage, and retrieve structured data. With robust transactional support, comprehensive T-SQL capabilities, and seamless integration with Microsoft's suite of tools, SQL Server caters to diverse user profiles, from developers to database administrators, offering a reliable solution for data management and analysis.

Server

Name or IP address of the server.

Port

By default 1433.

Authentication

  • Windows Uses current Windows logged-in user. ā€SQL Server Username/password combination to authenticate the user.

Database name

Click on Select to pick a database from the list of all databases available on the server, or type in by hand.

Include views as tables

If checked, this will list all of the database views as if they were tables in the project and allow for data copying from said views and create the tables on the target.

Last updated