Viewing 4 posts - 1 through 4 (of 4 total)
Got it! Thanks for the help.
As soon as I destroyed the objects I can now update all the rows in the table. I added the following:
EXEC @OLEResult = sp_OADestroy @FileID
EXEC...
March 12, 2012 at 9:26 am
select count(*) from backuptest where filesize is null --1820
I have added no "SET ROWCOUNT" statements and still it only updates 128 rows at a time. Is there a higher database...
March 12, 2012 at 8:48 am
SPN = Service Principal Name which is utilized by Kerberos authentication.
July 12, 2010 at 8:37 am
I also have the same issue. The only thing I have done was to create an active directory user account called "sqlmanager" and gave Administrator, Domain Admin, and Domain User...
August 6, 2009 at 12:21 pm
Viewing 4 posts - 1 through 4 (of 4 total)