Viewing 15 posts - 8,341 through 8,355 (of 59,091 total)
Heh... I just let the alerts fly... it's a great monthly test/confirmation for the alerts and the jobs that some of them run. The auditors love it because it shows...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 2:45 pm
You allow an app to write files to your SQL Server? I don't allow that. It have people write their files to a different box and then give SQL Server...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 2:39 pm
I've been highly inactive for like a year it seems, but here is my input.
I am still 100% invested in Azure Data Warehouse and Azure Data Lake Store with...
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 2:33 pm
Uh... I just noticed... the first script doesn't even report sizes... so I'm confused as to what you found the problem to actually be.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 19, 2019 at 2:26 pm
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
Viewing 15 posts - 8,341 through 8,355 (of 59,091 total)