Viewing 15 posts - 1 through 15 (of 31 total)
I used to see this a lot and never figured it out (altho timestamp did help). Somewhere along the way (having upgraded to SQL 2012 and Access 2013) the problem...
November 6, 2018 at 7:56 am
My problems come from the federal gov't and I don't care to try to fix!...this link might be useful for scripting find and replace: https://stackoverflow.com/questions/5477209/how-to-replace-text-in-text-file-using-bat-file-script
August 30, 2018 at 11:51 am
I have used simple find and replace in the text as a workaround in similar situations (at least until it can be fixed at the source)
August 30, 2018 at 10:26 am
Too simple? export as CSV and tell them to open in Excel 2007 or higher.
February 28, 2017 at 1:12 pm
cautionary note: it does not pay to be right IF the boss is wrong
February 15, 2017 at 11:45 am
January 31, 2017 at 7:13 am
Access ACTUALLY stores dates and times as numbers. Leverage that to get your answer. Go here for some help: https://support.microsoft.com/en-us/kb/210276
November 23, 2015 at 10:18 am
A possible, easy and repeatable option: connect to SQL via Access (ODBC, for example).In SQL, create a View that has your query results.Access attaches to Views and the results can...
July 23, 2015 at 7:12 am
I've definitely been burned by letting wizards, etc. do this ..I suggest creating (via SSMS?) your tables in SQL the right way (and empty). Then put the Access data into...
July 9, 2015 at 9:49 am
I saw this problem recently and it turned out a Cryptovirus had encrypted the mdb. You might want to check other .mdb files just in case. And pray that is...
June 22, 2015 at 1:58 pm
If the data is on a network server, use the "Close open File" option (Control Panel | Administrative Tools | Computer management | Shared Folders | Open Files.
Otherwise you can...
April 29, 2015 at 10:28 am
I have been using an Access front-end to SQL Server for many years. It has a few quirks but is mostly very good. At the beginning, simply use SQL as...
October 22, 2014 at 9:47 am
Not sure if this query extract is helpful but it helped me in a recent situation where I was trying to deal with non-alpha characters:
WHERE ([Bill Freq] IS NOT...
September 30, 2014 at 1:48 pm
No settings were changed and my execution time DOES = 0..apparently, tho, (thru a bug in SSMS or SQL 2012?), those settings impact Queries (runs about 90 seconds and is...
February 25, 2014 at 11:30 am
Viewing 15 posts - 1 through 15 (of 31 total)