Search results 7

Sorted from new to old.
Card image
UniqueRandomID in SQL

Generate new Random ID, unique not duplicated in two columns in two tables. ...

Card image
ReNumber_IDColumn_inTable

Reset numbers in ID column, with help from AI. The StoredProcedure will move ...

Card image
Refresh Table from View

Convert SQL View into table for speed reading. Using views a lot, I needed a ...

Card image
Too large procedures

No longer than 2.9k lines in a sub Oops. Baaaaad coding habits This also ...

Card image
Import error log

Imports the SQL Server error log into a table, so that it can be queried This ...

Card image
DelOldFiles

Delete files in a specified folder which are older than x days This code ...

Card image
Create and Write Log File

The subprocedure can be called by any ASP applicaiton/page which needs to ...