Viewing 15 posts - 151 through 165 (of 2,863 total)
Just my 2 cents, but this really sounds like interview questions for a consultant to come in and help with.
But to give a quick read on the question, I think...
August 26, 2024 at 3:38 pm
As a thought (I could be completely out in left field here), but my GUESS is that your DELETE is because you are removing the data before re-inserting it based...
August 19, 2024 at 4:28 pm
Every time I've seen that error it has been either:
A- typo in server/instance name
B- firewall
C- network issues
A is easy to fix - double check the server and instance name (and...
August 15, 2024 at 8:16 pm
how much memory does the SERVER have in total and how much is dedicated to SQL Server? If I am reading your question correctly, you have 300 GB RAM on...
August 15, 2024 at 8:09 pm
As someone who has had (and currently has) VPN access on their phone AND RDP access on my phone, I do not recommend it. While it is possible, it is...
August 9, 2024 at 9:07 pm
Just to add to what Jo Pattyn said, there are a lot of reasons why a thing can be fast in SSMS and slow in applications. You could have some...
August 9, 2024 at 8:58 pm
Just my 2 cents on this - I wouldn't rely on "ping". PING will only tell you that the computer is online assuming ICMP isn't disabled at the firewall. It...
August 9, 2024 at 8:42 pm
Another thing to note - SQL Server, with the default configuration, will use up to 2 PB of memory or whatever is available in the system. In order to reduce...
July 31, 2024 at 8:33 pm
Looking at the docs for the Microsoft Oracle Connector, you can use LDAP for authentication - https://learn.microsoft.com/en-us/sql/integration-services/data-flow/oracle-connection-manager?view=sql-server-ver16.
It states that you can pick to use Windows Authentication or Oracle Authentication. Windows...
July 30, 2024 at 8:56 pm
thx Brian. Unfortunately you are seeing a mention about the speed issue out of context. I was just trying to find COMMIT size here like i believe we used...
July 29, 2024 at 3:27 pm
One thing to note about things being slower when run over VPN in SSIS, slower than where? Slower than the exact same workstation (laptop/desktop) being on site OR slower than...
July 26, 2024 at 9:29 pm
I have not tested this script, but what about this link:
Eitan Blumin has a script that he claims works to move logins and users across different systems. NOTE I have...
July 26, 2024 at 2:50 pm
I too am curious how the project is going or went. I definitely wasn't trying to say "don't do it", I was just trying to say to be careful with...
July 26, 2024 at 2:39 pm
I wonder if it is impatience on Steve Jones's part OR a configuration thing? I can't remember if the SQL services are set to auto-restart on unexpected stop or not,...
July 25, 2024 at 10:04 pm
Index Optimization: Review and optimize indexes to ensure they complement the new primary key and do not degrade performance. Data Integrity Checks: Implement regular checks to ensure data integrity,...
July 25, 2024 at 2:17 pm
Viewing 15 posts - 151 through 165 (of 2,863 total)