Viewing 15 posts - 3,931 through 3,945 (of 39,735 total)
Maybe not the best query, but here's a test. Query embedded in the --ACT section.
CREATE OR ALTER PROCEDURE tsqltests.[test calendarsales]
AS
BEGIN
---------------
...
May 3, 2019 at 3:02 pm
I would think another big factor holding some back could be licensing. Not everyone pays for Software Assurance.
This isn't a question on whether to upgrade. If you've made the...
May 3, 2019 at 2:52 pm
We have a few articles on calendar tables as well: https://www.sqlservercentral.com/search/calendar+table
I noticed you mentioned this is the 15th week, but didn't include that in the output. Is that correct?
May 3, 2019 at 2:20 pm
Yeah, that was a typo, but too late to catch it in the newsletter. 🙁
May 3, 2019 at 2:16 pm
May 3, 2019 at 2:16 pm
How can MS help? By prodding the lazy vendors to support newer versions. We are held back by vendors who in some cases are recommending 2008! And these aren't...
May 3, 2019 at 2:14 pm
For me it all boils down to costs. Any change in licensing comes under the category of "difficult conversation". The costs in terms of time and effort to upgrade...
May 3, 2019 at 2:13 pm
We do not allow this on the site. You should study the topics to pass the exam.
Closing this topic.
May 3, 2019 at 2:10 pm
Talking of the new interface, the only way I seem to be able to get back to the list of questions is to click on QotD in the menu...
May 3, 2019 at 2:07 pm
... and did those 124 who gave the correct answer get their point after all?
Yes
May 3, 2019 at 2:05 pm
Also, does the row number get populated? Without that, you can't tell where the columns are. Rows have no natural order.
This can probably be done in T-SQL, though how do...
May 3, 2019 at 2:55 am
An I forgot. You can not like posts. There is a like link next to the date/time of a post
May 2, 2019 at 10:36 pm
It was easiest to not rewrite. I personally think that's better as this isn't the thread, but a post.
May 2, 2019 at 9:53 pm
It's possible, I think. Never thought about this, but I'll raise an issue to look at this. It's likely to be low priority, but an interesting idea.
May 2, 2019 at 9:39 pm
A quote test:
SELECT *
FROM MyTable
WHERE ID = 1
AND Name = 'Thom'
AND Status !='';
Fingers crossed
May 2, 2019 at 9:35 pm
Viewing 15 posts - 3,931 through 3,945 (of 39,735 total)