These forums have been archived and are now read-only.

The new forums are live and can be found at https://forums.eveonline.com/

EVE Technology Lab

 
  • Topic is locked indefinitely.
 

Request Data Format Suggestions/Questions MSSQL >>>> ?

Author
S R Hadden
S.R. Hadden Holding Corp
#1 - 2012-12-09 18:39:16 UTC  |  Edited by: S R Hadden
Greetings

I would like to convert the MSSQL DB to a non server style DB; that is to say I would simply like to work with a disconnected, lightweight blob of data comprised of tables and data

I do not need all of the relational overhead that comes with classic databases, nor do I need the server style architecture common with most databases.

I also want to avoid having to rely on a layers of dependencies should I share the application with another user. Other than the the normal DOT NET dependencies, I am looking for a solution that is simply a copy and paste a few files to share the application....no installer required

I am simply looking for the tables and the data in a single file that I can access using objects and Linq in C# NET 3.5

Can anyone suggest what I should convert the MSSQL format into to achieve this?

I am looking for: Simple, Light, Fast, Portable

Thanks in advance

SR Hadden
Desmont McCallock
#2 - 2012-12-09 19:05:12 UTC
I would chose SQLite if I where you.
S R Hadden
S.R. Hadden Holding Corp
#3 - 2012-12-09 19:11:27 UTC
Desmont McCallock wrote:
I would chose SQLite if I where you.



Fantastic

I had begun probing around with CE but that looked to be problematic

Lite looks very promising...and is Open to boot

Any other suggestions still welcomed, while I learn of and play with SQLite

Hat tip to Desmont

SR Hadden
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#4 - 2012-12-09 20:14:44 UTC
Added benefit for sqllite.

It's one of the common formats for people to convert to. (such as me Blink )

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter

S R Hadden
S.R. Hadden Holding Corp
#5 - 2012-12-09 20:40:33 UTC
So I I went MSSQL.bak >>> MSSQL.dbf via SQL Server Mgt Studio using the tasks>restore utility....then used some source code off of Code Project : Code Project SQL Server to SQLite to get from the *.dbf to the *.db

It took a while but all worked well and I now have the eve db_Dump in SQLite sitting happily in my .NET project within VS IDE

Having probed around this sub-forum it looks as if conversions are always a bit of trouble....I suppose I should expect this sort of manual gymnastics when they update the dump each time?

Thanks again for the tip on SQLite

Regards

SR Hadden
Steve Ronuken
Fuzzwork Enterprises
Vote Steve Ronuken for CSM
#6 - 2012-12-09 21:36:06 UTC
Most of the time it's a single release per major patch with no trouble.

Woo! CSM XI!

Fuzzwork Enterprises

Twitter: @fuzzysteve on Twitter