Viewing 12 posts - 1 through 12 (of 12 total)
You can log in with email or user name.
I'm not sure why username can't be changed. I know I asked at one point and there was some reason, but I'll...
April 6, 2022 at 9:49 pm
Jason,
Searched around, but don't see anyhting. I suspect there is a need to switch authentication for the SSRS site pages. Have you tried enabling kerberos here for those pages? I...
September 13, 2019 at 8:26 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',...
May 17, 2019 at 6:01 pm
I enter this text first with some questions. Now I enter code
CREATE TABLE Claim
( PharmNo VARCHAR(20)
, ClaimNo VARCHAR(20)
, ClaimDate date
)
GO
INSERT dbo.Claim (PharmNo, ClaimNo, ClaimDate)
VALUES...
May 2, 2019 at 2:19 pm
Copying text from a post Dear Experts, i need help in calculating time difference between two dates portion by Date, the difference will be calculated with the first day...
April 24, 2019 at 2:30 pm
Normal user trying to format code
DECLARE
@MyDate DATE = '2015-08-27'
, @MyTime TIME = '15:33:21.057';
SELECT MyDateTime1 = CAST(@MyDate AS DATETIME) + CAST(@MyTime AS DATETIME);
April 10, 2019 at 7:03 pm
Bug filed. There's a spam link, but it's hidden for most users. need to enable it.
April 2, 2019 at 8:05 pm
Viewing 12 posts - 1 through 12 (of 12 total)