Hi there,
I'm working with an adp front end to an SQL Server backend. I have a simple update procedure:-
UPDATE dbo.tblRawOSP
SET date_created = { fn NOW() }
But only the first 10000 records of the table update, I can't find a way of updating the rest.
Am I missing something really simple?
Thanks
I'm working with an adp front end to an SQL Server backend. I have a simple update procedure:-
UPDATE dbo.tblRawOSP
SET date_created = { fn NOW() }
But only the first 10000 records of the table update, I can't find a way of updating the rest.
Am I missing something really simple?
Thanks