Viewing 15 posts - 61 through 75 (of 167 total)
I do not know what would be the better way to present a simple table with 7K+ records (Excel file). The table has 2 columns, ID and Arrival DateTime. Sorted...
September 27, 2016 at 2:49 pm
Sorry, I thought that info I provided was straightforward.
September 27, 2016 at 2:30 pm
Thank you Lynn. What does it mean not to use TEXT in new developments? In new queries?
December 10, 2015 at 11:25 am
SoHelpMeCodd ==>
In my codes i'm using ado - the sql code runs on the server
December 10, 2015 at 11:21 am
The bottomline is: Access memo truncates varchar(max) to 255 but fully accepts cast(fieldVarcharMax as Text)
December 10, 2015 at 9:23 am
Toby: I've the same experience - SUM(Case ... works faster than PIVOT
June 3, 2015 at 12:09 pm
From memory (I did not work with Cachè much), the document database has lots of metadata but the data is a PAIN to get to and querying is slow. ...
May 8, 2015 at 1:23 pm
Thank you.
Currently we place queries into vb code (or use vb code to call stored proc from the source database) and get the resultsets (using ADO) that are inserted into...
May 8, 2015 at 12:37 pm
Thank you. I'll work on it
April 7, 2015 at 1:48 pm
Luis proc works great yelding 14431 rows within 3 sec (both versions)
Thank you, guys!
March 30, 2015 at 1:01 pm
Thanks a lot. I used 2 CTE with ROW_NUMBER. It takes 2 sec to create 5743 resulting rows out of 14431 rows in _Diagnosis2015 table but after that the code...
March 28, 2015 at 2:37 pm
Solved. Thanks a lot.
March 25, 2015 at 8:28 am
Yes silly or yes I can?
March 25, 2015 at 7:58 am
Ha ... Thanks!
January 29, 2015 at 8:10 am
Viewing 15 posts - 61 through 75 (of 167 total)