Viewing 3 posts - 1 through 3 (of 3 total)
Alternatively you could use the following SQL (works in both 2K and 2005):
select
ts.[Name],
ts.[Score],
ts.[Date]
from dbo.test_scores ts
where...
November 4, 2009 at 11:19 pm
#1075171
Try to copy the .mdb file into a Temp directory and then zip it.
I found that with Access you quite often cannot work on the file itself, when it is...
October 11, 2006 at 4:54 pm
#665332
Not in 2005:
You will have to write your own code using Microsoft.SqlServer.Management.Smo .Net library to do it.
If you are interested, I have created a rather raw mockup of such application...
October 11, 2006 at 1:53 pm
#665301