Viewing 15 posts - 316 through 330 (of 541 total)
TravisDBA (5/20/2010)
May 20, 2010 at 9:03 am
One of the best ones yet!!! Please keep them comming. I'm a huge fan, reading these is a highlight of my week.
May 19, 2010 at 8:43 am
CirquedeSQLeil (5/18/2010)
Steve,I like the change to the headlines section on the front page.
Agreed, it's a nice change.
May 18, 2010 at 12:38 pm
Roy, if this person is a sybase expert then this person most likely has more of a unix background. I came into sql server from a unix telecom/dba background....
May 18, 2010 at 10:51 am
I'm not 100% sure what you're looking for still especially not having sample data and ddl. Assuming I'm understanding you try this:
if exists (select 1
from earned_trans
where msisdn='1233')
)
BEGIN
END
...
May 18, 2010 at 10:32 am
I see. Are you looking for the stored proc to return just absent, bank claim or not exists or are you looking for the claim_date and claim_type aswell with...
May 18, 2010 at 10:26 am
pattamuthu (5/18/2010)
May 18, 2010 at 10:00 am
If I understand your logic correctly then this might be what you're looking for:
select claim_date, claim_type,
case when claim_date is null then 'absent'
when claim_date is not null and claim_type = 'bank'...
May 18, 2010 at 9:46 am
Thanks Steve for changing the original question. I use this all the time to figure out how far along a backup or restore is.
May 18, 2010 at 9:29 am
Steve Jones - Editor (5/17/2010)
Thanks, been trying to get those down. After editing 5 articles last week that can't figure out how...
May 17, 2010 at 11:43 am
Thanks, I totally agree with your editorial.
The one little thing that I miss from enterprise manager was being able to right-click on a table name -> all tasks -> import/emport...
May 17, 2010 at 10:49 am
Thanks for the QOD. I got it right but was 1/2 expecting there to be some type of trick to the question.
May 17, 2010 at 10:11 am
I'll also echo Gail's suggestion on better searching capabilities. Maybe a section that has top 100 articles recommended by people who's points are above 3000 or some other number.
Along...
May 14, 2010 at 11:28 am
Thanks for the question. Very creative, I would never have thought to write a question like this.
May 14, 2010 at 9:54 am
Curriculum Vitae. -- in what to update if you don't have backups and your database is toast (To all us Americans that is a Resume)
May 13, 2010 at 3:54 pm
Viewing 15 posts - 316 through 330 (of 541 total)