Viewing 15 posts - 76 through 90 (of 1,366 total)
Without seeing the execution plan itself, I'm just guessing. However, it's likely that you're seeing lookups because of foreign keys. Modifying columns that don't contain any foreign keys will...
January 6, 2021 at 5:15 pm
I am seeing a lot of PAGEIOLATCH_SH wait types when the sp runs.
Can you share your execution plan here?
October 27, 2020 at 7:30 am
Hi - I setup a new SQL FCI in Azure. Two newly created VMs with SQL 2019 installed. Cluster validates successfully and i configured the Load Balancer per the...
October 26, 2020 at 3:30 am
If that is the case..how do I know the exact reason for the slowness?
Thank you
How many records does the procedure return during both executions? Is the count same?
Are you...
October 26, 2020 at 2:56 am
Sounds like a dangerous thing to do in production
Is this part of migration, a one time task or will you want your monster script to run regularly?
This is a...
October 26, 2020 at 2:51 am
Hi all,
I need to create a job to dynamically script out indexes and some other objects from Server A and apply them on Server B. They are linked through...
October 26, 2020 at 2:49 am
Will give that a shot and update the forum. Thank you!
Hope the Listener did the trick for you.
The listener act as a single name to both the nodes. Use...
October 26, 2020 at 2:46 am
I am having the same problem. my sql 2016 cluster is on azure. i have opened 1433 tcp and 1434 udp ports in firewall and in azure network security...
October 26, 2020 at 2:43 am
We have identified a query which was running on a huge table . The query was selecting the whole table (*) without an index on where clause and the values...
October 25, 2020 at 5:37 am
I am looking to export data from SQL 2019 to sql 2017. What if the tables have primary key and foreign key relationship how would be the export is...
October 22, 2020 at 11:27 am
I am a newbie to SQL Server administration and config. Apologies if I appear to confuse/mix terminologies here.
I am trying to find a way to take a snapshot...
October 22, 2020 at 8:43 am
I was working on with requirement to load balance the traffic coming from application to secondary SQL Server replicas in an Always on Availability group. Read-only routing refers to...
October 22, 2020 at 8:31 am
Thanks! Sorry I wasn't clear, windows cluster is already configured. So I am looking to find how many more IP's is needed for install and configuring for SQL Server...
October 22, 2020 at 8:25 am
Mainly you need to look for what's using memory in such a way that the pages will be flushed. Again, if everything else is fine, this is probably just...
October 11, 2020 at 8:01 am
And you're seeing exactly why PLE is a horrible measure, standing on it's own. In combination with other measures, it may tell you things. Just PLE, nope....
October 11, 2020 at 8:00 am
Viewing 15 posts - 76 through 90 (of 1,366 total)