Viewing 15 posts - 481 through 495 (of 2,356 total)
SELECT GivenPartNumber_Non, vcompanyid int, SourceType
FROM #notmappedsources
WHERE SourceType = 484456
This is very basic.
February 23, 2022 at 8:32 pm
My _DBA account is local admin on both nodes but not domain admin, I've been informed this isn't a requirement but could be wrong.
And the IP (well, two IPs...
February 23, 2022 at 4:48 pm
This is your second post related to this. A fresh install of 2019 will create the "old" folders.
You run the risk of breaking your installation of SQL. Why are you...
February 23, 2022 at 4:15 pm
Is the account being used to create this a domain admin?
You are not re-using an IP that was previously in use, correct?
February 23, 2022 at 4:13 pm
Upgraded SQL 2008 to 2016 years ago and never removed 2008 correctly and now on 2019 I am having issues uninstalling 2008. I removed the setup files by accident...
February 23, 2022 at 4:07 pm
Before you set up an AG from a cluster, one of the main differences is that there is no shared storage. While you need a cluster to run an AG,...
February 22, 2022 at 9:57 pm
This person is in way over their head.
one of those I refuse to help now - ignores suggestions and fails to supply requested information and just...
February 22, 2022 at 6:40 pm
This person is in way over their head.
February 22, 2022 at 2:08 pm
Hi
Good morning.
What is the better approach when applying DML statements on the OLTP transactions?
February 22, 2022 at 2:05 pm
I think you have not used "sys.dm_db_index_physical_stats" correctly. I attach a Query that could help you. Contains various flags indicating whether to rebuild indexes, reorganize indexes, or compact lobs....
February 22, 2022 at 1:33 pm
I'm trying to determine that wait type is something that is hurting SQL process performance .
Can you provide more details? Is the system slow? What specifically is going on?
If...
February 17, 2022 at 8:36 pm
The code is vendor code looks like Inline sql not stored procedure from my analysis, and Indexes seem inline>
Thx.
Indexes can't be "inline". I would suggest using Brent Ozar's tools...
February 17, 2022 at 8:32 pm
Thanks for that clarifications on the query I was using....
It's not a wait in the top 10.
#1 is SOS_SCHEDULER_YIELD 55.86
SOS_SCHEDULER_YIELD is not one I would usually be particularly concerned...
February 17, 2022 at 8:22 pm
I'm trying to determine that wait type is something that is hurting SQL process performance .
If you are concerned that the MEMORY_ALLOCATION_EXT wait type is hurting your performance, then...
February 17, 2022 at 7:10 pm
Hi
Restoring a backup of a 2012 database to 2017 instance and will copying over logins and Jobs using scripts, just wondering what I do with compatibility level of the...
February 17, 2022 at 6:26 pm
Viewing 15 posts - 481 through 495 (of 2,356 total)