Results 1 to 3 of 3

Thread: I'm looking for fresh Idea's on how to setup a SQL database

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2013
    Location
    N.Ireland
    Posts
    5

    I'm looking for fresh Idea's on how to setup a SQL database

    Hi everyone

    I made a database program for a person in the USA (I am in Ireland) and installed it on their computer
    using Teamviewer and the program works fine
    I setup the SQL database inside VB2008 and manually entered some data from an online spreadsheet on Google,
    and they have entered data from the same spreadsheet ever since.
    Over a few weeks I made some small changes, (add another query, Printout, etc) and everytime I installed
    the new version of the program their updated database was kept. (my version of the database had only some data in it).
    I installed by using OneClick in VB.
    The database has 4000 rows and 12 columns thats 48000 fields and more rows will be added over time.

    I want to totally rewrite the program with some new features in it and also be adding couple of more new columns to
    the database
    The person has been keeping the online spreadsheet up to date as a backup, but in doing so, have entered data wrong,
    text where dates should be, text and dates in others, entered years instead of dd/mm/yyyy and so on.
    I have downloaded the spreadsheet into 2003 excel and have moved the text to text columns, dates to date colums etc
    but some cells in some columns are formatted as text others as dates,
    also in the mix is that in the USA its MM/DD/YYYY and its DD/MM/YYYY here in Ireland and when I try to change the formating
    I keep getting numbers.

    I installed SQL server management studio 2008 and imported the data from the excel spreadsheet and its not working the
    way I want
    I have even copied row by row and still not working right, some cells have dates in them, but when I copy them to the database
    I get blank fields, others cells with dates copy ok.

    Do I setup the database inside VB2008 (the last time I did, it worked fine) and start from cell A1 copy or type in the data
    (something I'm not looking forward to)

    Any fresh idea's are more than welcome.

    Thanks
    Mick

  2. #2
    PowerPoster dunfiddlin's Avatar
    Join Date
    Jun 2012
    Posts
    8,245

    Re: I'm looking for fresh Idea's on how to setup a SQL database

    Can you not simply obtain a copy of the client's database? If you have access to all the data in the spreadsheet there wouldn't appear to be any security issues.
    As the 6-dimensional mathematics professor said to the brain surgeon, "It ain't Rocket Science!"

    Reviews: "dunfiddlin likes his DataTables" - jmcilhinney

    Please be aware that whilst I will read private messages (one day!) I am unlikely to reply to anything that does not contain offers of cash, fame or marriage!

  3. #3
    Frenzied Member
    Join Date
    Mar 2004
    Location
    Orlando, FL
    Posts
    1,618

    Re: I'm looking for fresh Idea's on how to setup a SQL database

    Get a copy of their database, restore it locally, write an SSIS package to transfer the data from it into your new database?
    Sean

    Some days when I think about the next 30 years or so of my life I am going to spend writing code, I happily contemplate stepping off a curb in front of a fast moving bus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width