Viewing 15 posts - 8,356 through 8,370 (of 59,091 total)
Should I use declare variable above query or I can use in between as well ?
I though you said that you understood queries... 😉
As in most languages, you can...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 6:00 pm
This is because of one of "those" attempts by Microsoft to fix performance issues. This particular issue is caused by a "performance enhancement that allocates complete extents (up to 4,...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 5:54 pm
Hi I am trying to get :
if today is Monday then it will show result from Friday to Sunday
Else
if today is not Monday then I will show you result...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 5:31 pm
Thank you all of you for explaining. If I want to retrieve data from SQL server and Oracle. Is there any difference in query structure between SQL and...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 3:19 pm
Thanks, Thom. Understood on the 2019 stuff. I was under the impression that it wasn't actually a "4th" type... I was under the impression that if SQL Server...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 3:17 pm
Thank you all of you for explaining. If I want to retrieve data from SQL server and Oracle. Is there any difference in query structure between SQL and Oracle ...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 3:13 pm
Yeah... confirmed. It's not something that you can assign. It just happens if you do things right. You can, however, prevent it. I don't know why anyone would want to...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 3:10 pm
Thanks, Thom. Understood on the 2019 stuff. I was under the impression that it wasn't actually a "4th" type... I was under the impression that if SQL Server could run...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 2:53 pm
can we use procedure in our query to retrieve data ?
Yes. Contrary to popular belief, you CAN call a stored procedure in a SELECT query using things like...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 1:59 pm
thank you for the data. Theoretically, it's slower; based on my software development experience, web application does not fetch 1,000,000 or even 10,000 rows to the front end. I...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 1:44 pm
I wonder why people think that everything that uses SQL uses the same SQL.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 6:02 am
Interesting... what constitutes a lower cost provider? In other words, why would they possibly be a lower cost on one route but not another? I might see a difference depending...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 5:59 am
I have to admit that this is a very interesting exercise but I'm not seeing anything especially practical here, especially if thousands of integers were needed in a collection.
Considering the...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 5:31 am
I think it's freakin' hilarious when I see Microsoft Engineers write code like the following...
SELECT getdate() 'runtime', ...
It doesn't hurt anything but wow...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 5:08 am
In the same vein as Jonathan, I like to test these type of things out. I do like to take an average of 5 runs. This is on my new...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 18, 2019 at 4:41 am
Viewing 15 posts - 8,356 through 8,370 (of 59,091 total)