Viewing 15 posts - 196 through 210 (of 2,356 total)
I recently added audit triggers that had some degree of complexity. To test the performance one of the developers issued a million inserts in a little over an hour--far...
March 27, 2023 at 2:24 pm
- SELECT * FROM is not a good practice.
Never?
You could wrap multiple parameters into a single XML/JSON document and pass it as a SINGLE parameter into StoredProcedure
Using sp_xml_preparedocument? ...
March 27, 2023 at 2:11 pm
Sorry, guys. Let me tell u what brought this up. We have several load processes where we are truncating and reloading large tables. These table are used for one...
March 17, 2023 at 2:18 pm
There is no business rule that can redefine the relationship between entities. Two entities don't just change their mind one day and decide they are going to relate to...
March 17, 2023 at 1:46 pm
It's 16 Gb. My laptop from 10-11 years ago had double that amount of ram. My phone from 2010ish with its 480x800 resolution screen had that amount of...
March 16, 2023 at 10:21 pm
Maybe you have an example, but I cannot think of a reason why you would need to change a primary key after a table has been created, while leaving...
March 16, 2023 at 9:06 pm
I mean you literally quoted all the constraints I mentioned on it I cannot possibly imagine how you failed to understand what I wrote.
I read everything you...
March 16, 2023 at 6:51 pm
Let us work on your comprehension and failures in logic and reasoning then.
How about let's work on your ability to state things without inferring meaning?
You stated "A clustered Primary...
March 16, 2023 at 6:47 pm
I mean you literally quoted all the constraints I mentioned on it I cannot possibly imagine how you failed to understand what I wrote.
I read everything you wrote. A...
March 16, 2023 at 6:12 pm
ok, so that's what I thought. In fact often times I'm not even creating the primary key. I simply create 1 or many unique indexes because it was my...
March 16, 2023 at 6:05 pm
A clustered Primary key is a unique clustered index.[/quote]
No, they are not the same. A primary key cannot contain a null. A unique index can contain a single null.
[quote-0...
March 16, 2023 at 5:54 pm
A clustered Primary key is a unique clustered index.[/quote]
No, they are not the same. A primary key cannot contain a null. A unique index can contain a single null.
If...
March 16, 2023 at 5:54 pm
Viewing 15 posts - 196 through 210 (of 2,356 total)