Viewing 11 posts - 1 through 11 (of 11 total)
thank you! That worked perfectly. I was trying to use another qualifier for "not equals".
July 20, 2009 at 9:36 am
I would like to add something like this:
select col1,col2,sum(col1+col2) as col3, col3/2
ARE YOU TRYING TO DIVIDE COL3 BY COL2?
IF SO, TRY THIS:
SELECT COL1, COL2, SUM(COL1 + COL2) AS COL3,...
July 17, 2009 at 4:43 pm
:w00t: OOPS, sorry guys, that posted before i could format that table data better.
vendorName PayrollCountvendorNameExpenseCount
FISHER,KERRE ...
July 17, 2009 at 3:58 pm
Thank you, and I will have my teammates read this particular blog, although we all have started to use your forums to look for help! I really appreciate you...
May 6, 2009 at 2:23 pm
thank you so much, i wanted to make sure i am understanding this okay, and you have explained it well enough that i can write up something in Plain English...
May 6, 2009 at 2:14 pm
Excellent video, i will not be so apprehensive to try to use profiler now that I have some background knowledge, however I'll have to find the suggested article, is it...
May 5, 2009 at 10:20 am
I have found searching MSDN.microsoft.com very handy once you get used to searching the site. But this little tutorial was handy for me.
April 27, 2009 at 10:03 am
When submitting a cover letter for job positions, this is your very first impression to your potential employer, do you really want a statement like that as your first impression?...
April 24, 2009 at 5:15 pm
Hey guys,
I have a fairly large table in production with almost a million records, and I have duplicate records in that table with about 18,000 duplicate records. ...
April 14, 2009 at 2:57 pm
Good point, i know the size of the transaction log has caused space issues on other servers, Thank you!
April 7, 2009 at 4:53 pm
Actually, this will be my first time performing a database backup for this database, and I don't know what the backup plan is for this database but I hope to...
April 7, 2009 at 4:40 pm
Viewing 11 posts - 1 through 11 (of 11 total)