• Hi Rahul,

    I am just new to sql server. But I just want to know one simple question what will be the statement if i want to update a particular column of all rows i.e.

    UPDATE tablename SET name = 'test'

    Will it work?

    Thanks,