Viewing 15 posts - 2,101 through 2,115 (of 6,038 total)
Gary Varga (10/31/2016)
Eric M Russell (10/31/2016)
Forget about Zombies and Killer Clowns, it's far more likely your database server will be subjected to attacks from IoT enabled refrigerators and toilets.
I could...
October 31, 2016 at 11:03 am
In most shops, trying to argue with application developers on the issue of proper database modeling and SQL coding is a lost cause. You'll just end up earning a reputation...
October 31, 2016 at 9:39 am
OLAP tools like SSAS are excellent for specific types of data access patterns and are an order of magnitude better at solving these problems than relational and no-sql database platforms....
October 31, 2016 at 8:47 am
Forget about Zombies and Killer Clowns, it's far more likely your database server will be subjected to attacks from IoT enabled refrigerators and toilets.
October 31, 2016 at 8:18 am
Eric M Russell (10/4/2016)
Gary Varga (10/4/2016)
October 31, 2016 at 8:04 am
... he tells me well, that his database via Entity Framework by default just creates all strings as nvarchar(max).
You plenty of reasons to be concerned at this point with this...
October 28, 2016 at 9:27 am
Suth (10/28/2016)
indicies ? do you mean indexes ?
It seems to me that the columns [odid] needs to be indexed; otherwise it's going to do a table scan for each batch....
October 28, 2016 at 9:16 am
The buffer cache contains data and index pages. For example, logical reads are from buffer cache while physical reads are from disk.
The procedure cache contains query execution plans.
October 27, 2016 at 11:10 am
All indexes suggested by DTA are useful within the context of sample query that was supplied to DTA. The problem is that often times these index suggestions are for niche...
October 27, 2016 at 11:01 am
S_Kumar_S (10/27/2016)
like only a sysadmin can create a linked server....
October 27, 2016 at 10:44 am
Zomies?! Orcs?! Haven't you guys got better things to do with your time than sit in the server room playing Dungeons & Dragons?
October 27, 2016 at 9:45 am
By default, a user is in the PUBLIC role and cannot do anything. You then should grant them permissions piecemeal. There are probably 1,000 things a member of SYSADMIN can...
October 27, 2016 at 9:25 am
Lynn Pettis (10/27/2016)
Gary Varga (10/27/2016)
October 27, 2016 at 8:10 am
Please note that this is a 4 year old topic, and the issue of IT employees wasting time at work has since been determined to be no longer an issue.
🙂
October 27, 2016 at 7:59 am
Anchelin (10/26/2016)
Thank you Eric. 🙂I will give this a try before and after index compression to view the sizes.
Regards
You'll want to clear out the page buffer cache before each test.
DBCC...
October 26, 2016 at 2:15 pm
Viewing 15 posts - 2,101 through 2,115 (of 6,038 total)