Found 2356 bookmarks
Newest
the cloudyr project
the cloudyr project
The goal of this initiative is to make cloud computing with R easier, by providing robust tools for working with cloud computing platforms.
·cloudyr.github.io·
the cloudyr project
Home
Home
·mran.microsoft.com·
Home
Stored Procedure in SQL Server with R Code
Stored Procedure in SQL Server with R Code
In this article we will explore how to create custom stored procedures using R which is basically an R function that can be called from a SQL Server stored procedure.
·mssqltips.com·
Stored Procedure in SQL Server with R Code
How To Use git with Multiple Remote Repositories
How To Use git with Multiple Remote Repositories
git can be configured to push and pull from many locations at once, enabling you to store your code on two different platforms while only maintaining one local copy. Here’s how to set it up.
·cloudsavvyit.com·
How To Use git with Multiple Remote Repositories
DB Connection Pools: Essential Knowledge for Web Developers
DB Connection Pools: Essential Knowledge for Web Developers
Typical data-driven web apps need a Database (DB) connection to render almost every page or to serve every API call. For scalability reasons, Web Server and Database servers are hosted on different Machines.
·mobisoftinfotech.com·
DB Connection Pools: Essential Knowledge for Web Developers
dbatools
dbatools
the community's sql powershell module
·dbatools.io·
dbatools
How YOU create a script package for PowerShell gallery
How YOU create a script package for PowerShell gallery
TLDR; this article covers how to build a package for the PowerShell gallery. This is a great way to share your scripts and modules with others. You want to help the community, right? Of course, you do Here's the steps we are about to take: Author script. First you need to create a script. In this ...
·techcommunity.microsoft.com·
How YOU create a script package for PowerShell gallery