Viewing 15 posts - 39,346 through 39,360 (of 59,072 total)
Steve Jones - Editor (3/13/2010)
... and if MS listens, I hope we get a tempdb for each db
Lordy, I hope that doesn't happen. Imagine trying to correctly size all...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2010 at 5:22 pm
WayneS (3/13/2010)
Paul White (3/12/2010)
Jeff Moden (3/12/2010)
We're rootin' for ya!* snigger *
Isn't it amazing how one perfectly innocent term in one culture means something completely different...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2010 at 5:13 pm
They key to simplicity (and, therefor, future maintainability) for this problem is that you have to know how many of each vehicle type to return BEFORE you try to select...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2010 at 9:45 am
Paul White (3/12/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2010 at 8:58 am
Please read the article at the first link in my signature below. You'll get better help. A description of what you want to actually accomplish would also be...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 13, 2010 at 8:42 am
gilbert delarosa (3/12/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2010 at 9:44 pm
{Edit} Didn't see Paul's post... Paul has it right.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2010 at 9:38 pm
Steve Jones - Editor (3/12/2010)
I don't think there's a way to be sure of the last date, but you can disable logins and then see if someone complains.
Heh... disable the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2010 at 9:32 pm
Please see the article at the second link in my signature line below. Thanks.
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2010 at 9:30 pm
sqlislife (3/12/2010)
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2010 at 9:28 pm
monitor89 (3/12/2010)
The line below gives me MMDDYYYY
substr(h.dob,5,2) || right(h.dob,2) || left(h.dob,4) as Birth_Date,
What should I change/add to insert slashes into the...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2010 at 9:24 pm
r.vijaykanth (3/12/2010)
i want to create a stored procedurewhich takes tablename as input and returns table data as out put
Why? What is the business reason for this?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2010 at 9:21 pm
What is the nature of the data where you'd want to insert directly into an IDENTITY column?
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2010 at 9:13 pm
Lynn only needs 37 more posts to become to only the 4th person to ever break the 10k post mark in the history of SSC. C'mon Lynn! We're...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2010 at 8:52 pm
Lynn Pettis (3/11/2010)
CirquedeSQLeil (3/11/2010)
Jeff has quietly passed the 20,000 pt mark. No fanfare???Congrats Jeff.
[font="Comic Sans MS"]Congratulations on passing 20,000, Jeff!![/font]
Heh... sorry I'm late for the party! 😛 ...
--Jeff Moden
Change is inevitable... Change for the better is not.
March 12, 2010 at 8:47 pm
Viewing 15 posts - 39,346 through 39,360 (of 59,072 total)