Serving Google map tiles from local SQL Server

I have installed SQL server 2012 and I'm storing google-map-like tiles into it as a BLOB. I'd like to show these tiles on user's web browser. How can I do this using SQL server?
EDIT: I'm using C# and ASP.NET (.NET 4 framework) with LINQ to SQL.
