Forum Replies Created

Viewing 10 posts - 46 through 55 (of 55 total)

  • RE: Viewing Trans Log

    I were looking at Lumigent Eval bcz company won't buy anything. Well the tampering was done and the db was restored. Security is now tighter but still figuring out...

  • RE: Delete all records from a DB

    work like a charm.. thanks for the helpful infos..

  • RE: removing local admin group

    I tend not to remove the group neither, just that these servers are shipped to South America countries and I really don't want those network guys down there having authentication...

  • RE: removing local admin group

    thanks for the input and links..

  • RE: removing local admin group

    thanks for the input and links..

  • RE: Notification

    thanks again for the great feedback..

  • RE: Can't change Ownership of Database

    I ran into a similar problem and I just changedbowner to the original window NT login owner. Once the ownership had taken place, I were able to change it...

  • RE: Dos

    try this using a batch file:

    @Echo OFF

    cd C:\TempSet TEMPDATE=%TEMP%\TemDate.TMP

    DATE /T > %TEMPDATE%

    Set PARSEARG="eol=; tokens=1,2,3,4* delims=/, "

    For /F %PARSEARG% %%i in (%TEMPDATE%) Do SET YYYYMMDD=%%l%%j%%k

    Echo RENAME test.txt Test_%YYYYMMDD%.txt

    RENAME test.txt test_%YYYYMMDD%.txt

    GoTo END

    :USAGE

    Echo...

  • RE: LastBatch 1/1/1900

    What do mean by having an install issue? And if this is just a system default, is there anywhere I can fix it or just ignore and move on?...

  • RE: Enable Parallelism causes DTS Packages to fails

    We use ODBC to connect to the DB2 and OLE DB to connect to SQL. All of the connections are to NT4. The data source are text files,...

Viewing 10 posts - 46 through 55 (of 55 total)