Viewing 15 posts - 1,756 through 1,770 (of 1,995 total)
I've run the following to mimic your package
i get the following error log, however all of my new logins that i created are transferred correctly
Step 'DTSStep_OMWCustomTasks.OMWTransferLogins_1' failed
Step Error Source:...
July 12, 2005 at 2:43 am
Unless i'm mistaken - and there's every chance i could be.
DROP table is logged. if you have 10 million rows of data your drop table will generate a huge log...
July 12, 2005 at 2:25 am
As a matter of practice with large tables I always perform TRUNCATE TABLE before i drop the table
July 11, 2005 at 10:41 am
I think the key thing here is that the Upsize is USELESS
I make a point of always re-linking my tables.
it's the same with views - create a view that...
July 11, 2005 at 2:49 am
i'm guessing then that this is one of the settings on the options menu of query analyser......
but i'm not sure that i can see any that do this.
July 11, 2005 at 2:31 am
joyeux,
an unspecified error - (Erreur non spécifiée)
why can't they make these a little more helpfull ?
July 11, 2005 at 2:28 am
I thought so
Does anyone know if any of the later versions (particularly XI) can do this
i might be able to persuade teh customer to upgrade
July 8, 2005 at 10:33 am
how are you sending it to text file ?
via bcp? dts? query analyser?
July 8, 2005 at 10:23 am
i've seen it done this way as the text of a job in SQL agent
xp_cmdshell 'isqlw.exe -S myserver -d master -U sa -P password -i c:\script.sql -o results.csv'
although surely doinc...
July 8, 2005 at 10:08 am
I've come across this exact problem in the past and i can confirm it does affect access with linked tables held on SQL server.
I can't remember how i got round...
July 8, 2005 at 10:01 am
here's my advice.
go through enterprise manager and ensure all your tables have primary keys
drop all of your linked tables in access
re-link all of your tables in access - it...
July 8, 2005 at 9:54 am
i'm guessing here but i bet you have to be a memeber of diskadmin as a minimum?
July 8, 2005 at 9:51 am
can't you just use query analyser and use the output to file function ?
July 8, 2005 at 9:44 am
the other ones i forgot to mention that just came back are...
if you have BIT/Boolean fields in SQL server and they are linked to Access then you must add a...
July 8, 2005 at 9:41 am
Viewing 15 posts - 1,756 through 1,770 (of 1,995 total)