Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
abk
Starting Member
29 Posts |
Posted - 2012-03-20 : 02:40:49
|
I want to design a db which will store raw packets of data from many devices. The method and the format of raw data varies . The client app must read data and parse them . I want a good db schema which will store the info and will be have good ER relationship. It must be fast while inserting and querying . I am new to db design and any help will be good.Thanks |
|
X002548
Not Just a Number
15586 Posts |
|
abk
Starting Member
29 Posts |
Posted - 2012-03-20 : 05:17:42
|
The devices are GPS devices and will send packets of info in different formats. What db structure would be useful ?basically I want devices and their packets of data in a ER Thanks |
|
|
X002548
Not Just a Number
15586 Posts |
|
|
|
|