Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Deleting columns

    Hi

    could you tell the structure of the table and the name of the column wich you are trying to delete .Maybe it is some reserved word

    Lata

  • RE: Converting SQL Qry into XML and store as XML file

    Hi

    You can do a roundabout way by setting the Result Options in the query Analyser to File and using the for xml explicit option to specify the output...

  • RE: Deleting columns

    Hi

    To delete a column you give

    Alter table table1 drop column colname

    However if you have any constraint on the column like primary key or any other computation ,based on...

Viewing 3 posts - 1 through 3 (of 3 total)