Viewing 15 posts - 76 through 90 (of 214 total)
CREATE TABLE #dates (dateString varchar(10));October 18, 2017 at 2:02 pm
October 18, 2017 at 12:54 pm
October 18, 2017 at 11:51 am
October 18, 2017 at 11:30 am
I created a smalldatetime column (PTL_StartDate_Dt) and I tried running this update and did not work for me:
PTL_StartDate is a varchar column with values
01/15/2017
11/22/2016
Update...
October 18, 2017 at 11:15 am
Source is what it is... I can't change that. I also don't see why the date column be updated in several parts..updating first the dd/mm/yyyy formats and then the dd.mm.yy...
October 18, 2017 at 10:27 am
This data was imported from another format. Someone else will be taking care of it before importing it into SQL. Thanks! I definitely learned something about the order of tables.
June 29, 2017 at 9:50 am
I'm not defining the order. It's the natural order that the data is in. When I do a Select * from table...and returns the order it is in. When I...
June 29, 2017 at 9:20 am
If in a sproc I have multiple inserts, updates, deletes and user A calls the sproc and it is processing all the commands within the sproc and say there is...
June 8, 2017 at 12:25 pm
Actually, just realized it is not at this stage where it is changed. Data is fine.
May 10, 2017 at 4:18 pm
I have to convert sql scripts to hadoop and it is case sensitive and having it all in upper case makes it easier. thanks
October 21, 2016 at 3:08 pm
Wendel, thanks for the great information and advice.
April 15, 2016 at 7:56 am
thanks! I will look into persistent connections....
April 8, 2016 at 12:23 pm
to edit it.... I know it's a large table, but our data is large. We may cut that down to 2 or 3 million. I don't...
April 8, 2016 at 10:20 am
Viewing 15 posts - 76 through 90 (of 214 total)