Viewing 15 posts - 8,326 through 8,340 (of 59,072 total)
Just to confirm... Are you saying that the first script reported 155GB and that was what was incorrect?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 2:23 pm
So, just to be sure, you're not going to use the code in the "All seems to be working now" post above?
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 2:15 pm
I've developed SQL backed Access front end databases that work with 40 odd users that have been going for many, many years and perform their function very reliably. It's...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 1:20 pm
For small operations, that is, fewer than 5 people using it concurrently, Access (or FileMaker Pro) is excellent. It's relatively cheap and easy for someone with some experience to...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 1:13 pm
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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,...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--Jeff Moden
Change is inevitable... Change for the better is not.
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...
--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
Viewing 15 posts - 8,326 through 8,340 (of 59,072 total)