- Which external languages are supported by SQL Server?
Python and R. - Which service must be running for the successful execution of external code?
SQL Server Launchpad. - Can we combine filestreams with temporal tables?
No, temporal tables do not support the versioning of filestream data. - We are calling the following code: exec sp_execute_external_script @language = 'R', @script = '';. The script does not work and returns an error. Why?
Every parameter of the procedure is of the nvarchar data type. All parameter values must start with a leading capital N: N'text in the parameter'. - We are calling the sp_execute_external_script stored procedure. Inside the R script, we have the following line: Outputdataset <- as.data.frame(1+1);. The code does not return a result. Why?
This is because the R language is case-sensitive. The correct casing is...
United States
United Kingdom
India
Germany
France
Canada
Russia
Spain
Brazil
Australia
Argentina
Austria
Belgium
Bulgaria
Chile
Colombia
Cyprus
Czechia
Denmark
Ecuador
Egypt
Estonia
Finland
Greece
Hungary
Indonesia
Ireland
Italy
Japan
Latvia
Lithuania
Luxembourg
Malaysia
Malta
Mexico
Netherlands
New Zealand
Norway
Philippines
Poland
Portugal
Romania
Singapore
Slovakia
Slovenia
South Africa
South Korea
Sweden
Switzerland
Taiwan
Thailand
Turkey
Ukraine