Viewing 15 posts - 1 through 15 (of 15 total)
No, I didn't know about Dwain's passing. I just wanted to give back since his code helped me come up with the solution to our issue. May more of us...
April 28, 2016 at 6:47 am
We were looking for a CTE based solution, but that proved to be far too slow. We ended up making this function, while very different, initially inspired by yours.
In our...
April 27, 2016 at 7:25 am
You have mostly 2 options.
* Use a couple cursors (lookup how to use cursors in BOL) to iterate your source table and the return from the SP (you can...
June 26, 2008 at 8:53 am
I haven't run data using both providers. My experiences with Google are from semi-manually running maps in Google Maps and Google Earth.
Yahoo seems more forgiving and to try harder...
February 20, 2008 at 10:35 am
Mike, as mentioned in other posts (and w/o trying to convert you, just trying to help with your legacy headache), one common mistake when using GUIDs is to cluster using...
July 27, 2007 at 9:48 am
I also declare myself ignorant, and read the article looking for a practical everyday application. Not that the article wasn't interesting and valid, it's just that you normally expect a...
April 19, 2007 at 9:58 am
Just a side comment. Depending on the purpose and expected lifetime of the application, you might have to deal with IPv6 addresses (http://en.wikipedia.org/wiki/Ipv6). In that case, you'd have...
April 2, 2007 at 12:34 am
I probably have made small changes since then. But a quick tests, and the TVF function seems to be working ok. The SP also seems to be working, however, the...
February 21, 2007 at 12:32 pm
I also agree that making a CLR call from within a Trigger is a bit risky (your DBA probably won’t appreciate you doing this while he is away). With this...
February 9, 2007 at 12:37 pm
NewSequentialId was interesting, but not being able to call it directly was a non-starter for us.
I found 2 implementations for NewSequentialID in an extended stored procedure, so you could use...
July 27, 2006 at 12:37 pm
http://www.vmware.com/support/gsx3/doc/ha_configs_clusterbox_gsx.html
You can see VMWare instructions for GSX 3.2 for a "cluster in a box", they should apply to Workstation and to VMWare Server beta.
http://techrepublic.com.com/5100-1035_11-1058354.html
http://techrepublic.com.com/5100-1035_11-5034801.html
Step by step instructions...
June 1, 2006 at 12:25 pm
I agree with bkelley. Setting up a standalone is a good way to work out any issues before adding clustering.
I'm not familiar with FreeTDS and UnixODBC, so I don't know...
May 30, 2006 at 4:20 pm
I just came across this one myself. I imagine that by now you already have a solution, but I'm posting for the benefit of the next person to come across...
May 30, 2006 at 3:56 pm
I recoded it as a TVF function. I modified the logic to return multiple matches, and did some code changes.
I used it to geocode 500 addresses, and it found 4...
May 10, 2006 at 4:13 pm
This article came just in time. I used to work with address normalization and geocoding with a prior employer that had premium geocoding libraries available (like Group1 Centrus aka...
May 2, 2006 at 6:11 am
Viewing 15 posts - 1 through 15 (of 15 total)