Forum Replies Created

Viewing 15 posts - 1,756 through 1,770 (of 1,999 total)

  • RE: Question of the Day for 15 Jul 2005

    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...

  • RE: Question of the Day for 15 Jul 2005

    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...

  • RE: Question of the Day for 15 Jul 2005

    yeah - i just got bummed by it too!

  • RE: Can''''t drop table

    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

  • RE: output to text file

    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:...

  • RE: Can''''t drop table

    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...

  • RE: Can''''t drop table

    As a matter of practice with large tables I always perform TRUNCATE TABLE before i drop the table

  • RE: Access 2000 upsizing to SQL

    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...

  • RE: Textfile has two sets of CRLF row delimiters.

    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.

  • RE: output to text file

    joyeux,

    an unspecified error - (Erreur non spécifiée)

    why can't they make these a little more helpfull ?

  • RE: Stupid crystal reports

    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

  • RE: output to text file

    i think he means profiler trace

  • RE: Textfile has two sets of CRLF row delimiters.

    how are you sending it to text file ?

    via bcp? dts? query analyser?

  • RE: output to text file

    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...

  • RE: Access VBA Defies Logic

    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...

Viewing 15 posts - 1,756 through 1,770 (of 1,999 total)