Viewing 15 posts - 4,141 through 4,155 (of 59,067 total)
HI, Here is my issue:
I have 2 SQL 2019 instances and set up 1 linkded server. It works fine in local (remote to the server), but got the error...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2021 at 3:18 am
You CAN get the date that a user was provided access to a database...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2021 at 3:14 am
Any one can help me to get the SQL database permission creation and modification date? I can only get the database user creation and modifying date.
Thanks
SLu
I could be wrong...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2021 at 3:11 am
Do you want the output just like what you posted or do you want it in columns? And, can you clean up what the output is supposed to look like? ...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2021 at 3:08 am
If you win, send me 5%... 😀
The following will do the trick for you according to your original post. Thanks for the readily consumable data.
...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2021 at 3:01 am
Just out of curiosity, you do realize that the first query is totally different than the other 2, correct? And you do realize that leading wild cards for criteria are...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 23, 2021 at 2:06 am
This whole thing is a bit concerning. Why do you have two databases on the same instance and why have they become different? There are a couple of slick tricks...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2021 at 8:43 pm
I find it hard to believe that most folks would ever run out of BIGINT values under normal situations. The field on the other database being a VARCHAR(50) is concerning...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2021 at 8:40 pm
Where I work, the DBA doesn't do the updates. The infrastructure team does the Windows and SQL Server updates.
We wait a week after they come out and look for the...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2021 at 8:26 pm
It's a funny thing about "drill downs"... I love it when folks drill down to the final layer of 100,000 rows and then wonder what to do.
It is possible to...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2021 at 4:57 am
Now THAT was an "HR guy" that understood!
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2021 at 4:44 am
A minor optimization on DesNorton's good code would be to remove the ISNULL from the CASE WHEN because a NULL can't be greater than 0 (nor equal to or less...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2021 at 2:37 am
Really nice SQL "Oolie", Steve! 😀
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2021 at 2:05 am
No problem and totally understood. I wanted to make sure that you weren't waiting on me.
You're health and then you work come first. Take your time.
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2021 at 1:42 am
There's also the possibility that all 3 queries actually suck. 😀 You'll need to look at the execution plans, as well. Just don't make the mistake of using % of...
--Jeff Moden
Change is inevitable... Change for the better is not.
December 22, 2021 at 1:16 am
Viewing 15 posts - 4,141 through 4,155 (of 59,067 total)