Viewing 8 posts - 1 through 8 (of 8 total)
Thanks. This now makes sense if I were to take a different approach.
Warm regards.
touchmeknot (2/7/2011)
DECLARE @STR VARCHAR(50)
SET...
February 8, 2011 at 9:49 am
Dude, I feel like a little kid with a new toy!
This really helped. Thanks for your kind advise and suggestion on books. I have the following:
- Beginning...
February 8, 2011 at 9:47 am
Hey Vedran,
Your code really worked. I'm grateful for your help. Can you please explain some of your sample a little bit further? I have a few textbooks...
February 7, 2011 at 1:55 pm
Hi,
I meant to say the number of days.
My original code is like the following:
use Students
SELECT StudentID As ID, StudentLFM As [Student Name],
(CASE WHEN ISNULL(MondayRequired,...
February 7, 2011 at 8:07 am
Hi Vedran,
Interesting suggestion. Sometimes I do use tallies, however, at the moment I simply need to list instances of people who have special days in their schedules. I...
February 7, 2011 at 7:29 am
Hi,
Programming is not and has never been my forte. I am not looking to create a database from scratch following the best parameters possible. I am working with...
February 7, 2011 at 7:25 am
RP_DBA (2/4/2011)
So instead of: 'Tuesday, Wednesday, '
It would be: ', Tuesday, Wednesday'
And then you're able to always cutoff the 1st two characters.
DECLARE
February 4, 2011 at 12:11 pm
Thanks Nate!
I'll give it a try and let you know of the outcome.
jfmonteroso
February 4, 2011 at 11:22 am
Viewing 8 posts - 1 through 8 (of 8 total)