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. The Lounge
  3. SQL Server and Visual Studio 2010

SQL Server and Visual Studio 2010

Scheduled Pinned Locked Moved The Lounge
visual-studiocsharpdatabasesql-serversysadmin
4 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.
  • J Offline
    J Offline
    jbradshaw
    wrote on last edited by
    #1

    Can somebody point me to web pages/books on what features Visual Studio 2010 has to work with SQL Server. I've used VS (and SQL Server) for years but never really learned the things that is will do for you with SQL. (Why do I want to define a dataset through visual studio rather than in code? Things like that.) Thanks for your help. Jeff.

    P M 2 Replies Last reply
    0
    • J jbradshaw

      Can somebody point me to web pages/books on what features Visual Studio 2010 has to work with SQL Server. I've used VS (and SQL Server) for years but never really learned the things that is will do for you with SQL. (Why do I want to define a dataset through visual studio rather than in code? Things like that.) Thanks for your help. Jeff.

      P Offline
      P Offline
      PIEBALDconsult
      wrote on last edited by
      #2

      jbradshaw wrote:

      (Why do I want to define a dataset through visual studio rather than in code? Things like that.)

      You don't. In fact, you don't want DataSets at all, but that's a different subject. The Visual Studio designers are for designing things you actually see on the screen, not for things that lurk in the background that you don't see; like database access.

      J 1 Reply Last reply
      0
      • J jbradshaw

        Can somebody point me to web pages/books on what features Visual Studio 2010 has to work with SQL Server. I've used VS (and SQL Server) for years but never really learned the things that is will do for you with SQL. (Why do I want to define a dataset through visual studio rather than in code? Things like that.) Thanks for your help. Jeff.

        M Offline
        M Offline
        Mycroft Holmes
        wrote on last edited by
        #3

        Are you thinking about the adapters in VS. If so then don't they are an abomination and a step backwards from what you are doing. It sounds like you have a functional DAL, stick with it. IMHO the adapters were designed for newbie developers to quickly get them an app with database access without them having any knowledge of what they are doing. This they achieved, problem is when the newbie wants to do something a little more complicated, the adapters fail miserably and we get the question in the forums.

        Never underestimate the power of human stupidity RAH

        1 Reply Last reply
        0
        • P PIEBALDconsult

          jbradshaw wrote:

          (Why do I want to define a dataset through visual studio rather than in code? Things like that.)

          You don't. In fact, you don't want DataSets at all, but that's a different subject. The Visual Studio designers are for designing things you actually see on the screen, not for things that lurk in the background that you don't see; like database access.

          J Offline
          J Offline
          Jorgen Sigvardsson
          wrote on last edited by
          #4

          PIEBALDconsult wrote:

          In fact, you don't want DataSets at all, but that's a different subject.

          Amen. Maybe I'm stupid, but I have never seen a real value in using data sets. I've always ended up writing my own DAL, because of performance issues and other shortcomings of the whole DataSet stuff. Especially when the data sets are potentially huge.

          -- Kein Mitleid Für Die Mehrheit

          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