Viewing 15 posts - 1,861 through 1,875 (of 2,469 total)
I'm not sure how often tables are added to the database and how many of these tables will need to be audited.
I don't know if there're common threads between all...
**ASCII stupid question, get a stupid ANSI !!!**
July 12, 2005 at 5:47 am
Arun...is this what you're looking for ?!
select column_name, data_type from information_schema.columns where table_name = 'authors' and column_name = 'au_id'
**ASCII stupid question, get a stupid ANSI !!!**
July 12, 2005 at 5:23 am
"Can you see any of the school systems in the US or even other countries coming up with contracts and outsourcing IT to India (or some other country)? Any universities?...
**ASCII stupid question, get a stupid ANSI !!!**
July 11, 2005 at 8:19 pm
I'm willing to start anything that's not a "moo point" Remi...![]()
**ASCII stupid question, get a stupid ANSI !!!**
July 11, 2005 at 12:07 pm
sswords - you call that "sucking up" ????????
All you did was philosophise a bit about Life in general and ssc in particular...where's the kudos due to the "site owners" ?!?!
I...
**ASCII stupid question, get a stupid ANSI !!!**
July 11, 2005 at 12:02 pm
..to jump in...it updates the existing column...if (as AJ suggests) you have only US zipcodes, you can replace your statement with:
update dbo.mci_geocodable set zipcode_2 = left(zipcode_2, 5) where right(zipcode_2,4)='0000'
**ASCII stupid question, get a stupid ANSI !!!**
July 11, 2005 at 11:55 am
Steve - I'd like a book please....I've only said (about a hundred times...) that this is the best darn site there is - & soooo "as good as it gets.."...
**ASCII stupid question, get a stupid ANSI !!!**
July 11, 2005 at 11:07 am
Do it in QA with "update table set stateID = ...where rows = ...."
**ASCII stupid question, get a stupid ANSI !!!**
July 11, 2005 at 11:00 am
That's strange - if the tables don't exist in sysobjects then you should get no rows back...
how about if you just query sysobjects with:
select uid, name from sysobjects
where name...
**ASCII stupid question, get a stupid ANSI !!!**
July 11, 2005 at 9:59 am
Mike - I was telling Remi about the 2nd time round misunderstanding...you're too savvy to do any such thing
...however, the bad news is...
**ASCII stupid question, get a stupid ANSI !!!**
July 11, 2005 at 9:50 am
That's the second time you've misunderstood something I've said in just one morning 🙁
I meant update the 2nd column with right data (whatever that is)...also if the values in both...
**ASCII stupid question, get a stupid ANSI !!!**
July 11, 2005 at 9:23 am
Mike - I completely overlooked the fact that the 2 columns have duplicate data (stupid me..) - he should actually be updating col2 with the right data...
I think (therefore I...
**ASCII stupid question, get a stupid ANSI !!!**
July 11, 2005 at 9:07 am
This sounds facetious but isn't - sufian needs help in more ways than one...but on the ssc forums the only help requested is matters pertaining to sql server and it's...
**ASCII stupid question, get a stupid ANSI !!!**
July 11, 2005 at 8:57 am
I don't know if setting it up in the Model db will work (maybe someone else will tell you if it will but meanwhile you could always test it by...
**ASCII stupid question, get a stupid ANSI !!!**
July 11, 2005 at 8:47 am
Thanks for the feedback - I've just finished reading the contents of another forum where people were complaining about lack of feedback...:
**ASCII stupid question, get a stupid ANSI !!!**
July 11, 2005 at 8:28 am
Viewing 15 posts - 1,861 through 1,875 (of 2,469 total)