Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
3answers
17k views

Reorganise index vs Rebuild Index in Sql Server Maintenance plan

In the SSW rules to better SQL Server Database there is an example of a full database maintenance plan: SSW. In the example they run both a Reorganize Index and then a Rebuild Index and then Update ...
5
votes
1answer
89 views

Is there a more efficient way to organize random outcomes by size in Python?

(sorry if this is a dumb question, I'm still learning) I'm making a program that, for part of the prog, rolls four dice and subtracts the lowest dice from the outcome. The code I'm using is die1 = ...
2
votes
3answers
763 views

Reorganizing a subversion repository with branches

I am trying to reorganize a subversion 1.6 repository that has branches. It appears that if you move a file in the trunk and that file has changes in a branch, when those changes are merged into the ...
1
vote
3answers
563 views

What is the use of reorg command in IBM DB2?

What is the use of reorg command in ibm db2 db ? What does Reorg do internally ? Is it necessary to run reorg if new indexes are created on the table ?
0
votes
0answers
10 views

Rebuild or Reorganize indexes based on fragmentation. [migrated]

I am using one Defragmentation script , which provide nice way to rebuid or reorganize indexes based on fragmentation percentages. Link http://sqlfool.com/2011/06/index-defrag-script-v4-1 I like ...
0
votes
2answers
48 views

Reorganizing an array: odd entries as KEY, even entries as VALUE

I'm trying to finish up a URL router that I created for my custom MVC framework. I have a list of parameters that I dissected from the URL, but the problem is that they only have numerical keys. What ...
0
votes
2answers
133 views

Condensing Data Frame in R

I just have a simple question, I really appreciate everyones input, you have been a great help to my project. I have an additional question about data frames in R. I have data frame that looks ...
0
votes
2answers
62 views

Moving text using sed

I have a xml file with following contents: <query_1>false</query_1> <query_2>true</query_2> <query_3>true</query_3> <query_4>false</query_4> ...
0
votes
1answer
189 views

reorganize svn repository

I created svn repositories, without worrying about branches, etc. Now, I want to create branch. This question says I can create branch by copying. However, as I do not have trunk/branches folder, ...