Import Multiple CSV Files into SQL Server using stored procedure.

preview_player
Показать описание
Import Multiple CSV Files into SQL Server using stored procedure.

Рекомендации по теме
Комментарии
Автор

Hello, Joseph Lusoma!
Thank you very much!
Your video helps me a lot 👍🏻👍🏻

ДенисКилимник-ыр
Автор

I also had to handle the permission to execute a Cmd instruction with
[- this turns on advanced options and is needed to configure xp_cmdshell
EXEC sp_configure 'show advanced options', '1'
RECONFIGURE
-- this enables xp_cmdshell
EXEC sp_configure 'xp_cmdshell', '1'
RECONFIGURE]
And align the various ID and filesName spellings.
Otherwise works great. THANK YOU

DidierHuyberechts
Автор

One nice topic would be how to make recursive calculations in SQL server

mw
Автор

Thank you Joseph Lusoma. Coming from Oracle database investigating SQL Server equivalents of some funtionality that we have in Oracle database. So question, does the SQL Server Stored procedure T-SQL (sepcifically this BULK INSERT command) handle exceptions in a case there is an error with one of the records? Also it seems your example is for multiple files going into the same single table?

togaramutasa
join shbcf.ru