Viewing 6 posts - 1 through 6 (of 6 total)
I agree. Thanks again for your post, implementing this aggregate function will save myself more work than you could possibly know.
June 30, 2009 at 6:19 am
For those stuck at 8000 bytes setting for MaxByteSize, SQL Server 2008 has bumped this amount to 2 GB! Just set MaxByteSize = -1. Only challenge to this, is you...
June 29, 2009 at 11:28 am
We recently went through an exercise on automating Excel, and it is what I would consider to be the "worst case scenario". We had a few hundred excel documents in...
December 5, 2008 at 10:28 am
I've been geocoding assets using a variety of engines and I've been surprised that yahoo's engine has been more accurate than Google's geocoding service. Has anyone else noticed this?
February 8, 2008 at 4:03 pm
Here's what you need for google maps:
using System;
using System.IO;
using System.Net;
using System.Xml;
using System.Data;
using System.Data.SqlClient;
using System.Data.SqlTypes;
using Microsoft.SqlServer.Server;
using System.Globalization;
namespace Geocoders
{
public partial class GoogleGeocoder
{
...
December 12, 2007 at 1:02 pm
I'd love to see the Package feature in SQL Server 2005. It's a nice OO approach to developing stored procedures.
January 6, 2006 at 8:18 am
Viewing 6 posts - 1 through 6 (of 6 total)