Begin Python Script in SQL Server. part1

Published: 16 June 2021
on channel: Data-Management-Indonesia
117
3

How to use python script in sql server

sp_configure 'external scripts enabled', 1;
reconfigure with override;
see create table and insert into in : https://github.com/aasep/mssql_store_...

select * from department

execute sp_execute_external_script @language = N'Python',
@script= N'print (" hello python")
print(InputDataSet.Id)
print(InputDataSet.Name)',
@input_data_1=N'select * from department;'


On this page of the site you can watch the video online Begin Python Script in SQL Server. part1 with a duration of hours minute second in good quality, which was uploaded by the user Data-Management-Indonesia 16 June 2021, share the link with friends and acquaintances, this video has already been watched 117 times on youtube and it was liked by 3 viewers. Enjoy your viewing!