Viewing 15 posts - 8,716 through 8,730 (of 59,078 total)
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...
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...
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...
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...
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...
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...
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...
September 1, 2019 at 12:21 am
Ah... I understand, now. I'll be back.
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...
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...
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,...
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...
August 31, 2019 at 3:28 am
You should ask Ola. 😉 He wrote it.
August 31, 2019 at 3:23 am
Hello
I'm working on programm for presence control
e.g
ID - CheckIn - CheckOut
1 29/08/2019 10:00 -- 29/08/2019 14:00
2 29/08/2019 22:00 -- 30/08/2019 06:00
3 30/08/2019 10:00 -- 30/08/2019 14:00
If i do a query...
August 31, 2019 at 3:21 am
Viewing 15 posts - 8,716 through 8,730 (of 59,078 total)