Viewing 12 posts - 1 through 12 (of 12 total)
Actually I only want to run this little app on the Local Area Network.
February 9, 2007 at 7:09 am
Thanks for all your help guys, my bodd helped me figure it out. I did not want to go to my boss about it, but I finally had to break down and go...
February 8, 2007 at 7:03 am
I just read the "Help Us Help You" page, so I'm going to generate some samples of the data and put it someplace where you can get it...
Thanks for your...
February 5, 2007 at 2:07 pm
Yes, literally 1000's of them have a NULL value in the claimstatus field.
And NO, none of the fields in claimstatusid have (empty string) in a field.
Thanks,
David
February 5, 2007 at 1:35 pm
OK, I want to pull all the data from each of the fields mentioned in the SELECT statement from the tables mentioned in the FROM statement but only the records...
February 5, 2007 at 1:08 pm
Gee Whiz... well, I guess I'm in the right part of the forum... Newbies! HAH!! And I thought I was doing something great.
Anyway, I want to see all records from...
February 5, 2007 at 12:27 pm
OK, what I am trying to do is see if there are any location codes in gentiva1407 that are not in gentiva1206, and if so, return all the data that...
January 23, 2007 at 1:20 pm
OK, thanks for that piece of advice.
But now I am getting this error message:
Server: Msg 8114, Level 16, State 5, Line 1
Error...
November 17, 2006 at 1:48 pm
OK, this is what I just tried to run,
UPDATE MasterRegis SET
subcompanyname = eui_director_list.concept,
street = eui_director_list.f4,
streetline2 = eui_director_list.f5,
locationdesc = eui_director_list.city,
state = eui_director_list.state,
zipcode = eui_director_list.zip,
division =...
November 17, 2006 at 10:54 am
This is the query I ended up with:
update MasterRegis
set subcompanyname = eui_director_list.concept, street = eui_director_list.f4, streetline2 = eui_director_list.f5, locationdesc = eui_director_list.city, state = eui_director_list.state, zipcode = eui_director_list.zip, division = eui_director_list.division,...
November 16, 2006 at 11:51 am
Thanks guys... I updated the field to NULL.
November 12, 2006 at 8:20 am
Great advice guys, and thanks for your patience with me. Should I install SQL Personal, or a ful copy of SQL Server?
Once again, thanks allot.
Dave
February 28, 2006 at 5:53 am
Viewing 12 posts - 1 through 12 (of 12 total)