开发者

File Upload Tools for SQL Server

开发者 https://www.devze.com 2023-02-22 03:29 出处:网络
Can anyone suggest tools which can upload a variety of files (csv, xls, etc.) to SQL Server? I can create similar tools in .net but want to save开发者_如何学运维 time on it and would rather buy a too

Can anyone suggest tools which can upload a variety of files (csv, xls, etc.) to SQL Server?

I can create similar tools in .net but want to save开发者_如何学运维 time on it and would rather buy a tool which can validate the file for the correct data types, required columns, etc.


Why don't you look into SSIS: http://msdn.microsoft.com/en-us/library/ms141026.aspx It seems to be the standard etl tool in sql server environments.

0

精彩评论

暂无评论...
验证码 换一张
取 消