Viewing 15 posts - 8,791 through 8,805 (of 59,067 total)
And here is the DDL (I think)
With one exception, all of the VARCHAR columns in that table are VARCHAR(MAX), which is a LOB datatype. That's the first thing that...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 19, 2019 at 10:32 pm
It means it's not waiting on anything. Since you're doing more than 4 million reads (more than 31GB of I/O), you likely have some performance challenged code that needs to...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 19, 2019 at 3:09 am
Heh... wait for it... 😉
--Jeff Moden
Change is inevitable... Change for the better is not.
August 17, 2019 at 8:32 pm
What's in the data you're returning? Any LOBS?
--Jeff Moden
Change is inevitable... Change for the better is not.
August 17, 2019 at 4:46 am
There's something wrong with the index on the persisted column or the persisted column itself. It should be as fast as the permanent column you just added. Perhaps the statistics...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 16, 2019 at 5:49 pm
All the innovative data management software in recent times comes from Amazon, Cloudera, open source and numerous disruptive startups who have made advances that have left the...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2019 at 3:46 pm
Heh... as of late and at the rate that MS is pushing versions, my answer to the question posed by this thread is... every time we're forced to do an...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2019 at 3:07 pm
I don't know of any official reasons but my take on it is... we are talking about the company that can't display a match between the listed MB allocations in...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2019 at 3:01 pm
However, all of the important innovations in data management over the last 6-10 years have happened outside the core "SQL DBMS" space. I suspect that will continue to be...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2019 at 2:51 pm
The optimizer may be deciding to ignore the index because of the SELECT * because it may be figuring that it's cheaper to do an index scan rather than do...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2019 at 2:41 pm
First of all, there are a couple of good articles (I don't have the links handy just now) that demonstrate that a 25% sample rate takes about as long as...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 15, 2019 at 2:25 pm
i dont think there is any issue with the script as it works fine from SSMS but it does not work from SQL Agent job though it backups only...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 14, 2019 at 7:11 pm
I find it humorous that, for someone who argued so strongly against Hungarian notation on another thread, this object names starts with "fn". 🙂
Heh... I did explain that in...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 14, 2019 at 5:28 pm
SQL and HTML/JavaScript are two sides of the same coin. Both languages are easily accessible but broadly misused. Most complaints about "limitations" are actually founded on misconceptions about how...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 14, 2019 at 4:23 pm
Speaking of website issues, is the bug where you have to unsubscribe from email notifications to a topic every time you reply going to be fixed?
I personally...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 14, 2019 at 4:21 pm
Viewing 15 posts - 8,791 through 8,805 (of 59,067 total)