Forum Replies Created

Viewing 15 posts - 2,551 through 2,565 (of 7,164 total)

  • RE: SSIS loading only 5 of 42 fields to SQL

    I do, just wondering how the spreadsheet you shared was created. Deleting extra rows + save As or copy rows into a new sheet. It could have made a difference...

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

  • RE: SSIS loading only 5 of 42 fields to SQL

    I meant in the one you attached to this thread. How did you construct the one you attached, the one I was able to load with no issues?

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

  • RE: DBCC_CheckDB Error in Index

    GilaMonster (1/2/2013)


    opc.three (1/2/2013)


    Are you thinking of reorganize?

    No.

    I thought a rebuild would re-scan the clustered same as a drop+recreate which would work since all inconsistencies were found in the nonclustered...

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

  • RE: Backup Log Incorrect Function Message (nonrecoverable I/O error).

    DB_Newbie2007 (1/2/2013)


    LOL. Sorry... problem with being at work with a cold? Not enough coffee yet? Actually, I ran both DBCC CheckDB (last week) and CHKDSK (today), no errors with either....

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

  • RE: Internal tables, inserted and deleted tables, change tracking

    Golfer22 (1/1/2013)


    I understand that change tracking writes changes to "internal tables." Are these in the database that the change tracking is occuring on?

    The internal change tracking tables reside in...

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

  • RE: Could nested loops cause the growth in tempdb?

    Bhuvnesh (1/2/2013)


    If you go with the basic structure of HASH join then you will find that temp table get created (either in memory or tempdb) which might the cause of...

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

  • RE: Could nested loops cause the growth in tempdb?

    Golfer22 (1/1/2013)


    I believe hash joins can cause growth in the tempdb if there is insufficient memory. I don't think nested loops do.

    No, I do not think nested loops would...

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

  • RE: Initialisation file

    Makes perfect sense. You're quite welcome.

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

  • RE: Backup Log Incorrect Function Message (nonrecoverable I/O error).

    Did you mean DBCC CHECKDB or the operating system routine CHKDSK?

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

  • RE: Using xp_readmail to read mail from outer environment

    xp_readmail is for SQL Mail, which is deprecated.

    In my opinion this kind of work should be done way far away from the database engine. There are many applications out there...

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

  • RE: SSIS loading only 5 of 42 fields to SQL

    Why didn't I have trouble loading the data? Did you post a modified version of the original spreadsheet?

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

  • RE: How to calculate percentage from two queries?

    wmalik001 (1/2/2013)


    Thanks a lot Mark, that did the trick, could you also tell me the best resource/book for sql programming? 😀

    I owe a great deal to the kind folks who...

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

  • RE: Initialisation file

    a_ud (1/2/2013)


    My main doubt is: Can all these commands be placed one after another, like:

    DELETE FROM tblIDNames

    ....

    UPDATE tblIDValues SET IDNumber=0, .....

    etc

    Sure. Use a batch separator to separate different "chunks" of...

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

  • RE: DBCC_CheckDB Error in Index

    Reformatting the Agent job output for easier reading:

    Executing the query "DBCC CHECKDB(N'SLine2') WITH NO_INFOMSGS " failed with the following error:

    Table error: table 'doc' (ID 142623551). Data row does not...

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

  • RE: SSIS loading only 5 of 42 fields to SQL

    You'll have to zip it first and then attach the zip file. dtsx is not a supported extension afaik.

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

Viewing 15 posts - 2,551 through 2,565 (of 7,164 total)