Viewing 15 posts - 676 through 690 (of 6,032 total)
Here is a portion of the execution plan:
December 18, 2018 at 3:42 pm
After examining Query Store, I have determined the following update statement is the source for the sample error above. It's performing an UPDATE/JOIN between a staging table and the production...
December 18, 2018 at 3:37 pm
OK, here I will restate the problem, this time with less obfuscation, except for the actual data values involved.
Here is a sample error.
Cannot insert duplicate key...
December 18, 2018 at 3:32 pm
December 18, 2018 at 3:20 pm
December 18, 2018 at 12:13 pm
December 18, 2018 at 11:54 am
December 18, 2018 at 10:26 am
I don't think we should shape and force a RDMS like SQL Server to act something like a EAV or document database. We've got more data storage options inside SQL...
December 18, 2018 at 10:04 am
December 18, 2018 at 9:55 am
Entity-Attribute-Value tables are good for modeling operational configuration data; things like configuration strings, thresholds, and client implementation settings. The benefit is that it allows the application developers to easily create...
December 18, 2018 at 7:45 am
December 17, 2018 at 1:20 pm
December 17, 2018 at 1:10 pm
I'm not on the ETL team, so I can't vouch for the specifics of why the table / indexes were modeled the way they are. However, it appears the index...
December 17, 2018 at 12:50 pm
I have confirmed with the ETL developers that they are using READ COMMITTED ISOLATION on both remote source database and target database.
The version of the source database server...
December 17, 2018 at 12:30 pm
What is the DDL for...
December 17, 2018 at 12:25 pm
Viewing 15 posts - 676 through 690 (of 6,032 total)