Viewing 15 posts - 4,126 through 4,140 (of 39,917 total)
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
Do you need to account for DST? Because the SWITCHOFFSET function wants your parameter to be DST adjusted when you pass it in.
May 2, 2019 at 7:39 pm
Also, how do you get this data?
May 2, 2019 at 7:37 pm
Content didn't get published for some reason, so it's a 404 for you. I see it fine. Bug filed for scheduler issues.
May 2, 2019 at 4:20 pm
That was a SPAM post, and it was removed between the time the newsletter was sent and you clicked the link. I'll work on a better messages.
May 2, 2019 at 4:18 pm
Yeah, posted another note on the issue and reopened that code needs to be quoted.
May 2, 2019 at 4:14 pm
Let's check wide code in this post.
INSERT dbo.Claim (PharmNo, ClaimNo, ClaimDate) VALUES ('ABC', '123', '2019-01-01'), ('ABC', '987', '2019-01-02'), ('DEF', '234', '2019-02-01'), ('HIJ', '343', '2019-03-01')
GO
SELECT a.*,... May 2, 2019 at 2:32 pm
Good luck. If you have more issues, ask more questions.
May 2, 2019 at 2:31 pm
Have you ever encountered some code that makes you feel that you need wine instead of coffee to fix it? Or is it just me?
I encountered...
May 2, 2019 at 2:12 pm
Viewing 15 posts - 4,126 through 4,140 (of 39,917 total)