Forum Replies Created

Viewing 15 posts - 2,806 through 2,820 (of 7,164 total)

  • RE: Reorg error

    I have not seen that error before, but it does not sound good. Have you run DBCC CHECKDB(your_dbname) WITH NO_INFOMSGS on your database lately? If you run it and it...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Transactional replication with updatable subscription

    The replication subsystem uses Linked Servers to communicate between Publishers and Subscribers.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: rebuild on clustered index

    What I think may be occurring:

    The page splits caused by inserts can create less than full pages that are now out of physical order (external index fragmentation) and the deletes...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Keeping Application Cache in synce

    I suspect you're over engineering this a bit. A good cache manager will handle completely (or mostly facilitate) the monitoring and re-caching of data that has changed. In terms of...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: preserve number

    You'll need to store it as a character type (e.g. VARCHAR OR CHAR) to maintain leading zeroes.

    But why do you need leading zeroes? If it is a number then what...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Trying to pull from many tables with similar names using one for each loop container

    Do all the tables have the same schema?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Connect SSIS 2005 to teradata

    I successfully use the TeraData ODBC driver via an ADO NET Source in SSIS to retrieve data from a TeraData DB. Start by creating an ODBC Data Source in Windows....

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Datatype error

    komal145 (10/26/2012)


    Hi friends ,

    I have a variable called : Today .I am assigning...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: WMI query

    You said it was stopping with an error, but also that it runs indefinitely. The pic says it is running the WMI task, what exactly are you trying to do?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: SSIS 2005 service not starting after KB2716429

    When you see that useless error, is that in the Services MMC?

    What do you see in the Widnows Application and System Event Logs when the service fails to start?

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: please help me

    I am confident the Lookup Transform can be used to arrive at a solution but here are a couple more options:

    1. Load the incoming file into a staging table and...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: oledb destination

    SSIS will attempt to commit as many rows as are specified in the Max Commit Size of the OLE DB Destination Component. Once you submit a batch to SQL Server...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Correct VLF for Transaction log file

    You should likely have a lot less than 1976. It sounds like you may have let autogrow run wild in the database. Read the articles Gail posted and devise a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Buffer Pool

    Joie Andrew (11/9/2012)


    Take a look at Kalen Delaney's excellent book "Microsoft SQL Server 2008 Internals"

    +1 An excellent source of this type of information.

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

  • RE: Determining a database's completed restore date and time...

    SQL_ME_RICH (11/9/2012)


    Hi opc...It was a timing thing to determine how long a database would be available that we are doing slow boat to china copy jobs from. It's a...

    There are no special teachers of virtue, because virtue is taught by the whole community.
    --Plato

Viewing 15 posts - 2,806 through 2,820 (of 7,164 total)