Viewing 15 posts - 301 through 315 (of 562 total)
Excel
hours:minutes:seconds yyyy-mm-dd (hh:mm) float (days)
24:00:00 ...
December 10, 2015 at 5:51 am
pwalter83 (12/8/2015)
ben.brugman (12/8/2015)
pwalter83 (12/8/2015)
Upon assigning the datetime datatype to SQL, the issue still is not resolved as now if the value in EXCEL is 885:39:35 it is displayed as '1900-02-05...
December 8, 2015 at 11:58 am
pwalter83 (12/8/2015)
Upon assigning the datetime datatype to SQL, the issue still is not resolved as now if the value in EXCEL is 885:39:35 it is displayed as '1900-02-05 21:39:35' in...
December 8, 2015 at 10:12 am
But you are still missing the point.
The datatype in Excel does NOT vary. (ONLY the format is different).
What is important is the datatype of the field in SQL-server. (Again not...
December 8, 2015 at 9:48 am
Excel
format display
:mm:ss ...
December 8, 2015 at 9:16 am
pwalter83 (12/8/2015)
Thanks for your suggestion. However, it still doesn't help with my basic requirement. I have to convert the time duration column in excel specifically where values like 100:20:30 exist.
What...
December 8, 2015 at 7:59 am
Examples of a computed column in a table.
Source for the computed column in this case is varchar or datetime.
In excel time and/or date is just presented as the number of...
December 8, 2015 at 6:30 am
joeroshan (12/8/2015)
You can create a generic script but you might need a lot of work in that direction.I normally start with import / export wizard or SSIS packages.
Using the Copy...
December 8, 2015 at 3:50 am
John Mitchell-245523 (12/8/2015)
Timestamp is deprecated
Thanks, I will not put an efford in this then. I'll solve this when I encounter them, without generating code for this. (Timestamps are rare...
December 8, 2015 at 3:14 am
JustMarie (12/1/2015)
I've advocated...
December 3, 2015 at 2:13 am
DECLARE @olddate datetime = '20141124 19:50'
SELECT
convert(float,GETDATE()-@olddate) ...
November 24, 2015 at 4:19 am
Jack Corbett (11/10/2015)
November 10, 2015 at 11:09 am
Thank you Jack and Gail,
Jack Corbett (11/9/2015)
November 10, 2015 at 1:52 am
I am preparing a script to test the above.
Problem 1:
If a default is defined in a table, and insert is done on the View, where the trigger uses the 'INSERTED'...
November 9, 2015 at 8:01 am
anthony.green (11/3/2015)
Or you could try this aswell
The refereced site gives a compact search 'tool'.
I got some errors and have made some changes to the code.
Now: Searches are only done on...
November 3, 2015 at 6:25 am
Viewing 15 posts - 301 through 315 (of 562 total)