Viewing 15 posts - 526 through 540 (of 2,469 total)
this may just be the 3rd post in as many weeks on this..
February 1, 2006 at 12:20 pm
- not quite sure what "dinged" means but it sounds very "assaulty"...and sswords - if you were addressing me then no -...
February 1, 2006 at 11:51 am
Just a note...Islam is not to blame...it's the "interpretations"...
February 1, 2006 at 9:49 am
Assuming U.S date format you could try something like this...substituting the getdate() with your date...
set datefirst 7 select convert(varchar, (getdate() - DATEDIFF(dd, datepart(dw, getdate()), @@datefirst)), 101)
February 1, 2006 at 8:13 am
Random thoughts...
so freedom of speech is not to be confused with speaking the truth for isn't truth only a perception...
you voice your opinion and...
February 1, 2006 at 7:32 am
Henry - glad you were able to work it out...as for updating the email addresses - you don't need a separate "where exists..."....just add "and TableB.NewEmail is not null" to...
February 1, 2006 at 6:44 am
If you're sure that all your phone #s are valid, correct, of fixed length & formatted the exact same way in all the rows you could do some string manipulation...
January 30, 2006 at 12:02 pm
Rohit - couple of things...
1) Your variable is obviously not storing anything - a quick PRINT @varName should confirm this for you.
2) Why're you using "distinct" to select column names...
January 30, 2006 at 11:26 am
maybe someone changed the settings in QA....go to "Tools"..."Options"...."Fonts" tab and check to see what the settings are for "Keyword"...set the "Foreground" to blue...
January 30, 2006 at 11:02 am
To conclude then...
Even though different dates were being used, since the syntax was incorrect, SQL Server was storing (or trying to) store the dates as..1900-01-01 00:00:00.000
- hence the "primary...
January 27, 2006 at 12:28 pm
suggestion - why not use your pc_id in your org_type table instead of function_code and cmd_code ?!
January 27, 2006 at 12:04 pm
Viewing 15 posts - 526 through 540 (of 2,469 total)