Viewing 15 posts - 8,791 through 8,805 (of 59,078 total)
BWWWAAAAA-HAAAAAA-HAAAAA-HAAAA!!!! HOOOOIIIEEEE! Man, I laughed 'til my sides hurt.
Like many of you, I get a lot of notifications from various groups I've signed up for. Here's a snippet of one...
August 20, 2019 at 1:19 am
Upon a quick google I think I should be looking for a Tasks entry on the right click menu, however I don't see that as an option when I...
August 20, 2019 at 12:47 am
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...
August 20, 2019 at 12:38 am
Thanks Jeff,
How did you convert 4 million reads to 31 GB of IO ?
A logical read is an 8K page. Divide the reads by 128 to get the...
August 20, 2019 at 12:17 am
Jeff, which ones are VARCHAR(MAX)? Are those the fields with length -1?
Yes. You can verify that by right clicking on the table in the Explorer window of SSMS and...
August 20, 2019 at 12:12 am
I totally agree with Scott on this one... the IDENTITY column is not needed, occupies space on each page (which is also reflected in memory and disk), and is a...
August 19, 2019 at 11:07 pm
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...
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...
August 19, 2019 at 3:09 am
What's in the data you're returning? Any LOBS?
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...
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...
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...
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...
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...
August 15, 2019 at 2:51 pm
Viewing 15 posts - 8,791 through 8,805 (of 59,078 total)