Viewing 15 posts - 3,286 through 3,300 (of 22,206 total)
February 20, 2018 at 6:25 am
If you have to write out the audits in this fashion, triggers are the way to go. However, be very cautious using triggers. They can be extremely expensive operations since...
February 20, 2018 at 6:22 am
Ha! Thanks.
It's who we learned from, right. We found a friendly, amazing culture, so we perpetuated it. The "right way" to do the data platform thing is...
February 19, 2018 at 10:13 am
My experience is very different and very similar. I came into the DBA role through development and I'm a classic accidental DBA. The struggle is to both define your role...
February 19, 2018 at 4:42 am
It's really hard to offer sound advice on a query I can't see, against a structure I don't know, with unknown indexes, constraints, statistics and no knowledge of the execution...
February 19, 2018 at 4:37 am
Yeah, you can create the table variables into the In-Memory storage and it really does speed them up a bunch. I wouldn't recommend it for general use for all the...
February 17, 2018 at 8:49 am
SQL_Surfer - Thursday, February 8, 2018 6:34 PMBouncing the server put the database in recovery state and can’t be accessible.
yep. It's rolling...
February 9, 2018 at 8:12 am
February 9, 2018 at 8:10 am
February 9, 2018 at 8:07 am
Look to see if there is...
February 8, 2018 at 6:28 pm
The name of the filegroup doesn't matter so much as whether or not it was created using CONTAINS MEMORY_OPTIMIZED_DATA.
If so, yeah, that's the one you'll use for your...
February 8, 2018 at 4:01 pm
February 8, 2018 at 3:53 pm
February 8, 2018 at 10:01 am
February 8, 2018 at 9:40 am
February 8, 2018 at 9:38 am
Viewing 15 posts - 3,286 through 3,300 (of 22,206 total)