Quantcast
Channel: Data Adventure » Database
Browsing latest articles
Browse All 8 View Live

Image may be NSFW.
Clik here to view.

Another way of loading CSV files into MSSQL

After experiencing a hard time with CSV (comma-separated value) files generated from Microsoft Excel and other tools to be load into the database tables on the Microsoft SQL Server product because of...

View Article



Image may be NSFW.
Clik here to view.

Download Data from Web on SQL Server with PowerShell

Download data from the web to load it into a database table is possible using the right tools. It is quite common for developers to program it using some sort of program language as .NET, Java or...

View Article

Image may be NSFW.
Clik here to view.

Download and Process XML Data on SQL Server using PowerShell

On the article Download Data from Web on SQL Server with PowerShell described a quick way to get data from the web into the database. In that article the Yahoo Finance quote’s engine were explored and...

View Article

Image may be NSFW.
Clik here to view.

Money or no Money data type on SQL Server

There are a lot of talks about the usage of the archaic Money Data Type on Microsoft SQL Server database with pros and cons. Instead of hearing and reading about those arguments, I decided to give a go...

View Article

Insert data into SQL Server on T-SQL – performance measure

Generating basic data on Microsoft SQL Server using T-SQL is really simple and helpful to test or to measure performance of the system. In this article, I would like to check and time the way Microsoft...

View Article


What do you get used to?

There are different ways of using SQL, some of them there is no difference at all in performance, code structure, style or whatsoever you think. It is just the way some people either learned or got...

View Article

Can Unicode and Non-Unicode live together on SQL Server tables?

On Microsoft SQL Server, Unicode data can reside on the same table with non-Unicode data, different from some other database vendors which the full database must be set to Unicode. This Microsoft...

View Article

Google Analytics Data API stop working – Save me please

On 2015, 27th May, Google decided to fully stop the Google Data API to force everyone to use the new authentication method. It is on their website about this product being deprecated since May 2013:...

View Article

Browsing latest articles
Browse All 8 View Live




Latest Images