i have a question for you
initially i created table Test.Student.
- CREATE TABLE [Test].[STUDENT](
- [ID] [int] NULL,
- [Name] [nvarchar](50) NULL
- ) ON [PRIMARY]
- GO
i need to take the cretae script of the table using alter without droping the table..
help

Shivangi RajdePosted Jul 23, 2020, 8:48 AM
Jenith ThakkarPosted Jul 23, 2020, 8:31 AM