Search results 53

Card image cap
Posts per year-month

Create summary list If you have SQL table named Messages, with DateStamp ...

Card image cap
Import error log

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

Card image cap
Arabic SQL+ASP

Enable Arabic in MSSQL DB, the correct way, as of Sep 2018 Tested in Alwah and ...

Card image cap
Posts Per Year

Create summary list If you have SQL table named Table_Name, with DateAdded ...

Card image cap
Records Affected by Execute command

Records affected by sql Execute command https://docs.microsoft. ...

Card image cap
SQL Join

Different types of join in SQL. A good illustration image i found during my ...

Card image cap
Programming Languages

A nice illustration on different types of languages (the most famous ones only) ...

Card image cap
Pagination call

How to read certain page from SQL table Originally from from http://social. ...

Card image cap
Posts_per_Year

Gets list of years and total of posts per year from a table, by using date ...

Card image cap
RandomRecords

Returns random IDs (or any column) from SQL Database table, passing number of ...

Card image cap
MSSQL DB Connection

Connects to MSSQL database from Classic ASP All DB variables need to be ...

Card image cap
Convert2SQLDate

Converts a date (numeric date) into Date acceptable by SQL, as in YYYY-MM-DD ...