Viewing 15 posts - 2,341 through 2,355 (of 6,038 total)
Matt Miller (#4) (8/25/2016)
SQLBill (8/25/2016)
Eric M Russell (8/25/2016)
August 25, 2016 at 10:01 am
Markus (8/25/2016)
Gary Varga (8/25/2016)
Markus (8/25/2016)
...The days of a DBAs duties are changing that is for sure.
Changing for sure. That's nothing new. The change might be new but that it is...
August 25, 2016 at 9:36 am
An organization can spend millions on infrastructure, fancy BI tools, and contractors, but it will collapse like a house of cards unless they have a team of solid DBAs and...
August 25, 2016 at 8:36 am
I'm not surprised that a small group of students could take a public dataset and spin up a better application than the original government IT contractors. When dealing with non-sensitive...
August 25, 2016 at 8:13 am
Tac11 (8/24/2016)
Eric, so you think I can run "sys.dm_db_index_usage_stats" and find if there are index scan taking place?
or any other step should I take?
or...
August 25, 2016 at 7:50 am
If a query is performing full table scans on some large tables, then you want those tables to be held in the buffer cache so they arn't read physically from...
August 24, 2016 at 11:58 am
Grant Fritchey (8/24/2016)
August 24, 2016 at 11:55 am
Every time a data or index page is read, it's first copied to the page buffer pool. Pages are allocated and deallocated based on the frequency of their usage, and...
August 24, 2016 at 11:48 am
Whenever I change jobs or projects, I context switch between being primarily a DBA or Database Developer, both of which cross-over into tasks that could be best described as DevOps....
August 24, 2016 at 8:34 am
What partitioning brings to the table are things like partition switching, partial backups, partition level reindexing / compression, etc.
But 100K rows and 500MB small; you could fit that in an...
August 24, 2016 at 7:50 am
Reply back with the actual error or warning message you are getting. Are you sure it mentions 'LOB' ?
For example, if you attempt to create an index on a set...
August 24, 2016 at 7:41 am
The career path of IT professionals is a lot like actors, you don't want to allow yourself to become type casted in terms of a role or industry, and you...
August 24, 2016 at 7:04 am
It sounds like you're describing some specific implementation of unit testing within SSDT or Visual Studio.
Unit Testing a stored procedure, generally speaking, is when you execute a stored procedure using...
August 23, 2016 at 12:56 pm
Michelle-138172 (8/23/2016)
August 23, 2016 at 11:50 am
I havn't used eBay in years, but I recall from the past that it was possible to simply drill down on another user's ID and see a history of auctions...
August 23, 2016 at 10:47 am
Viewing 15 posts - 2,341 through 2,355 (of 6,038 total)