Title: DATETIME data type is incorrectly written as DATETİME
Description:
While creating a temporary table, the DATETIME data type is mistakenly written as DATETİME (with a dotted capital İ), likely caused by Turkish OS or keyboard language settings.
This issue occurs in the following columns:
CHANGEDATE DATETİME
CREATEDATE DATETİME
Since DATETİME is not a valid SQL Server data type, the script fails to execute.
The problem is assumed to be caused by automatic character conversion (I → İ) due to system language settings.
Expected Behavior:
The data type should be corrected to DATETIME, ensuring proper execution regardless of system or keyboard language.
Title: DATETIME data type is incorrectly written as DATETİME
Description:
While creating a temporary table, the DATETIME data type is mistakenly written as DATETİME (with a dotted capital İ), likely caused by Turkish OS or keyboard language settings.
This issue occurs in the following columns:
CHANGEDATE DATETİME
CREATEDATE DATETİME
Since DATETİME is not a valid SQL Server data type, the script fails to execute.
The problem is assumed to be caused by automatic character conversion (I → İ) due to system language settings.
Expected Behavior:
The data type should be corrected to DATETIME, ensuring proper execution regardless of system or keyboard language.