How rename table thru VS2008 Server Explorer?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Cirene

    How rename table thru VS2008 Server Explorer?

    How do you rename a SQL database TABLE thru the Server Explorer in VS2008?
    I cant find a way....


  • Cirene

    #2
    Re: How rename table thru VS2008 Server Explorer?

    I tried it thru the Db Diagram and it worked. Go figure!

    "Cirene" <cirene@nowhere .comwrote in message
    news:OZwglaHtIH A.2068@TK2MSFTN GP05.phx.gbl...
    How do you rename a SQL database TABLE thru the Server Explorer in VS2008?
    I cant find a way....
    >

    Comment

    • Jeff Dillon

      #3
      Re: How rename table thru VS2008 Server Explorer?

      You will most likely break every query and stored procedure that depends on
      the table name in doing so, most likely.

      Jeff

      "Cirene" <cirene@nowhere .comwrote in message
      news:OH4ssSItIH A.3564@TK2MSFTN GP03.phx.gbl...
      >I tried it thru the Db Diagram and it worked. Go figure!
      >
      "Cirene" <cirene@nowhere .comwrote in message
      news:OZwglaHtIH A.2068@TK2MSFTN GP05.phx.gbl...
      >How do you rename a SQL database TABLE thru the Server Explorer in
      >VS2008? I cant find a way....
      >>
      >
      >

      Comment

      • Cirene

        #4
        Re: How rename table thru VS2008 Server Explorer?

        Thanks for your input. I'm designing a db for a brand new website. :)

        "Jeff Dillon" <jeffdillon@hot mailremove.comw rote in message
        news:OUeT6cItIH A.3680@TK2MSFTN GP05.phx.gbl...
        You will most likely break every query and stored procedure that depends
        on the table name in doing so, most likely.
        >
        Jeff
        >
        "Cirene" <cirene@nowhere .comwrote in message
        news:OH4ssSItIH A.3564@TK2MSFTN GP03.phx.gbl...
        >>I tried it thru the Db Diagram and it worked. Go figure!
        >>
        >"Cirene" <cirene@nowhere .comwrote in message
        >news:OZwglaHtI HA.2068@TK2MSFT NGP05.phx.gbl.. .
        >>How do you rename a SQL database TABLE thru the Server Explorer in
        >>VS2008? I cant find a way....
        >>>
        >>
        >>
        >
        >

        Comment

        Working...