D dwn.220.v.ua

t-sql null date value

By following Oded's comments, I got rid of the COALESCE statement and ...

📦 .zip⚖️ 38.1 MB📅 20 Oct 2025

By following Oded's comments, I got rid of the COALESCE statement and set the @flag value to NULL as opposed to NULL. By change this line.

⬇ Download Full Version

if there is no value inserted, the default value should be null,empty The D...

📦 .zip⚖️ 28.6 MB📅 10 Nov 2025

if there is no value inserted, the default value should be null,empty The DATE and DATETIME fields don't behave in the same way as.

⬇ Download Full Version

Yes there is no need to have a CASE for your TSQL. Just. SELECT It was work...

📦 .zip⚖️ 84.1 MB📅 26 Feb 2026

Yes there is no need to have a CASE for your TSQL. Just. SELECT It was working but the '' displayed the date NULL value. I resolved this by  NULL datetime field. Is it possible?

⬇ Download Full Version

Kalman Toth, Microsoft Community Contributor ; SQL GRAND SLAM. Marked as Do...

📦 .zip⚖️ 26.5 MB📅 03 Nov 2025

Kalman Toth, Microsoft Community Contributor ; SQL GRAND SLAM. Marked as Don't waste your time on typing them. They only 3) You are relieved from hassle with the conversion of datetime values. 4) Your.

⬇ Download Full Version

Here is the sql I wrote to get around the null date. However it won't ...

📦 .zip⚖️ 91.5 MB📅 10 May 2026

Here is the sql I wrote to get around the null date. However it won't work, because the date is returned as a string. ISNULL(CAST(Request.

⬇ Download Full Version

T-SQL: Making a 01/01/ or NULL Date Field Be Blank .. you can't have a...

📦 .zip⚖️ 17.2 MB📅 09 Sep 2025

T-SQL: Making a 01/01/ or NULL Date Field Be Blank .. you can't have a column be a Date or DateTime and return a "blank" value.

⬇ Download Full Version

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

📦 .zip⚖️ 107.5 MB📅 16 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

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

📦 .zip⚖️ 74.6 MB📅 17 Jan 2026

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

For a date field, is it possible to have Tableau display the null returned ...

📦 .zip⚖️ 60.8 MB📅 08 Oct 2025

For a date field, is it possible to have Tableau display the null returned by a sql query as a blank cell instead of "Null"? I am trying but shows a blank instead of Null for NULL values. I don't like this solution because it feels like a hack, but I created a calculated field based on the original date dimension.

⬇ Download Full Version

and DATEDIFF SQL Server functions to calculate datetime values in T-SQL Del...

📦 .zip⚖️ 66.9 MB📅 14 Dec 2025

and DATEDIFF SQL Server functions to calculate datetime values in T-SQL DelivDate DATETIME NOT NULL DEFAULT DATEADD(dd, 10, GETDATE()).

⬇ Download Full Version

Inserting NULL in a Date field in SQL Server SQL-Server Set a different def...

📦 .zip⚖️ 60.5 MB📅 31 Jan 2026

Inserting NULL in a Date field in SQL Server SQL-Server Set a different default value if you don't want a null date to be saved.

⬇ Download Full Version

Getting Null date from SQL Server DB. columnname is defined as Date Time -d...

📦 .zip⚖️ 54.3 MB📅 01 Mar 2026

Getting Null date from SQL Server DB. columnname is defined as Date Time -datatype in database and has lot of null values. .. if you can't update the external table, just use an advanced query to get the NULL values.

⬇ Download Full Version

(It doesn't help that SQL stores a DATETIME value as two....

📦 .zip⚖️ 98.1 MB📅 29 Dec 2025

(It doesn't help that SQL stores a DATETIME value as two.

⬇ Download Full Version

When writing T-SQL, a lot of developers use either COALESCE or ISNULL in or...

📦 .zip⚖️ 85.9 MB📅 05 Nov 2025

When writing T-SQL, a lot of developers use either COALESCE or ISNULL in order to provide a default value in cases where the input is NULL. with the following error, since you can't implicitly convert a DATETIME to INT.

⬇ Download Full Version

As we didn't specify a time portion, the string will be converted to t...

📦 .zip⚖️ 45.2 MB📅 04 Jan 2026

As we didn't specify a time portion, the string will be converted to the datetime value

⬇ Download Full Version