Viewing 15 posts - 271 through 285 (of 2,756 total)
Another thing to point out - your data looks to be inconsistent:
A DB 130 9/1/2023
A DB 120 10/1/2023
why did "DB" shrink by 10 MB that day/month?
But in...
December 13, 2023 at 2:52 pm
My opinion, you are going to need a tool to do that. Offhand, I am not sure what tool can handle it, but anything that supports WMI should be able...
December 13, 2023 at 2:17 pm
I agree with Jeff - if the code is complex or confusing, it should have comments around those bits explaining the logic. Now, if the code is confusing to someone...
December 12, 2023 at 9:36 pm
Just to add to what Phil said - that SHOULDN'T exist in the real world. I have run across some things that make me scratch my head like storing numeric...
December 12, 2023 at 7:35 pm
The steps I am aware of are:
1 - find the bottleneck - is it the Lake, is it the network, is it the internet, is it the power BI processing,...
December 12, 2023 at 7:05 pm
To add to what Jonathan said - do you understand the code? If person A is supporting it now and understands the code and they are leaving and you are...
December 12, 2023 at 7:03 pm
First comment on this, I think you will get more/better results on a PostgreSQL form than a SQL Server forum. That being said, PostgreSQL has documentation on authentication. Have you...
December 11, 2023 at 7:27 pm
First thing I'd check is "what changed?". If it worked prior to a certain date and suddenly stopped working, something changed. Step 1 is to figure out what changed and...
December 7, 2023 at 6:36 pm
To add to what Jeff said, there are a lot of things mentioned in this thread to check. If it is a scheduled "crash" of the instance, then you likely...
December 7, 2023 at 2:00 pm
This looks like a case for a UNION. You do your main SELECT then UNION a SELECT of the ID and the date minus 1 day. There is probably another...
December 4, 2023 at 7:45 pm
I agree with Erland - installing 2008 R2 in 2023? yikes... BUT you may have a good reason, so do what you gotta do, but that's never fun installing such...
December 1, 2023 at 4:01 pm
I'm saying I don't remember if it calls a logout or if it leaves the connection open in a suspended state (ie open but doing nothing) when it completes. I'm...
December 1, 2023 at 2:02 pm
I'd be a little curious if it is related to the exact process you are running (failing to drop the database due to replication) OR if it could be something...
November 29, 2023 at 8:02 pm
I think it really depends on the problem you are trying to solve. I am guessing you read the comments to the SSC post here:
https://www.sqlservercentral.com/forums/topic/script-all-logins-users-and-roles
If you are looking...
November 29, 2023 at 7:53 pm
My troubleshooting steps are always the same - review the logs, reproduce the problem on a test system, and go from there. From what I found on google, it sounds...
November 29, 2023 at 7:31 pm
Viewing 15 posts - 271 through 285 (of 2,756 total)