Viewing 15 posts - 8,821 through 8,835 (of 59,078 total)
My thought is more like a question. Why can't more features and functionality be added to SQL language and stop creating more languages to learn? If not, let's all...
August 14, 2019 at 12:37 am
Bugs are being fixed and things repaired. This is the first I've seen/heard of this. It's been filed.
Thanks, Steve.
August 13, 2019 at 10:06 pm
Wow. I guess I'd not worry about anything else until those backup issues were fixed.
Thanks for the list. Always interesting to what what sp_Blitz ferrets out.
August 13, 2019 at 9:59 pm
Reporting servers are just moving the problem. People will complain on the reporting servers unless you fix the primary performance issue... which almost always boils down to (borrowing some emphasis...
August 13, 2019 at 8:31 pm
Thanks fr posting your code, Aaron. Good to see someone else using the "Union All" trick to get the zero value (it's also what I use) but I still have...
August 13, 2019 at 8:27 pm
For anyone interested in MS building such a function into T-SQL, please see the following thread. It used to have 278 votes until MS moved the "Connect" system...
August 13, 2019 at 8:18 pm
Heh... more "new site" sucking sounds. The fnTally script that was recently published and nearly 4,000 reads and 9 votes yesterday. Today, it says it's only had a little over...
August 13, 2019 at 4:27 pm
Heh... having this posted as a script has already started to pay off for me not only in a couple of posts on this forum but also on the "Azure...
August 13, 2019 at 4:21 pm
it is especially useful, if you need a table to be online all the time, but want to load lots of data to it (e.g. full reload). Then you...
August 13, 2019 at 2:36 pm
You can also try an appropriate option to control database size.
So long as it's not "AutoShrink", DBCC SHRINKDB, or DBCC SHRINKFILE (especially since they don't affect backup size).
August 13, 2019 at 2:20 pm
p.s. The essential key for me was learning how to make a shedload of test data in virtually any form I needed it. When it come to performance, you need...
August 13, 2019 at 2:15 pm
Totally agree with Grant. I don't care for the certification alphabet soup a lot of people have after their names because too many of them have gamed the system to...
August 13, 2019 at 2:03 pm
That's all good but you made it sound like you were suggesting that keys (in general) were allowed to be mutable. There are some rare cases where AKs (Alternate Keys)...
August 13, 2019 at 6:47 am
Viewing 15 posts - 8,821 through 8,835 (of 59,078 total)