Viewing 15 posts - 1,741 through 1,755 (of 6,038 total)
A substantial profiler trace, logging a lot of data for which you're unsure what to do with; that may cause more problems than it helps. It can consume CPU or...
February 7, 2017 at 2:27 pm
Perhaps the operating system debate is just a needless distraction. Expanding on the existing SQLOS subsystem, the SQL Server database engine could theoretically run on bare metal and do all...
February 7, 2017 at 12:00 pm
Of course you should avoid rebuilding indexes. However, if for whatever reason you do need to periodically rebuild indexes on TB sized tables, then definately parition the indexes and REBUILD...
February 7, 2017 at 6:37 am
.. Finally we get to cost. Linux gets adopted a lot because it’s free. I looked on Azure at the time I wrote this and a D15 v2 instance...
February 7, 2017 at 6:12 am
As database professionals we should not feel obliged to "toe the line" or "jump on the bandwagon" when it comes to IoT, Social Media, or even Big Data. Other professions...
February 6, 2017 at 8:27 am
The index process may not be slow but rather stalled in some type of blocked state. Use SP_WHO2 while it's running to confirm.
February 3, 2017 at 10:40 am
February 3, 2017 at 9:28 am
For traditional RowStore tables, it depends on the column definition, data types, and other factors like compression, page fill, and fragmentation. I once say a table with only about 150,000...
February 3, 2017 at 8:55 am
From a performance, security, usability, and maintainability perspective; stored procedures clearly have an advantage over embedded or ad-hoc SQL. My approach to answering this questions would be to think of...
February 3, 2017 at 8:46 am
February 3, 2017 at 7:51 am
Back in the early 2000's, many of us were still using Windows Remote Desktop across a 56 Kbps dial-up modem connection, but what constitutes a slow internet connection today is...
February 3, 2017 at 7:42 am
Transactions represents your user table which I'm loading with mockup rows.
February 2, 2017 at 2:12 pm
February 2, 2017 at 1:02 pm
February 2, 2017 at 11:55 am
This situation about the VCS database not getting backed up properly; I suspect that's common. The problem is that for many organizations the VCS is not treated with the same...
February 2, 2017 at 11:13 am
Viewing 15 posts - 1,741 through 1,755 (of 6,038 total)