Viewing 15 posts - 601 through 615 (of 2,469 total)
Also, in QA - if you select "use regional settings when displaying currency, number, dates, and times"
under the "connections" tab in "tools" - "options" you should see the difference in...
December 13, 2005 at 7:43 am
Sounds of applause!!!
Now do you have anything for the required formatting other than concatenation ?!?!
<pre class="code"
SELECT convert(varchar, DATEADD(s, epochCol,'19700101'), 103) + ' '
...
December 13, 2005 at 7:32 am
Michelle - until your request is "heard", you could..
1) Bookmark the link
2) unsubscribe from all posts but the ones that really interest you.
December 12, 2005 at 11:22 am
as soon as I read JT's post it triggered memories of the other one long ago where you met a gruesome death....and I believe it was Brian (kelley) who set...
December 12, 2005 at 8:27 am
Glad you asked Dale - if Jamie hadn't said "don't shout geek" (that threw me off even further...) I'd have hazarded any number of guesses - the top three being...
1)...
December 12, 2005 at 7:02 am
Nope - since there're only 2 responses - okay - I'll compromise & rephrase...yours is the better one since it avoids concatenation...
December 9, 2005 at 12:04 pm
Very nice govinn - "I think govinn's approach is the best one." - since there's no concatenation involved.
Hey - the weekend bug's...
December 9, 2005 at 11:59 am
try converting it to datetime..."select convert(datetime, fldSmallDateTime)"
December 9, 2005 at 11:46 am
"best one" - from all these numerous posts that're vying with each other to provide the solution..?!?!
December 9, 2005 at 10:48 am
SELECT RIGHT(companyname, 3) AS lastThreeChars,companyname FROM Customers
December 9, 2005 at 10:36 am
another thing..."at the client site i'm having having to export all sql data tables to Microsoft Access (mdb) and to import them back into my sql server is becoming a...
December 9, 2005 at 10:24 am
1) Trotting the globe - haven't been able to do this seriously for a long time but I spend hours, days and weeks planning my next trip down to the...
December 9, 2005 at 9:59 am
Jeff - don't forget to tell Tom that he also managed to benefit from your expertise at a time when you were more relaxed than usual and not biting peoples'...
December 9, 2005 at 8:23 am
"I like having the entire database script as a reference."....couldn't agree more!
I have it scripted and stored in source safe...
December 9, 2005 at 8:14 am
Tom - this is an old post now - you'd be much better off starting a new thread with your questions - you'll get much wider readership that way since...
December 8, 2005 at 7:27 pm
Viewing 15 posts - 601 through 615 (of 2,469 total)