Quantcast
Channel: CodeSection,代码区,SQL Server(mssql)数据库 技术分享 - CodeSec
Viewing all articles
Browse latest Browse all 3160

Running Google Translate Inside SQL Server ML Services

$
0
0

In my recent post, Installing External Modules into SQL Server’s python I had a look at just how simple it is to import external modules into Python so that they can be used within SQL Server.

In this post I’d like to show you a little something to demonstrate how we can integrate one of these modules into SQL Server and just how powerful this can be.

This is really just for fun and it may not really be something that you’d want to put out into production but when I happened to notice that there’s a Python module that interfaces with Google Translate , I wondered to myself if it’d be possible to write a procedure that could take a string and automatically translate it into our native language.


Viewing all articles
Browse latest Browse all 3160

Trending Articles