Viewing 7 posts - 1 through 7 (of 7 total)
I understand that an iTVF is better; however, I have no experience using them. I have read about them and attempted to implement it, but it was not working...
October 14, 2016 at 11:52 am
I tried your approach, and it kind of mostly works. The issue I am running into is that the "early" times will all be at the front...
October 13, 2016 at 10:07 am
Based on the feedback in this thread, I have changed the SPs to UDFs and am using a view instead of calling the NEWID() and RAND() functions directly.
CREATE VIEW vSeedData
AS
SELECT...
October 12, 2016 at 4:02 pm
Correct me if I am wrong, but I am unable to use NEWID() and RAND() functions in UDFs.
October 12, 2016 at 1:40 pm
I meant to say there should be one row per CharacterName per calendar month.
Example output: http://imgur.com/wbCO78F
Actual Execution Plan: http://s000.tinyupload.com/download.php?file_id=76029707988028268110&t=7602970798802826811042019
I will provide the other information...
September 15, 2015 at 7:55 am
Basically, there should only be one row per month-year. I want to know the pointsEarned/maxPoints for a given calendar month.
September 14, 2015 at 11:37 pm
Viewing 7 posts - 1 through 7 (of 7 total)