Viewing 15 posts - 31 through 45 (of 598 total)
lol..yeah I've heard bad things about current logic
googles ' DelimitedSplitN4K'....oh cool. Thanks Jeff!
June 24, 2022 at 7:28 pm
HI Jeffery
I feel pretty dumb for not trying the disable. I did remove the DB's from the user on the primary and noticed that then they were removed from secondary....
June 8, 2022 at 12:03 pm
Position just opened if anyone is interested. Working remote is a possibility.
May 25, 2022 at 12:20 pm
Thanks Jeffery - Appreciate your help! Gotta be a group membership.
May 6, 2022 at 4:49 pm
Sorry bad response.
are you trying to say these other groups he is a member of - also have not been granted access to these 'other' databases he is able to...
May 5, 2022 at 10:16 pm
Good thought. Yes, but none of the groups he is in have access to the same DB's as he does. (bangs head on wall)
May 5, 2022 at 8:39 pm
Awesome. Really appreciate.
Great stuff! I hadn't thought of a few of these.
January 24, 2022 at 6:14 pm
this worked
ALTER TABLE dbo.claim
ADD CONSTRAINT PK_CLAIM_ID PRIMARY KEY CLUSTERED (claim_id);
GO
ALTER TABLE [dbo].[PEC_Claim_Supp]
ADD CONSTRAINT [FK_claim_PEC_Claim_Supp] FOREIGN KEY([claim_id])
REFERENCES [dbo].[claim] ([claim_id])
GO
February 4, 2021 at 6:28 pm
Thank you SO much Brian. Really appreciate your help.
January 19, 2021 at 10:19 pm
Oh I see....now. Thanks! Yeah I like it also.
August 11, 2020 at 5:49 pm
Okay gotcha..
This is my work in progress....I was hoping to create the below in the step before the job starts. But it isn't working...
Declare @time as int
SELECT...
August 11, 2020 at 5:23 pm
I don't think you guys should publish a 'stay tuned' article. Wait till it's done, then put the whole thing up. What good are the six queries if they are...
May 2, 2019 at 12:09 pm
Thanks guys. Appreciate the advise.
January 8, 2019 at 5:38 am
Thanks everyone. It wasn't ghost records.
I tried restoring the DB in a non H/A sever- it released the space.
So I tried again in PROD -...
November 30, 2018 at 5:49 am
Viewing 15 posts - 31 through 45 (of 598 total)