Aside from the famous Microsoft SQL Server dump folder eating all of the hard disk space, there is another kulprit.
To find the folder please go to C:\ProgramData\KasperskyLab\ and there will you find the backup files
Hope it helps
Coffee Cup
We all face challenges every day. Whether we like it or now, it is always helpful to share what you have learned.
Aside from the famous Microsoft SQL Server dump folder eating all of the hard disk space, there is another kulprit.
To find the folder please go to C:\ProgramData\KasperskyLab\ and there will you find the backup files
Hope it helps
Coffee Cup
I had a case recently about their server that have zero 0 space remaining in their drive C. i have seen this issue before and it involves the dump files collected every time the server is restarted.
The path to the dump files can be “C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Log\Polybase\dump”
Another path is “X:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Log”
Recently i have searched if there was a way to turn it off
Some have version folders
Version | Path |
---|---|
SQL Server 2019 | C:\Windows\SysWOW64\SQLServerManager15.msc |
SQL Server 2017 | C:\Windows\SysWOW64\SQLServerManager14.msc |
SQL Server 2016 | C:\Windows\SysWOW64\SQLServerManager13.msc |
SQL Server 2014 | C:\Windows\SysWOW64\SQLServerManager12.msc |
SQL Server 2012 | C:\Windows\SysWOW64\SQLServerManager11.msc |
net start “SQL Server (MSSQLSERVER)”
next i found is the data collector
USE msdb; GO EXEC dbo.sp_syscollector_disable_collector;
Hope this info help out a fellow traveller
Coffee Cup
These are suggestions on how to expand and business ideas
Business – bakery , tricycle , egg dealer , barber , coffee , restaurant , fish ball , automotive , organic farming , Korean food , inihaw manok, refilling station
Salary of the people – lifestyle – hobbies – past time
Land – farming , motorcycle terminal, aquaponics, animal farming, tour guides, prepare to stay, scenic spots , food carts , commissary , fiesta , seasonal food (dragon fruit / sili), solar panel, water generation, sell online, prepack food , pigfeed , cooked food
Market – resto, hotels, hospitals, barangay fiesta, party, palengke , weddings , office , carinderya.
To earn money we have 7 options starting with R. When i first heard this one I was amazed on how simple it is. A lesson worth hearing him in person on Youtube
These are tried and tested rules for the rich and those who want to become one. All of these rules we need to keep near our financial wallets in order to survive. There they are
For those who want to enter the real estate market, I have a few ideas on what to do with it.
Things to look out for
Recently I have download Microsoft SQL Server for a small interesting project I was working. Then all of a sudden, my hard disk space became 0 in my Drive C.
Puzzled for a few days a encountered a blog post that featured a nifty little software that I will now keep in my software belt.
It shows you the disk size of each folder in your pc. Quite a good find. The name of the software is TreeSize Free version.
For the culprit, the folder is located at :
C:\Program Files\Microsoft SQL Server\MSSQL15.MSSQLSERVER\MSSQL\Log\Polybase\dump
When I looked at the folder, it came to 91gb.
So just in case you are working on a project in Microsoft SQL Server, be sure that the hard disk space will be close to zero, unless you can clean the dump folder.
Hope it helps
Stay safe guys
Coffee Cup
So far I have recreated this code far more in the 16 years that I have been using Delphi. Just wanted to log it here so that when I need it again, it will be here.
Hope it can also help other people
Enjoy
Coffee Cup
procedure TfrmPassword.BitBtn1Click(Sender: TObject); var vWeekDay : String; begin //DateUtils //get the first and last day if (ALMONTH.VALUE <= 11) then begin ALFROM.VALUE := StrToDate( ALMONTH.Text + ‘/01/’ + ALYEAR.Text ); ALTO.VALUE := StrToDate( IntToStr(ALMONTH.VALUE + 1) + ‘/01/’ + ALYEAR.Text ) – 1; end else begin ALFROM.VALUE := StrToDate( ’12/01/’ + ALYEAR.Text ); ALTO.VALUE := StrToDate( ’01/01/’ + inttostr(ALYEAR.Value + 1) ) – 1; end; //loop the number of days ALDAYS.VALUE := DaysBetween(ALTO.VALUE, ALFROM.VALUE) + 1; ALDATE.VALUE := ALFROM.VALUE; ALSUN.VALUE := 0; ALTOTAL.Value := 0; while (ALDATE.Value <= ALTO.Value) do begin vWeekDay := LongDayNames[DayOfWeek(ALDATE.Value)]; if (vWeekDay = 'Sunday') then ALSUN.VALUE := ALSUN.VALUE + 1 else ALTOTAL.Value := ALTOTAL.Value + 1; ALDATE.Value := ALDATE.Value + 1; end; end; |
Hi guys, well, that’s not the whole story. Actually while using zoom I disabled the microphone by mistake.
So far after that day, I wasn’t able to use the microphone on my laptop.
Then at last I found a way to fix it. Actually another software that I was using gave me the idea on how.
Hope it helps
Coffee Cup