Viewing 15 posts - 91 through 105 (of 117 total)
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.
February 25, 2017 at 8:25 am
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...
January 5, 2017 at 5:01 am
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...
December 4, 2016 at 12:53 am
Thanks John. That helps and clarifies my doubt
December 1, 2016 at 3:56 am
Thanks mgnson, but I want to do it using SQL programming. Is it possible ?
November 9, 2016 at 11:52 pm
So I have a table as following information
CustID productID qty amt orderdate
1001 prod1 ...
November 9, 2016 at 5:37 am
Apologies for the late reply but the query works like charm.
September 28, 2016 at 1:18 am
Jeff Moden (9/14/2016)
sqlenthu 89358 (9/14/2016)
September 15, 2016 at 5:16 am
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...
September 14, 2016 at 7:03 am
I got it. I have to run the alter scheme after every alter partition to use primary filegroup.
September 12, 2016 at 2:35 am
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,...
September 12, 2016 at 1:43 am
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.
August 30, 2016 at 12:00 am
Perfect. Changing partition function to just date worked perfect. Thanks a lot Gail.
August 29, 2016 at 7:10 am
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...
August 29, 2016 at 1:37 am
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...
August 26, 2016 at 3:56 am
Viewing 15 posts - 91 through 105 (of 117 total)