Viewing 15 posts - 331 through 345 (of 26,487 total)
Of course I am in, you all need a target.
July 24, 2019 at 5:08 am
You're all still here? Go home. (btw, hate that movie, but it's a good quote)
I enjoyed the movie. Too bad you hated it.
July 22, 2019 at 7:53 pm
So today got awesome. Just minding my business, had a request in to start a Git repository for my team to finally get us into source control and out...
July 13, 2019 at 12:55 am
Don’t make me post some examples. The issue isn’t so much the implicit join but rather understanding the criteria in the WHERE statement when it contains the join...
July 11, 2019 at 2:50 pm
To be safe I would put the database name, schema name, and table name inside the QUOTENAME() function.
July 3, 2019 at 2:13 pm
Actually, I found the code I was looking for, it was in my Azure database. The code itself is not very usefully on its own as you need to see...
July 1, 2019 at 2:51 pm
I'm not sure at the moment. I was unexpectedly busy this weekend and did not have a chance to look for the code I think may help in this situation...
July 1, 2019 at 1:58 pm
I may have something that you can look at but I don't have it available at work. When I get home I will see if I still have what I...
June 28, 2019 at 8:11 pm
You posted one set of sample data but you failed to provide your expected results based on that data. Also, what if the number of "orders" during the span changes? ...
June 28, 2019 at 4:43 pm
Could you also post sample data and expected results based on the sample data? If the number of "orders" can change you may also want to post a couple of...
June 28, 2019 at 3:45 pm
Without creating a truth table I can describe your first three rules in this manner:
For drugs A, B, C if prescribed and filled within 30 days of each other:
IF A...
June 27, 2019 at 8:08 pm
Here is the place to start:
I learned about them back in the late 70's while taking a micro electronics class in college.
June 27, 2019 at 8:00 pm
One thing I will tell you that may help is to create a truth table using the rules. Working through that should help answer your questions regarding the interaction between...
June 27, 2019 at 7:44 pm
With the new SSC, everything is supposed to run through a dev/QA cycle before prod. We have PRs that require review before they get merged into a deployable...
June 27, 2019 at 7:18 pm
Viewing 15 posts - 331 through 345 (of 26,487 total)