Viewing 15 posts - 46 through 60 (of 541 total)
twin.devil (7/4/2016)
If your Source data is a SQL SERVER, then you can use...
July 4, 2016 at 7:15 am
Get me? (2/26/2016)
(CONSIGNEE_DUNS LIKE '%' + @conduns + '%') OR (CONSIGNEE_DUNS IS NULL) OR...
February 29, 2016 at 7:36 am
Hugo Kornelis (2/26/2016)
pwalter83 (2/26/2016)
In the report I have created, there is an option for the user to enter optional free text for searching. The problem is the report displays matching...
February 29, 2016 at 7:35 am
Get me? (2/18/2016)
Function StrToTimeSpan(a As...
February 18, 2016 at 9:34 am
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 21:39:35'...
December 8, 2015 at 10:39 am
Sean Lange (12/8/2015)
pwalter83 (12/8/2015)
Sean Lange (12/8/2015)
pwalter83 (12/8/2015)
Sean Lange (12/8/2015)
pwalter83 (12/8/2015)
ben.brugman (12/8/2015)
pwalter83 (12/8/2015)
Thanks for your suggestion. However, it still doesn't help with my basic requirement. I have to convert the time...
December 8, 2015 at 10:37 am
Sean Lange (12/8/2015)
pwalter83 (12/8/2015)
Sean Lange (12/8/2015)
pwalter83 (12/8/2015)
ben.brugman (12/8/2015)
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...
December 8, 2015 at 9:58 am
Sean Lange (12/8/2015)
pwalter83 (12/8/2015)
ben.brugman (12/8/2015)
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...
December 8, 2015 at 9:34 am
yb751 (12/8/2015)
pwalter83 (12/8/2015)
December 8, 2015 at 9:00 am
ben.brugman (12/8/2015)
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...
December 8, 2015 at 8:28 am
ben.brugman (12/8/2015)
Source for the computed column in this case is varchar or datetime.
In excel time and/or date is just presented as the number...
December 8, 2015 at 7:50 am
John Mitchell-245523 (12/8/2015)
pwalter83 (12/8/2015)
Can somebody help on this please ?
Yes. Take the example given on that page and modify it with your table name, columns names and computation....
December 8, 2015 at 5:06 am
Can somebody help on this please ? I have already gone through tutorials and links and really need a straight forward answer to this if possible.
December 8, 2015 at 4:41 am
GilaMonster (12/8/2015)
https://msdn.microsoft.com/en-za/library/ms188300.aspx
I have already gone through this link and it doesn't mention anything about using the convert function in the create table. I don't even know if its possible to...
December 8, 2015 at 4:30 am
GilaMonster (12/8/2015)
What do you mean? Are you trying to include a computed column in a new table definition? Something else?
Thanks Gail. Yes, I want to add a computed column in...
December 8, 2015 at 4:13 am
Viewing 15 posts - 46 through 60 (of 541 total)