Viewing 15 posts - 241 through 255 (of 256 total)
Thank you so very much, I also imagine that performance will suffer some and I will try to work on that. Luckily this wont be run often, more of a...
December 17, 2013 at 2:25 pm
Thanks for that article, it looks like a very valuable tool. I'm going to try to do the hands on approach with it as it does seem to be pointing...
December 11, 2013 at 7:32 am
Thanks so much SQlraider for your reply. One of my friends actual helped me on this and it was something simple I was just having a brain fart. Here is...
December 6, 2013 at 9:32 am
Nevermind, I figured it out. Forgot some Parntheses..:blush:
November 3, 2013 at 10:58 am
Thanks, now there is coffee all over my screen:laugh:
October 23, 2013 at 11:42 am
So I figured this on out. I ended up using three CTE's. I also started with the Max(Date) first on advise from a friend then went from there.
Here is...
October 23, 2013 at 8:10 am
Thank you so much for your reply. I have been hearing so much about CTE's that I thought I would try to make one. What you are saying definitely makes...
October 22, 2013 at 4:15 pm
Thank You so much, the first one in had worked great.
I would really like to understand why it worked. Do you know of any links or videos on when...
October 17, 2013 at 6:30 am
Never mind it works! was able to import into Map wizard with accurate counts.
CREATE TABLE #TempLocation
(Code Varchar(5) PRIMARY KEY
,Location Varchar(10))
INSERT INTO #TempLocation
VAlUES ('OR001', '87120')
------------------------------------
87120ArtStreet241542OR0012013-06-11 00:00:00.000No Insurance
87120ArtStreet243318OR0012013-07-02 00:00:00.000No Insurance
87120ArtStreet243321OR0012013-07-02 00:00:00.000No...
September 4, 2013 at 2:41 pm
Thanks Mickey this is the second time you have helped me and I very much appreciate it. I still very new with SQL and trying my best to learn it...
August 14, 2013 at 2:11 pm
Yes, I think this is what I am concluding could I still do this with just a temp table? Sorry if the question sounds dumb still very new.
August 14, 2013 at 11:35 am
But how would i do that in SQl? I figured I would need to have some sort of statment saying that when code OR001 is returned it equals a...
August 13, 2013 at 6:43 pm
Thanks for the responses, I am currently looking at using the web form in Access and testing that, I was also looking at using a form plug-in in a WordPress...
July 26, 2013 at 3:27 pm
You guys are great thanks for all the help! I am one of those weirdo's that even though I have been only writing sql statements for a couple of months...
July 16, 2013 at 2:58 pm
Micky you are one awsome dude! Worked like a charm:w00t: I had to get this list the old fashion way by hand comparing lists in excel and then do...
July 16, 2013 at 2:36 pm
Viewing 15 posts - 241 through 255 (of 256 total)