Search results 59

Sorted from new to old.
Card image
Country list in arabic

List of countries codes and names in Arabic, you do not know when you need it ...

Card image
Char(39) in SQL table

One of many ways to go around the issue of char 39 in SQL database

Card image
LastInsertedID_SQL

Get the ID of the last inserted record in a table. There are other methods, ...

Card image
HeadingZeros Remove and Add

Adds or remove zeros at start of string Used to clear heading zeros from ...

Card image
fnGenerateRandomString

SQL function to generate random string I thought it would be easier to find ...

Card image
ANmaDB functions

Database functions, commonly used in my systems. Should be working for each ...

Card image
Dynamic ASP include

ASP function replaces the standard "include" statement, allowing a TRUE working ...

Card image
Shrinking DB

Steps to shrink database in MS SQL

Card image
MSSQL backup

The practical way I found to backup database (or tables) to be moved into new ...

Card image
Split string into table

Returns tag words (as table) in Microsoft SQL Separator set to comma, but you ...

Card image
Posts per year-month

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

Card image
Import error log

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

Card image
Arabic SQL+ASP

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

Card image
Posts Per Year

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

Card image
Records Affected by Execute command

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

Card image
SQL Join

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