Viewing 15 posts - 8,326 through 8,340 (of 59,078 total)
If you're going to cite an article, it would be polite to provide the link, as well,
Now... notice that the tip says IF your server has a lot of...
November 19, 2019 at 5:13 am
Index rebuilds won't make a database go offline unless the logfile explodes large enough to fill the disk it's on.
Index rebuilds will make the table data unavailable (which will obviously...
November 19, 2019 at 5:00 am
I have to say that it probably won't do much for performance (if anything at all) but it may cause some memory pressure because you're doubling the minimum of every...
November 19, 2019 at 4:52 am
Ok... just my 2 cents and, like you, I've not been using them for long and so I could still be missing a nasty caveat or two but, so far,...
November 19, 2019 at 4:38 am
I think that a large part of the reason why Access won't die is because it has everything it needs and you don't actually have do any programming to use...
November 19, 2019 at 1:21 am
This is pseudo-SQL, but seems like you'd be better off with a start and end parameter, which you set at the start of the batch:
DECLARE...
November 19, 2019 at 12:18 am
That sounds dangerous, simply because reduced availability will likely drive customers away, so the efficiencies that are assumed to be gained are really lost completely. Customers pay for their...
November 19, 2019 at 12:12 am
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...
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,...
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...
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...
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...
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 ...
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...
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...
November 18, 2019 at 2:53 pm
Viewing 15 posts - 8,326 through 8,340 (of 59,078 total)