Forum Replies Created

Viewing 15 posts - 1,741 through 1,755 (of 7,164 total)

  • RE: best way to transfer data

    When you run your process you can track progress by checking the rowcount of the table in sys.partitions with the iso level READ_UNCOMMITTED.

    Did you understand what I meant about offloading...

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

  • RE: The conversion returned status value 2 and status text "The value could not be converted because of a potential loss of data.".

    Chances are you have your Flat File Connection Manager setup incorrectly. When you go to Preview, does your data line up? If not, make sure you are accounting for the...

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

  • RE: MSDN subscription confusion resulted in wrong edition of SQL installation!

    Different OS requirements for one. I suppose a warning would be a kind addition to the site.

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

  • RE: DBCC Table Check Long Running/Locking Issues

    Sounds odd. Maybe you'll get lucky and Gail or Paul will drop by and relay something they have heard or seen about the issue you are seeing.

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

  • RE: Guidance on table valued types.

    mayur birari (3/6/2013)


    Thanks for the quick reply. What I meant to say is I was able to produce deadlocks even with the indexed tvps.

    There is guarantee it will remove them....

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

  • RE: Open row set command not working as expected

    subramani.rudrappa 78855 (2/6/2013)


    But i am able to fetch data from SSIS by connecting to excel source and using import export wizard too without any error.which means we have Microsoft.ACE.OLEDB.12.0 available...

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

  • RE: Guidance on table valued types.

    mayur birari (3/6/2013)


    Hi @opc,

    I did some testing with the indexed tvps interms of deadlocks. I did not find any difference between non-indexed and indexed versions. I created a simple application...

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

  • RE: Transactions

    winmansoft (3/6/2013)


    if connection 2: COMMIT TRAN is done initially (in code)

    and some err in connection 1

    then connection 2: cannot not be rolled back right ?

    Correct. That's why you do leave...

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

  • RE: MSDN subscription confusion resulted in wrong edition of SQL installation!

    To be fair, msdn scrips offer more than just the bare min and the licenses state that the software is there for 'dev use only.' This is to support dev...

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

  • RE: The conversion returned status value 2 and status text "The value could not be converted because of a potential loss of data.".

    weird forum error - this post was meant for a different thread - post removed

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

  • RE: The conversion returned status value 2 and status text "The value could not be converted because of a potential loss of data.".

    quillis131 (3/5/2013)


    I have a csv file (FIXED Width)

    Files are either delimited, e.g. a CSV file, or fixed width. Which is it that you are dealing with?

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

  • RE: best way to transfer data

    Please supply the indexes on pp (patenit_property) and pp_staging as well as the INSERT statement used to copy the data.

    One thing I can say is that if you were to...

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

  • RE: SSIS not producing information from my COMPUTE BY clause when exporting to Excel

    Per Books Online "The COMPUTE and COMPUTE BY clauses are provided for backward compatibility." so use those in new development at your own risk. They do not exist in SQL...

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

  • RE: Transactions

    Not under the same transaction, but you can manage that on your own.

    Connection 1: BEGIN TRAN

    Connection 2: BEGIN TRAN

    Connection 1: Modify some data

    Connection 2: Modify some data

    -- If modifications on...

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

  • RE: View results into string

    If you can use the SQLCLR here is an Aggregate Function I wrote to simplify the syntax for these types of queries that performs comparably (sometimes better, sometimes slightly worse)...

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

Viewing 15 posts - 1,741 through 1,755 (of 7,164 total)