Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
5answers
166 views

Reason for monolithic data files

Primarily this seems to be a technique used by games, where they have all the sounds in one file, textures in another etc. With these files commonly reaching the GB size. What is the reason behind ...
5
votes
4answers
630 views

How do I quickly slice and dice large data files in Ruby?

I'd like to slice and dice large datafiles, up to a gig, in a fairly quick and efficient manner. If I use something like UNIX's "CUT", it's extremely fast, even in a CYGWIN environment. I've tried ...
4
votes
1answer
1k views

Remove (merge) SQL Servers' database secondary data file

I have a database backup for which SQL Server Management Studio says that it has three files in it: an .mdf file, an .ndf file and one .ldf file. This secondary data file (the .ndf one) was created ...
0
votes
1answer
35 views

data file location on iPad

I've been teaching myself over the last couple of weeks by typing in programs from the iPad books I bought (Backlin's, SAM's, Apps for Dummies, etc.) and YouTube tutorials. Still, there are a couple ...
0
votes
1answer
96 views

Making a python package for PIP with some data_files

I'm doing a project with this layout: project/ bin/ my_bin.py CHANGES.txt docs/ LICENSE.txt README.txt MANIFEST.in setup.py project/ __init__.py ...
0
votes
1answer
86 views

How is data organised inside a DB's data file

As a learning exercise I am attempting to write a simple embedded database in C#. Everything is going fine but I am getting really stuck when it comes to saving the data to disk. As an example of ...
0
votes
2answers
151 views

Sql Server change data and log path of existing database

I am having a SQL Server 2008 installation with almost 15 databases running on it. Now due to scarcity of space I would like to move the data path to another drive. What is the best practice for this. ...
0
votes
1answer
156 views

How to save a non txt file in data/files folder in android

A way to save a non text file to /data/files folder. If file resource is from assets folder.
0
votes
0answers
136 views

What is a “Visual Studio SharePoint Package file” (.package)?

What is a "Visual Studio SharePoint Package file" (.package)? I am trying to extract some data and this is the only file that looks large enough to contain what I'm after.
0
votes
2answers
1k views

Oracle dba_data_files table doesn't exist

I've been trying to access the dba_data_files table to see whether the autoextend is turned on for my data files. However, even though I'm using Oracle 10g, this table seems to not exist: Connected ...