Hello: Any idea on how to extract named parameters from a sql command using regex ?? For example having this: update users set PhotoPath = 'carlos@domain.com' where userid = @userid I need to extract only: @userid Any idea ?? -- Best regards Carlos Guzmán Álvarez Vigo-Spain