Forum Replies Created

Viewing 15 posts - 91 through 105 (of 117 total)

  • RE: Archival & Purging Process

    Thanks a lot Grant. So this means I had correct understanding. Seems lots of people have incorrect understanding of this slight difference between the two.

  • RE: Data migration approach

    Thanks Grant for giving me direction. I'll check it out. One more thing. The text values in my file are enclosed within " for example "sports". And the numeric values...

  • RE: Schema name, Schema Owner and Login

    Thanks for clarifying that thing guys. Appreciate.

    One more question now. So I should change the ownership or my db schema from abc_dev to abc_prod. So whenever i'll refresh...

  • RE: Information on SQL clustered environment

    Thanks John. That helps and clarifies my doubt

  • RE: SQL query help

    Thanks mgnson, but I want to do it using SQL programming. Is it possible ?

  • RE: SQL query help

    So I have a table as following information

    CustID productID qty amt orderdate

    1001 prod1 ...

  • RE: Tsql scenario

    Apologies for the late reply but the query works like charm.

  • RE: Add million of records

    Jeff Moden (9/14/2016)


    sqlenthu 89358 (9/14/2016)


    Hi all, I have to transfer around 50 million records from one table to another. What should be the best approach. I know it can be...

  • RE: Add million of records

    Eric M Russell (9/14/2016)


    Is it essential that the table be available for users during this bulk load operation, and is the table partitioned?

    Table is not partitioned and also system will...

  • RE: Partition switch giving error

    I got it. I have to run the alter scheme after every alter partition to use primary filegroup.

  • RE: Partition switch giving error

    GilaMonster (8/30/2016)


    Number of filegroups and number of partitions are entirely separate things. If your partition scheme says all to primary, then all partitions are going into the primary filegroup.

    Hi Gail,...

  • RE: Partition switch giving error

    Hi Gail,

    One more question. Can I have more no of partitions then the no of filegroups ? Though my partition scheme says all partition should be in primary filegroup.

  • RE: Partition switch giving error

    Perfect. Changing partition function to just date worked perfect. Thanks a lot Gail.

  • RE: Parallel insert in a table

    Hi Jeff, thanks for the explanation. In my table there will be truncate load operation on monthly basis plus only few read operations. I have currently put all the partitions...

  • RE: Parallel insert in a table

    I wanted to do the same Matt and as you clarified, I get it that it's not possible. Rather I am taking a new approach now. The whole purpose was...

Viewing 15 posts - 91 through 105 (of 117 total)