Viewing 15 posts - 1,231 through 1,245 (of 3,348 total)
As a more generic response, if you want to use your own function in T-SQL the same way that aggregate functions like SUM are used, then you have no other...
January 3, 2016 at 1:22 pm
As an alternative to the already mentioned ideas, how about adding a Calendar table to your database?
A Calendar table is a table that holds all days for a period that's...
January 3, 2016 at 1:15 pm
My best (but still pretty wild) guess is that this table holds static data (with healthcare codes??), and that the highlighted line was added by a developer who, as part...
January 3, 2016 at 1:07 pm
I copy/paste/ran your code and it ran fine for me. There was a message on the target queue.
If you use copy/paste from the code to a fresh database and try...
January 3, 2016 at 12:54 pm
Aaron N. Cutshall (12/31/2015)
Hugo Kornelis (12/31/2015)
December 31, 2015 at 5:07 pm
Aaron N. Cutshall (12/31/2015)
Hugo Kornelis (12/31/2015)
December 31, 2015 at 1:37 pm
TomThomson (12/31/2015)
Hugo Kornelis (12/31/2015)
December 31, 2015 at 8:38 am
Oh boy. I guess we can all brace ourselves for another day where dozens of people feel that they just have to respond to inform the world that there is...
December 31, 2015 at 2:51 am
The explanation is (slightly) incorrect.
SQL Server will not automatically map to existing users with the same name. What happens is that the (documented, in the page that's referenced in the...
December 24, 2015 at 12:43 pm
JohnDeardurff (12/17/2015)
December 17, 2015 at 3:29 am
Megistal (12/15/2015)
What sparkle the idea? Often funny to hear; if you'd like to share Sir Kornelis!
I am preparing a course for Pluralsight that will have hours and hours of in-depth...
December 15, 2015 at 12:43 pm
TomThomson (12/11/2015)
December 11, 2015 at 5:06 am
The question would have been better if the author had added a note that we can assume that "ID" is already created as a userdefined datatype.
I still got it wrong....
December 11, 2015 at 3:04 am
Marcia J (12/7/2015)
Hugo, I'm wondering if there is an article you would recommend on the different operators and how they affect performance.
Unfortunately, there is not much out there. When I...
December 7, 2015 at 12:26 pm
Always embarrassing to see a mistake in one's own question.
Both in the question and in the explanation I have consistently used the term "hash input" where I should have used...
December 7, 2015 at 1:36 am
Viewing 15 posts - 1,231 through 1,245 (of 3,348 total)