Viewing 8 posts - 1 through 8 (of 8 total)
Thank you Luis, the articles were new to me and I'm always looking for something to learn.
Also thank you Sean, this example was exactly what I was looking for....
April 8, 2014 at 6:46 am
Thank you for the suggestion. However as i am new to SQL i think it would take to long to learn to use ssis and remake the whole proc.
Maybe on...
July 26, 2013 at 8:25 am
Thank you, I like the synonym one as its more like what i wanted.
Just to be sure, the performance and space for the synonym shouldn't be anything noteworthy right?
July 9, 2013 at 11:09 am
Not sure how it works (ill have to study Over and Partition By) but all i had to do was add a extra case statement for the dateEnd Time being...
June 21, 2013 at 12:05 pm
After a week of trying different things i finally got a idea that works.
creating a stored proc that would inserts new dates for each date that spans multiple days
declare...
June 20, 2013 at 12:57 pm
Sean Lange (6/20/2013)
Are all days considered to only be between 8am and 5pm?
Not necessarily in the sample data i added times when it was from 8am to 9am or 2pm...
June 20, 2013 at 10:27 am
Kingston Dhasian (6/20/2013)
Great job posting the sample data and the structure of the table:-)
Can you also provide the expected results based on your sample data
That will help us to test...
June 20, 2013 at 10:02 am
Sorry, here is the data.
--===== If the test table already exists, drop it
IF OBJECT_ID('TempDB..#mytable','U') IS NOT NULL
DROP...
June 20, 2013 at 8:22 am
Viewing 8 posts - 1 through 8 (of 8 total)