Viewing 15 posts - 1,756 through 1,770 (of 1,999 total)
i've found instances in EM where it looks as though the database is in simple, but it never truncates.
so I always use ALTER DATABASE SET RECOVERY SIMPLE/FULL
though my colleague here...
July 15, 2005 at 3:23 am
Typical -
when fault finding on a system you go for the most obvious errors before delving into minutiae
I think they should give us the points for finding the...
July 15, 2005 at 3:13 am
yeah - i just got bummed by it too!
July 15, 2005 at 2:14 am
185 Gb, but i can't be bothered to jam up my test server and also i don't think i have enough t-log space
July 12, 2005 at 6:37 am
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
Viewing 15 posts - 1,756 through 1,770 (of 1,999 total)