Viewing 15 posts - 1 through 15 (of 20 total)
Try this:
CREATE TABLE T
(
title VARCHAR(100) NOT NULL
,Computed AS
REPLACE(
...
November 23, 2021 at 4:45 pm
Hello @Phil Parkin I have updated my post with Query to create a table with sample data.
And I have already posted expected output
November 10, 2020 at 7:54 pm
Thanks, everyone for the input.
February 20, 2019 at 11:12 pm
February 7, 2019 at 2:43 pm
February 7, 2019 at 10:12 am
January 16, 2019 at 2:31 pm
January 4, 2019 at 10:12 am
January 4, 2019 at 9:00 am
Thanks, Jeff I tried your suggested format file
Bulk insert generated the error: Bulk load data conversion error (type mismatch or invalid character for the specified codepage) for row...
January 3, 2019 at 11:14 pm
October 19, 2018 at 8:12 am
October 19, 2018 at 6:04 am
(Also, duplicate...
October 19, 2018 at 5:41 am
This is actually pretty simple. First, name the tables as something the front...
October 7, 2018 at 12:34 am
Viewing 15 posts - 1 through 15 (of 20 total)