Jump to content

Recommended Posts

Posted

Hello all.

 

Having been down the road before where I have designed a system, told about it, and then realised the architecture was wrong from the off, I have decided this time to gather opinions on the best way to do this before starting anything.

 

Basically, as many of you will already know, my primary application is epos.

 

Each epos terminal holds a local SQLExpress database, containing all of its products etc.

All tables in the database have a Int primary key.

 

I have been asked to develop a web-based product management facility, so that users can log onto our web site, make product / price changes, and then send the changes down to their epos terminals.

 

I plan to have the epos terminals check for updates online every hour or so, and download and implement changes as necessary.

 

My main difficulty is figuring out how to store the data on my central SQL database.

 

I want to be able to store all of the product data etc from many customers in one database, but as I have said before, the product data tables have Int Indexes.*

 

Should I change indexes to a different type? If so, which?

 

Alternatively, should I look at a different way of storing each individual database seperately? Unfortunately I cannot use SQL express, as my web host (DiscountASP) do not support this.

 

I realise that I probably have missed a lot of important information, so please ask away ....

 

More...

 

View All Our Microsoft Related Feeds

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...