Viewing 15 posts - 3,301 through 3,315 (of 3,406 total)
I had seen that article before, I'm now I'm walking through it. I noticed that the locations were already geocoded, so that's how the solution works. I did...
March 20, 2013 at 9:57 pm
FWIW, Yuri's code, ProcessAddress() that used Yahoo's geocoding services used to return the County, but that appears to not work anymore.
If I can't get that to work, is there a...
March 18, 2013 at 9:16 pm
what happened when you tried it?
looks like the only thing missing is the ORDER BY clause to force a sort in descending order (so you get the highest values)
March 13, 2013 at 10:47 pm
Before doing anything like that, know what you're getting into. Read this: [/url]
Gail explains in detail why this is a bad idea, and the one or two instances when...
February 28, 2013 at 6:23 pm
I would check out Gail Shaw's articles. She writes extensively on transaction log management, and knows what she's talking about.
February 10, 2013 at 12:02 pm
I disagree. Maybe check in the front end or the stored procedure used to write the data to the table, but changing a NULL to N/A adds absolutely no...
January 6, 2013 at 2:44 pm
lonhanner (12/18/2012)
December 18, 2012 at 7:59 pm
I probably shouldn't muddy the waters, but there are two basic options:
1. a "push" from Access where you create a linked table (to the SQL Server destination) and...
December 17, 2012 at 10:58 pm
Without an error message, I'm afraid I can't help you. :w00t: Can't diagnose what I can't see! Do it again and see if you can get an...
December 3, 2012 at 12:36 pm
MSKB is your friend... that and Books Online.
December 2, 2012 at 10:56 pm
Did you unzip the database file(s)? There should be two - one is an MDF file (database file) and the other is the LDF.
Open SSMS.
Right-click on Databases
choose Attach Database...
You...
December 2, 2012 at 6:45 pm
did you ever attach the database? does it show up under the Databases folder in SSMS?
December 2, 2012 at 2:27 pm
What did you try? Did you try to attach it, restore it?
December 2, 2012 at 1:00 pm
If your goal is to create a crosstab result, then by far the easiest way to do it is with a matrix report in Reporting Services. Did you need...
October 31, 2012 at 12:04 pm
Just wondering, but why do you need to do the crosstab inside SQL Server? If you create a Matrix report, you can do a crosstab there and it's stupid...
June 5, 2012 at 11:56 am
Viewing 15 posts - 3,301 through 3,315 (of 3,406 total)