data-storage
how storage is reserved by SQL Server? and howto overrule it?
I am trying to understnad how SQL Server allocates and reserves space. Ha开发者_如何学Cving run the examples from the article \"How table design can impact your SQL Server performance?\" [1], I recei[详细]
2023-01-17 03:10 分类:问答I need a C++ interface to S4s server
Does anyone have a C++ Object interfa开发者_StackOverflowce for the S4 server?using gSoap, you can generate header and support code from the provided wsdl[详细]
2023-01-14 05:41 分类:问答Is a database the right choice for data storage for my C# application?
I am developing a C# application and want to be sure I choose the best choice for data storage that fits these specs.[详细]
2023-01-12 07:09 分类:问答When designing websites, what are my options for data storage?
I am a website designer, and I design both sites and applications for the web. I use PHP. I often find I have to store information, which needs to be accessed by the user after the browser is closed[详细]
2023-01-09 19:15 分类:问答Database or format for help system?
I\'m implementing a help system for my app. Its written in C and Gtk+. Help is divided on books. Each book is just a bunch of HTML pages with resource.[详细]
2023-01-09 07:16 分类:问答What is the best method to store this small read-only data table in an android phone?
I need to store data to use in my android program. Here are t开发者_C百科he details about the data:[详细]
2023-01-08 10:42 分类:问答Basic data storage with Python
I need to store basic data of customer\'s and cars that they bought and payment schedule of these cars. These data come from GUI, written in Python. I don\'t have enough experience to use a database s[详细]
2023-01-07 14:51 分类:问答What is the most solid option for BLOB storage?
I have to develope something to hold blob\'s. I have a various options but have a hard time choosing. What is needed is for the user to upload documents in the form of images mostly. I need to make it[详细]
2023-01-05 09:19 分类:问答Avatar image: store in database or on CDN?
Avatar image: store in databa开发者_如何学Gose or on CDN? Ps( avatar is the users profile photo)If you store in database, the image file are uncacheable, because user browser will cache the image fil[详细]
2023-01-05 03:57 分类:问答I need to make a large directory with several sub-directories portable
I have a dataset contained in a directory that has about 30,000 sub-directories.Each of these directories contains a text file and another sub-directory.This sub-directory contains some number of text[详细]
2023-01-05 02:45 分类:问答