4
votes
0answers
11k views
Free usable partition editor for Windows? [closed]
Anyone know of a good usable free partition editor for Windows? I just need to add an unused partition to my system partition.
2
votes
2answers
38 views
How to make ActiveRecord work with legacy partitioned/sharded databases/tables?
Hi all,
thanks for your time first...after all the searching on google, github and here, and got more confused about the big words(partition/shard/fedorate),I figure that I have t …
0
votes
1answer
42 views
Remove XP partition on Vista [closed]
Hi guys,
I did the trick of installing XP first and then Vista so I can have XP and Vista running alongside each other. However now I don't need XP and would like to remove the pa …
1
vote
1answer
26 views
Predicate syntax when partitioning a vector of pointers (C++)
I have a vector of pointers to objects. I'd like to remove objects from this vector according to an attribute that's reported by a member function.
I'm trying to follow a nice exa …
1
vote
4answers
104 views
How can I maximally partition a set?
I'm trying to solve one of the Project Euler problems. As a consequence, I need an algorithm that will help me find all possible partitions of a set, in any order.
For instance, g …
1
vote
3answers
390 views
Easiest way to merge partitions under debian (unix)?
I have two unix partitions under debian which I would like to merge (disk space problems :/). What would be the easiest way to do it? I think it would be best to tar or copy files …
1
vote
2answers
361 views
Resize Encrypted Windows Partition
Recently my company forced a roll out of SafeBoot. The problem is that I was using Ubuntu under Wubi. Since the whole drive is encrypted now, I can't boot into Ubuntu. I was hoping …
1
vote
3answers
330 views
Sql Server Query Selecting Top and grouping by
SpousesTable
SpouseID
SpousePreviousAddressesTable
PreviousAddressID, SpouseID, FromDate, AddressTypeID
What I have now is updating the most recent for the whole table and assign …
6
votes
6answers
263 views
C# - elegant way of partitioning a list?
Hi,
I'd like to partition a list into a list of lists, by specifying the number of elements in each partition.
For instance, suppose I have the list {1, 2, ... 11}, and would lik …
1
vote
4answers
1k views
Is it possible to correct partition table errors without a reboot?
When trying to partition a hard drive on ESX server I frequently run into the following problem:
$ fdisk /dev/sdd
Device contains neither a valid DOS partition table, nor Sun, S …
0
votes
1answer
139 views
Postgres: Table inheritance: Enforcing unique constraints across partitions?
I have a table that I would like to partition, but I don't know how to deal with the uniqueness constraints.
Is it possible to create a unique constraint across multiple child tabl …
0
votes
2answers
207 views
unknown space occupied by windows xp partition [closed]
Hi,
My windows xp (C drive) partition is 27 GB. Now it shows free space is only 2.3 GB. But when I calculate all the space using any software or manually (by adding all the folder …
0
votes
1answer
100 views
Why would ‘alter table switch partition’ fail silently?
I have a partitioned fact table on a SQL Server 2005 (Ent, Ed., 32 bit, SP2) that I am constructing a partition for (the fact table is a snapshot type). The process builds the dat …
-1
votes
0answers
122 views
Resizing a Linux partition from within Vista, or vice-versa? [closed]
I have a laptop that came with Windows Vista (64-bit) installed. I created a new partition and installed XP (also 64-bit) alongside it.
Last night I shrunk my XP partition and cre …
0
votes
2answers
101 views
Need help partitioning a field on a sql 2008 table to a different filegroup
Hi folks,
in a previous question i asked, the suggested answer was for me to partition my field onto another Filegroup, keeping the field in the same table.
I'm not sure how to do …
