Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Access to SQL Server

Access to SQL Server

Scheduled Pinned Locked Moved ASP.NET
csharpdatabasesql-serversysadminquestion
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Aaron Hudson
    wrote on last edited by
    #1

    Hi, I'm currently developing a large scale ASP .NET application, and so far I've developed it using Access, after research, I don't think Access is going to handle the amount of usage we expect it to get, therefore I'm looking to switch to SQL Server. Is there anyway I can do this seamlessly and quickly? Thanks, Aaron

    M 1 Reply Last reply
    0
    • A Aaron Hudson

      Hi, I'm currently developing a large scale ASP .NET application, and so far I've developed it using Access, after research, I don't think Access is going to handle the amount of usage we expect it to get, therefore I'm looking to switch to SQL Server. Is there anyway I can do this seamlessly and quickly? Thanks, Aaron

      M Offline
      M Offline
      Manas Bhardwaj
      wrote on last edited by
      #2

      Aaron Hudson wrote:

      Is there anyway I can do this seamlessly and quickly?

      Export Data using Access or Import using SQL Server :-D

      A R 2 Replies Last reply
      0
      • M Manas Bhardwaj

        Aaron Hudson wrote:

        Is there anyway I can do this seamlessly and quickly?

        Export Data using Access or Import using SQL Server :-D

        A Offline
        A Offline
        Aaron Hudson
        wrote on last edited by
        #3

        Is it as straight forward as that? Me = dumb :-O

        R 1 Reply Last reply
        0
        • M Manas Bhardwaj

          Aaron Hudson wrote:

          Is there anyway I can do this seamlessly and quickly?

          Export Data using Access or Import using SQL Server :-D

          R Offline
          R Offline
          Russell Jones
          wrote on last edited by
          #4

          There used to be an SQL Server upsizing wizard that would automatically upgrade from Access to SQL Server. You would then probably want to do some work to make the best use of SQL server but it should work fine without the extra work. Russell

          1 Reply Last reply
          0
          • A Aaron Hudson

            Is it as straight forward as that? Me = dumb :-O

            R Offline
            R Offline
            Rocky
            wrote on last edited by
            #5

            thereis another thing u\d need to do and that is to alter the db connection from ur application. SQL Server is not accessed the same way as Access is. but i think it shouldn't be too much of work :) Rocky u cant climb up a ladder with ur hands in ur pockets

            A 1 Reply Last reply
            0
            • R Rocky

              thereis another thing u\d need to do and that is to alter the db connection from ur application. SQL Server is not accessed the same way as Access is. but i think it shouldn't be too much of work :) Rocky u cant climb up a ladder with ur hands in ur pockets

              A Offline
              A Offline
              Aaron Hudson
              wrote on last edited by
              #6

              Yeah I knew about the code change. The scenario is, I don't want to spend a couple of thousand on the full SQL, so what I've heard is that you can use SQL Express (has like a 2gb size limit I think) for now, while the project is small, and then when it brings in money, upgrade to the full. Now the issues are: 1. Does this work / Will I have any issues in changing from Express to the full version? 2. How do I convert Access to SQL Express? (if #1 is ok) Thanks :)

              R 1 Reply Last reply
              0
              • A Aaron Hudson

                Yeah I knew about the code change. The scenario is, I don't want to spend a couple of thousand on the full SQL, so what I've heard is that you can use SQL Express (has like a 2gb size limit I think) for now, while the project is small, and then when it brings in money, upgrade to the full. Now the issues are: 1. Does this work / Will I have any issues in changing from Express to the full version? 2. How do I convert Access to SQL Express? (if #1 is ok) Thanks :)

                R Offline
                R Offline
                Rocky
                wrote on last edited by
                #7

                offcourse it works and importing data is a very simple task i think just make a new database in SQL Server and right click on it > All Tasks> Import data> From data providers select MS Access, then select the Access file, give user name password if necessary and carry on with the wizard... I think that should be it :) Rocky

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups