Forum Replies Created

Viewing 15 posts - 1,141 through 1,155 (of 2,487 total)

  • RE: About complete back up

    Yes but, because the differential backup contains portions of the database changed since the last full backup, wouldn't your differential backup become larger and larger as it tracks each change...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Error loading Report Manager

    I checked the permissions against another machine that's working and the permissions look fine. The only difference between them is one is Windows Server 2003 (not working) the other is...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Error with alert tokens

    It's because of the single quotes in the message string.

    PRINT N'A-MSG = ' + REPLACE("[A-MSG]", '''','')
    " = double quote
    ' = single quote

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Oracle ODBC in Windows Server 2003

    When you're testing the connection, are you logged into the server via the same method/profile/user that installed the Oracle Client tools.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Batch Commit in ''''Execute SQL Task'''' ??

    In DTS, the Transform Data task is your best option in terms of speed and batch processing. In the ExecuteSQL task the statement is submitted as one batch.

    Another option you...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Enourmous SQL traffic generate lots of trn file

    Have you performed a shrink on the log file? Performing a transaction log backup doesn't not shrink the log file. Make sure there are no open transactions (DBCC OPENTRAN) and...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Using something other than datetime for dates and times

    Personally I'd say datetime values should always be stored as datetime values. The ease and variety of ways you can split the date portion form the time portion almost makes...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Custom front-ends for Reporting services

    Steve

    Ahhh ... yes we are implementing the WS. Didn't I say that? No ... oh well silly me

    The main point we're trying to get our...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Problem with log shipping

    Ok, a home built system is much easier to manage. We have this setup for two servers at our site. It's all basically contained in one table, 2-3 stored procedures...

    --------------------
    Colt 45 - the original point and click interface

  • RE: DTS changes character > 128

    128 + 86 = 214 ... coincidence ??

    What is the datatypes of the source and destination fields. What collation are you using in SQL Server?

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: dts that dumps the result of a view into an excel file

    You can have basic formatting in your Excel file by setting up the formatting in a blank workbook and copying it each time you run the DTS package.

    For more formatting,...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Problem with log shipping

    Is this standard log shipping that comes with SQL Server Enterprise, or a "home built" log shipping system?

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: ADSI problem

    The "[COLUMN_NAME=memberOf STATUS=DBSTATUS_E_CANTCONVERTVALUE]," is the cause of the error here. The data seems to be stored in weird formats for some fields in Active Directory. How you go about converting...

    --------------------
    Colt 45 - the original point and click interface

  • RE: Overcome CDOSYS mailing limitation ?

    xp_smtp_sendmail comes from http://www.sqldev.net

    It's a very useful replacement for SQL Mail.

     

    --------------------
    Colt 45 - the original point and click interface

  • RE: Overcome CDOSYS mailing limitation ?

    We use the method I've described to send out a couple of form letters that are formatted for HTML.

     

    --------------------
    Colt 45 - the original point and click interface

Viewing 15 posts - 1,141 through 1,155 (of 2,487 total)