Viewing 15 posts - 8,731 through 8,745 (of 59,091 total)
I am not sure that Developer Edition is applicable here. Jack the Cat talks about doing analysis of data. That smells production to me. And Developer Edition is not...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2019 at 10:06 pm
Also, see the following article that provides a method to solve for most things that you could as of an "Adjacency List" Hierarchy.
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2019 at 8:52 pm
Please help me to get the below output from table
For future posts, please see the first link in my signature line below. Producing "readily consumable" data,...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2019 at 8:49 pm
Thanks Jeff for your reply.
query is not returning all data , its just returning row count .
I assume that the query should return the row count quickly , not...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2019 at 8:45 pm
In that case, please post your query so that we can check it for performance issues for you and so we can also see if you've come up with a...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2019 at 5:33 pm
Here's one of the best links on the subject by one of the smartest people I know on the subject. Don't do ANYTHING until you've read the whole article and...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2019 at 2:42 am
No, that is not possible.
But you can download and install of Express Edition, which is free, to your laptop.
Better than that, download and install the Developer's Edition of SQL...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2019 at 1:22 am
Hi All,
Select count(*) from table1 is taking around 5 mins.
table is having 4035938 rows.
can anyone suggest what may cause row count to slow and how it can be optimized...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2019 at 12:35 am
According to the following link...
https://docs.microsoft.com/en-us/windows/win32/winhttp/error-messages
... the WinHttp error of 12007 means that "The server name cannot be resolved.". Does the server or user actually have privs to where the...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2019 at 12:32 am
My take on this would be to find and fix the code that's making this mess and then make the ORDER TYPE column NOT NULL. Actually, the best thing to...
--Jeff Moden
Change is inevitable... Change for the better is not.
September 1, 2019 at 12:21 am
Ah... I understand, now. I'll be back.
--Jeff Moden
Change is inevitable... Change for the better is not.
August 31, 2019 at 8:14 pm
Ah... almost forgot...
The word "Data" is a bit misleading and can be used in many ways based on the esoteric subject. It's a bit like using the word "flower", which...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 31, 2019 at 7:59 pm
Thanks Jeff and Matt for replies and link
But it still doesnt ans my query.If Index are on disk physical structure as last link says so then why does various...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 31, 2019 at 7:28 pm
Great article, Steve. And, yes, I agree... the basics will never go away and there will never be enough people that know them. Heh... as I've stated in the past,...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 31, 2019 at 3:35 am
We are planing to upgrade SQL Server from 2014 to SQL 2017, So based on current utilization of SQL Server the CPU usage is never exceeded more than 5...
--Jeff Moden
Change is inevitable... Change for the better is not.
August 31, 2019 at 3:28 am
Viewing 15 posts - 8,731 through 8,745 (of 59,091 total)