Viewing 15 posts - 256 through 270 (of 59,048 total)
I'm doubtless being inexpressibly dim but I don't know what "It depends on whether results are in the grid or text" means.
In SSMS, you have a choice of displaying...
November 21, 2024 at 2:38 pm
Thank you! I was reading about the CE possibly being the problem. I did check some of the queries and they were individually set to CE to 70. I...
November 21, 2024 at 1:18 am
Since you say the updates are not "extremely frequent", it's mostly an "Insert" index by TenantID. It's a Type 98 Index and since there aren't a large number of ExpAnsive...
November 21, 2024 at 12:58 am
Jeff,
Have you got any recommendations for the fill factor when I create the new clustered primary keys on (TENANTID, ID)?
Where ID is an identity column on the table.
Yes. And...
November 20, 2024 at 7:42 pm
Using your fictitious example, if you have the correct indexes in place, the code can be designed to do a seek to the correct row in "Grades" based on the...
November 20, 2024 at 1:50 am
If my SQL 2014 instance was in 2012 compatibility mode, could the upgrade to SQL 2016 resulting in the DB upgrading to 2016 compatibility mode be causing the many...
November 20, 2024 at 1:32 am
And it doesn't matter which version of SSMS or SQL Server you're using.
November 20, 2024 at 1:07 am
Does partitioning by TENANTID improve query performance when most queries are filtered by tenant? For instance, will partitioning reduce the amount of data SQL Server scans, or is it...
November 20, 2024 at 1:05 am
You make a good point. We need to keep counting hours for the VisitID until we get a DISCHARGED status.
Without saying it quite that way, that's been my whole...
November 19, 2024 at 5:58 pm
Howdy and welcome aboard!
Please see the article at the first link in my signature line below for how to post "Readily Consumable Data" to help us give you the best...
November 17, 2024 at 8:04 pm
Before I can give the demo I promised above, I need to know what the condition of the real table is.
In your example data, you have a DATE datatype column...
November 17, 2024 at 3:42 pm
It would be real helpful it you listed the datatypes for the columns you are working with and pasted what the exact error message was.
November 16, 2024 at 8:01 pm
Duplicate post. Don't post here... post at the following link so we can keep any answers in one spot.
https://www.sqlservercentral.com/forums/topic/need-help-with-group-by-2
November 16, 2024 at 7:58 pm
@ Bruin,
Which edition of 2016 do you have? Standard or Enterprise?
Also, are there any FKs that are pointing AT this table?
November 15, 2024 at 5:52 pm
@ Bruin,
Which edition of 2016 do you have? Standard or Enterprise?
November 15, 2024 at 5:48 pm
Viewing 15 posts - 256 through 270 (of 59,048 total)