From the course: Robotic Process Automation: Tech Primer
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Set up database tools - UiPath Tutorial
From the course: Robotic Process Automation: Tech Primer
Set up database tools
- [Bryan] So that we can get our hands on a database and see what it's all about, we need to first install a database tool. In a previous section, we installed Visual Studio, and we use that for programming and version control. Visual Studio does install a development version of SQL Server database engine, and this allows us to create databases for applications we might build. Visual Studio also can be used for creating and connecting to databases, but it isn't very intuitive. For that reason, SQL Server Management Studio or SSMS is going to be better for doing database work. It is still free for development work. We can use it to create and update databases, create and update database tables, also create an update stored procedures and things like backing up and restoring databases and so on. So, let's go install that because it's going to make our life easier when working with databases. I've got a web browser open, and I'm typing in download ssms and hit Return. At the top of the…