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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. The Lounge
  3. I hate SQL Server

I hate SQL Server

Scheduled Pinned Locked Moved The Lounge
databasecsharpsql-serverwpfwcf
8 Posts 5 Posters 1 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.
  • E Offline
    E Offline
    Ennis Ray Lynch Jr
    wrote on last edited by
    #1

    Decided I had the wrong foreign key in a table. Changed the name, changed they type clicked save presumed it would drop the FK; nope. Changed every table in the database and every foreign key to the new type and dropped all indexes on views (because of course removing schema binding removes indexes). (Yes I did get a warning, however I was changing the type from bigint to int so I expected the warning and just clicked through. It wasn't until I read the fine print that I saw Microsoft's solution to the problem)

    Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

    H T C 3 Replies Last reply
    0
    • E Ennis Ray Lynch Jr

      Decided I had the wrong foreign key in a table. Changed the name, changed they type clicked save presumed it would drop the FK; nope. Changed every table in the database and every foreign key to the new type and dropped all indexes on views (because of course removing schema binding removes indexes). (Yes I did get a warning, however I was changing the type from bigint to int so I expected the warning and just clicked through. It wasn't until I read the fine print that I saw Microsoft's solution to the problem)

      Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

      H Offline
      H Offline
      Henry Minute
      wrote on last edited by
      #2

      They do have novel approaches to some aspects of the design process, don't they? This is of course because their own stuff is perfect right off, so they never have to do this sort of thing. :)

      Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

      E M 2 Replies Last reply
      0
      • H Henry Minute

        They do have novel approaches to some aspects of the design process, don't they? This is of course because their own stuff is perfect right off, so they never have to do this sort of thing. :)

        Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

        E Offline
        E Offline
        Ennis Ray Lynch Jr
        wrote on last edited by
        #3

        I did manage to hit cancel but it seems schema changes don't rollback :p

        Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

        1 Reply Last reply
        0
        • H Henry Minute

          They do have novel approaches to some aspects of the design process, don't they? This is of course because their own stuff is perfect right off, so they never have to do this sort of thing. :)

          Henry Minute Do not read medical books! You could die of a misprint. - Mark Twain Girl: (staring) "Why do you need an icy cucumber?" “I want to report a fraud. The government is lying to us all.”

          M Offline
          M Offline
          Marc Clifton
          wrote on last edited by
          #4

          Henry Minute wrote:

          They do have novel approaches to some aspects of the design process, don't they? This is of course because their own stuff is perfect right off, so they never have to do this sort of thing.

          Nah, it's because they don't use their own stuff to develop their stuff. :) Marc

          Will work for food. Interacx

          1 Reply Last reply
          0
          • E Ennis Ray Lynch Jr

            Decided I had the wrong foreign key in a table. Changed the name, changed they type clicked save presumed it would drop the FK; nope. Changed every table in the database and every foreign key to the new type and dropped all indexes on views (because of course removing schema binding removes indexes). (Yes I did get a warning, however I was changing the type from bigint to int so I expected the warning and just clicked through. It wasn't until I read the fine print that I saw Microsoft's solution to the problem)

            Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

            T Offline
            T Offline
            ToddHileHoffer
            wrote on last edited by
            #5

            Ennis Ray Lynch, Jr. wrote: Changed the name, changed they type clicked save presumed it would drop the FK; nope. You meant to say you "assumed" it would drop the FK. Well, you do you know what assume means?

            I didn't get any requirements for the signature

            E 1 Reply Last reply
            0
            • T ToddHileHoffer

              Ennis Ray Lynch, Jr. wrote: Changed the name, changed they type clicked save presumed it would drop the FK; nope. You meant to say you "assumed" it would drop the FK. Well, you do you know what assume means?

              I didn't get any requirements for the signature

              E Offline
              E Offline
              Ennis Ray Lynch Jr
              wrote on last edited by
              #6

              With MS documentation as it stands one must assume or quit because you most certainly can't look it up.

              Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

              T 1 Reply Last reply
              0
              • E Ennis Ray Lynch Jr

                Decided I had the wrong foreign key in a table. Changed the name, changed they type clicked save presumed it would drop the FK; nope. Changed every table in the database and every foreign key to the new type and dropped all indexes on views (because of course removing schema binding removes indexes). (Yes I did get a warning, however I was changing the type from bigint to int so I expected the warning and just clicked through. It wasn't until I read the fine print that I saw Microsoft's solution to the problem)

                Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                C Offline
                C Offline
                codemunch
                wrote on last edited by
                #7

                Everything is still fine though kuz you did this on the Dev database and you still have the SQL Scripts to generate the DB so you can just revert...right? ;) I'm curious - Was it SQL Server itself that did this or part of SQL Enterprise Mangler's script generation?

                1 Reply Last reply
                0
                • E Ennis Ray Lynch Jr

                  With MS documentation as it stands one must assume or quit because you most certainly can't look it up.

                  Need custom software developed? I do C# development and consulting all over the United States. A man said to the universe: "Sir I exist!" "However," replied the universe, "The fact has not created in me A sense of obligation." --Stephen Crane

                  T Offline
                  T Offline
                  ToddHileHoffer
                  wrote on last edited by
                  #8

                  Tell me about it. I keep telling my boss that sharepoint programming is almost impossible   X| Mainly because there is no good documentation anywhere.

                  I didn't get any requirements for the signature

                  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