Home
About
Contact
flowcourier.com
Delete all rows on the table that are older than 100 days
Written by
jp
in
Windows
USE Database_name; DELETE FROM Table_name WHERE Date_column < GETDATE() - 100
MSSQL
SQL
←
Fix broken permissions on Windows Server (or desktop)
Looking for icons for the next project?
→
More posts
Web Design and Web Animations
October 16, 2024
10 .NET Libraries for generating PDF’s
August 20, 2024
Visual Studio .NET Framework, This site can’t provide a secure connection (ERR_SSL_PROTOCOL_ERROR)
May 6, 2024
Update Windows Subsystem for Linux
April 19, 2024