Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Bulk Edit Tables

Author  Topic 

rtabor
Starting Member

1 Post

Posted - 2009-05-14 : 11:38:47
I'm looking for a easier way to bulk edit fields in a table. Procedure similar to copy/paste cells when using excel, are there any tools out there that can accomplish this?

Microsoft SQL Server 2005

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-05-14 : 11:39:52
nope. you need to use UPDATE statement with all columns specified using SET
Go to Top of Page
   

- Advertisement -