Viewing 15 posts - 31 through 45 (of 47 total)
Check in IE - go to Tools, Options, Connections tab, Lan Settings button..., and see if you have a proxy server specified. My guess is that you do. ...
May 3, 2006 at 6:53 am
I haven't seen this before & I'm somewhat confused. The error would indicate that you can't resolve the URL, so maybe a DNS issue upstream from you. But...
May 3, 2006 at 6:11 am
P.O. Boxes are of course not tied to a physical location, so there's nothing you can do about those. As far as the other dirty data, some of the...
May 1, 2006 at 12:04 pm
I took a quick look on their yahoo developer group, and looks like they have some city level geocoding available for some locations. But unfortunately, you're right, the really...
May 1, 2006 at 11:31 am
Thanks for the feedback. Good advice on the warning column length.
May 1, 2006 at 10:27 am
I think this should work if you don't have the SQL Server project option....
1 - open VS 2005, and choose new project, type "Class Library". Name it the same...
May 1, 2006 at 9:17 am
Definitely something to consider - if your company or business relies on you being accurate down to a tolerance of feet, or the density of the location (NY) is such...
May 1, 2006 at 8:53 am
I don't profess to be a C# wiz, so don't have an exact answer. I would start with the XmlTextReader object. In my code I put it in...
May 1, 2006 at 7:39 am
Well, initially when I prepared the article, it was 50,000 hits per day. But I just checked now, and they have changed it to 5,000 hits per day ....
May 1, 2006 at 6:25 am
If you install the oracle client tools from you SSIS machine, I think the default location is:
c:\oracle\ora92\network\admin\tnsnames.ora
One of my entries looks like this.......
fully.qualified.server.name =
(DESCRIPTION =
...
April 30, 2006 at 11:57 am
The password policies for SQL 2005 pick up the password policies from the box that SQL is sitting on, so if that's part of a larger domain policy, then check...
April 30, 2006 at 11:48 am
Give this a try - this worked for me on SQL 2005 instance. I'm assuming you're going to Active directory, but not sure...You also must have read permissions on...
April 30, 2006 at 11:47 am
If you're working in 2005 you can also use Try/Catch...
SET XACT_ABORT ON
BEGIN TRY
BEGIN TRANSACTION
INSERT INTO table1 (...) VALUES (...)
INSERT INTO...
April 11, 2006 at 6:31 am
Yes you can. Install 2005 instance as a named instance. I have had some issues on a cluster with both versions, but on a standalone box, they run...
March 30, 2006 at 6:27 am
I agree with Joseph - check out the e-learning, and if you can, just start on SQL 2005 instead of 2000, since 2000 is already a 5-6 yr old release....
March 30, 2006 at 6:26 am
Viewing 15 posts - 31 through 45 (of 47 total)