Friday, February 25, 2022

Microsoft Teams doesn't open

 Hello!

My Microsoft Teams stop working!

Searching .... I found this solution that worked:


Delete the content of:

C:\Users\<profile>\AppData\Roaming\Microsoft\Teams


Stay tuned!

Friday, August 12, 2016

Excellent online Free Backup space

Dear All

I was looking for a good online backup free space. I am currently using an account of Mega, one of Drive, Dropbox ... OneDrive but the sum of all didn't reach what recently I found to be a really good Backup Area: Degoo:

100 GB Free Backup

You can have 100GB free storage to start with. Then you can buy much more with few dollars per month or get extra free space by inviting friends. It works with windows, Mac and Android. I am currently backing-up my tablet and 2 PCs with the same account.

Try!

Thursday, January 22, 2015

The package execution returned DTSER_FAILURE (1)

Frustrating!
SQL Server 2014 - 64 Bit
My dtsx package works fine if run manually but no way to schedule it on SQL Server Agent.

Solution was easy: Use 32 bit runtime!
On SQL server Agent - Jobs view your Job Properties and select:


Tuesday, January 20, 2015

Prevent saving changes that require table re-creation

Today I was trying to change the structure of a table in SQL server and I could'n! I got the error: "Saving changes is not permitted" !

Brief googling and I I found the solution:
On SQL server Management Studio go to Tools–>Options->Designers and un check the option "Prevent saing changes that requires table re-creation"




Done!

Friday, October 11, 2013

SQL Server 2005 - How to Rebuild Indexes periodically

Rebuilding indexes speeds up searches into a SQL Database. Your applications will benefit!
Index is not rebuild unless you tell SQL server to do it.
I have found quite useful to create a maintenance plan.รน
Right-Click on Maintenance Plans and create a new plan:

Undem Maintenance Plan Tasks (left) drug to the workspace the "Rebuild Index Task" 



and then doubleclick to get the properties:



Customize your task. You can select DBs to reindex.
With the Calendar icon schedule how often you wish it to run.


Note: plans will then appear in the Jobs Area:








Force software to always run as admin without exposing admin password

We have many computers where users are not admin.
I need to run a .exe file but it always asks for Admin credentials. I want to avoid been called each time they run the file ....

Surfing the internet I found a solution that worked for me:

1. Create a shortcut to the Exe File
2. Enter properties of the shortcut and modify the "Target" field adding C:\Windows\System32\runas.exe /savecred /user:domain\administrator before the existing file path


Save and run it. You will be prompted to enter the password:
Enter the password.
Always use the link to run the application.
Note: this does not work for Windows 7 Home or Starter Edition


Samsung Printer: Error Code #C1-1311

Hi
I just got this error code on the Samsung ML5010-ND:


This was a toner problem. Toner is not evenly distributed.
Solution: Remove the toner and shake it a while.

If this does not work ... get ready to replace it.

Microsoft Teams doesn't open

 Hello! My Microsoft Teams stop working! Searching .... I found this solution that worked: Delete the content of: C:\Users\<profile>\A...