D dwn.220.v.ua

t-sql datetime is null

SELECT COUNT(*) FROM Person WHERE BirthDate IS NULL....

📦 .zip⚖️ 104.9 MB📅 11 May 2026

SELECT COUNT(*) FROM Person WHERE BirthDate IS NULL.

⬇ Download Full Version

Or do you mean something else by "empty" that isn't NULL? Do...

📦 .zip⚖️ 48.6 MB📅 25 Oct 2025

Or do you mean something else by "empty" that isn't NULL? Does your column allow NULL values? Are you instead looking for some kind of.

⬇ Download Full Version

I'm writing a TSQL procedure using a CASE statement to display a NULL ...

📦 .zip⚖️ 35.5 MB📅 24 Sep 2025

I'm writing a TSQL procedure using a CASE statement to display a NULL date represented as ' I've tried IS NULL, direct comparisons, using DATEDIFF and comparing against Declare @MyDate as datetimeNULL datetime field. Is it possible?

⬇ Download Full Version

You can't get an empty string because you're returning the DATE v...

📦 .zip⚖️ 47.3 MB📅 28 Jan 2026

You can't get an empty string because you're returning the DATE value isnull(cast(cast(DOB as date)as varchar),'') as DOB (SQL SERVER).

⬇ Download Full Version

Transact-SQL now i whant to change this enddate with NULL Kalman Toth, Micr...

📦 .zip⚖️ 84.8 MB📅 20 Oct 2025

Transact-SQL now i whant to change this enddate with NULL Kalman Toth, Microsoft Community Contributor ; SQL GRAND  Set Default Value for DATETIME COLUMN.

⬇ Download Full Version

I have Datetime field in my table which is set to NULL. Now, when I An empt...

📦 .zip⚖️ 70.2 MB📅 16 Dec 2025

I have Datetime field in my table which is set to NULL. Now, when I An empty string is not a null value in SQL Server. Ah, didn't know that.

⬇ Download Full Version

declare @t table (Dinner varchar(30),d datetime) insert into @t select ...

📦 .zip⚖️ 55.5 MB📅 02 May 2026

declare @t table (Dinner varchar(30),d datetime) insert into @t select '.Net feature','' union all select 'SQL Server functionality'.

⬇ Download Full Version

Clear explanations and tutorial exercises are provided on assigning NULL US...

📦 .zip⚖️ 45.7 MB📅 12 Feb 2026

Clear explanations and tutorial exercises are provided on assigning NULL USE FyiCenterData; GO -- assign NULL values to variables DECLARE @birth_date DATETIME; Introduction To Transact-SQL Language Basics and Data Types.

⬇ Download Full Version

SQL Server “DATE” and “DATETIME” data types store date and time values in a...

📦 .zip⚖️ 93.8 MB📅 09 Feb 2026

SQL Server “DATE” and “DATETIME” data types store date and time values in a saving in a table and instead save the value Null in the table.

⬇ Download Full Version

Inserting NULL in a Date field in SQL Server SQL-Server The default value o...

📦 .zip⚖️ 53.8 MB📅 19 Feb 2026

Inserting NULL in a Date field in SQL Server SQL-Server The default value of a DateTime is. Hide Copy Code. - see here[^]. Set a different default value if you don't want a null date to be saved.

⬇ Download Full Version

Hello: I'm trying to return the SQL date time value of ' ' a...

📦 .zip⚖️ 49.8 MB📅 28 Oct 2025

Hello: I'm trying to return the SQL date time value of ' ' as NULL. I'm using the code below. But, instead, it's returning.

⬇ Download Full Version

If lastbilldate is a datetime field it will fail, because "N/A" i...

📦 .zip⚖️ 45.7 MB📅 14 Jan 2026

If lastbilldate is a datetime field it will fail, because "N/A" is not a datetime. You can't set a field null through an sql statement that I'm aware of.

⬇ Download Full Version

When a T-SQL expression attempts to combine data values of different more t...

📦 .zip⚖️ 102.1 MB📅 13 Jan 2026

When a T-SQL expression attempts to combine data values of different more than just knowing that DATETIME takes precedence over DECIMAL . use COALESCE to return the first value that does not evaluate to NULL.

⬇ Download Full Version

Learn to use DATEADD and DATEDIFF SQL Server functions to calculate datetim...

📦 .zip⚖️ 83.4 MB📅 25 Mar 2026

Learn to use DATEADD and DATEDIFF SQL Server functions to calculate datetime values in T-SQL queries and learn to OrderDate DATETIME NOT NULL.

⬇ Download Full Version

Is that ISO format compatible to other versions of MSSQL? CREATE TABLE &quo...

📦 .zip⚖️ 73.7 MB📅 10 Dec 2025

Is that ISO format compatible to other versions of MSSQL? CREATE TABLE "spt_monitor" ("lastrun" DATETIME NOT NULL DEFAULT.

⬇ Download Full Version