Want to parse online Excel file and save to SQL Server ? Want to schedule and automate this converting task? Using FileToDB, a native GUI tool, you can convert online EXCEL file to SQL Server table easily and fast, and schedule and automate this converting task easily, no need to program, ... Read more
Tag Archives: Sql Server
Parse RDF file and save to SQL Server without programming
Want to parse RDF file and save to SQL Server ? Want to schedule and automate this importing task? To import Xml format RDF file (.rdf, .owl) to SQL Server, http://www.withdata.com/blog/rdftomssql/parse-xml-format-rdf-file-and-save-to-sql-server-without-programming.html To import RDF Turtle ... Read more
Parse JSON from open RESTful API and save to SQL Server without programming
Want to parse JSON from open RESTful API and save to SQL Server database? Want to schedule and automate this importing task? Using FileToDB, a native GUI tool, you can import JSON from open RESTful API to SQL Server database easily and fast, and schedule and automate this importing task ... Read more
Parse online RSS feeds and save to SQL Server without programming
Want to parse online RSS feeds and save to SQL Server ? Want to schedule and automate this importing task? Using FileToDB, a native GUI tool, you can import online RSS feeds to SQL Server easily and fast, and schedule and automate this importing task easily, no need to program, just a few mouse ... Read more
How to select N random records from a SQL Server table
If you want to select N random records from a SQL Server table, you need to change the clause as follows: select top N * from tableName order by newid() For example, to select 5 random customers in the customers table, you use the following query: select top 5 * from customers order by ... Read more
Batch import data from JSON files to SQL Server without programming
Want to batch import data from files to SQL Server ? Using JsonToMsSql, you can batch import data from JSON files to SQL Server easily and fast, no need to program, just a few mouse clicks! Here you can download and install JsonToMsSql. Batch import data from JSON files to SQL Server Click ... Read more
Batch import data from XML files to SQL Server without programming
Want to batch import data from files to SQL Server ? Using XmlToMsSql, you can batch import data from XML files to SQL Server easily and fast, no need to program, just a few mouse clicks! Here you can download and install XmlToMsSql. Batch import data from XML files to SQL Server Click ... Read more
Batch import data from Excel files to SQL Server without programming
Want to batch import data from files to SQL Server ? Using XlsToSql, you can batch import data from Excel files to SQL Server easily and fast, no need to program, just a few mouse clicks! Here you can download and install XlsToSql. Batch import data from Excel files to SQL Server Click ... Read more
Schedule and automate SQLite to SQL Server task
Want to schedule and automate from SQLite to SQL Server copy data task? Using DBCopier, a native GUI tool, you can scheduled SQLite to SQL Server copy data task easily, just a few mouse clicks! Let computer automate repetitive SQLite to SQL Server transfer data busy work, DBCopier make ... Read more
Schedule and automate PostgreSQL to SQL Server task
Want to schedule and automate from PostgreSQL to SQL Server copy data task? Using DBCopier, a native GUI tool, you can scheduled PostgreSQL to SQL Server copy data task easily, just a few mouse clicks! Let computer automate repetitive PostgreSQL to SQL Server transfer data busy work, ... Read more