Hi,
When the server and database collation are not the same, "cannot resolve collation conflict for equal to operation" results when running a script through osql that invokes 'dbcc dbreindex ...'. But using ''xp_sqlmaint ... -rebldidx ...' works. What is sp_sqlmaint doing to handle this collation mismatch that causes my script run through osql to fail?
Thanks and cheers,
Tim