Ask a Question related to Microsoft SQL / MS SQL Server, Design and Development.
-
Mike John #1
Re: Update error?
One way or the other oldfield and oldaccount are defined with a different collation. This could be because the databases were created with different collations, or the tables specifically. Either way you can check via sp_help on each table and you should see that the collation clause is different.
To get round it either alter one of the tables to match the other (It would seem doubtful that they should really be different) or add a COLLATE clause on the where clause specifying the collation you want it to use for the comparison.
Mike John
"Lee" <lalcantara@schools.org> wrote in message news:00a201c3470c$6516f990$a501280a@phx.gbl...> Hi,
>
> Hi, do you know what this error means. I looked it up in
> knowledge base, but could not find anything related.
>
> Error:
> Server: Msg 446, Level 16, State 9, Line 1
> Cannot resolve collation conflict for equal to operation.
>
> This is the SQL statement I ran:
> update DB1.sysop.oldTable
> set oldfield = newaccount
> from DB1.sysop.oldtable oldfield
> join DB2.dbo.newtable newaccount on oldaccount = oldfield
>
> Thanks
> LeeMike John Guest
-
3.11 update error
I updated to Contribute 3.11 from the version that shipped with Studio 8 and got this error message: "while executing DWMenu_Help_TransferLicense... -
Update 3.01 error
Ive downloaded the new Indesign Cs update and it seems that the installation works. But when i start ID it still is the same version 3.0. I have... -
Update Error - read only error
I am having a problem Updating a record. I can read the access database, but when I try to insert a record using set rs =... -
apt-get update error
Err http://security.debian.org stable/updates/main Packages Sub-process gzip returned an error code (1) Get:4 http://security.debian.org... -
Update Error
Since uninstalling SP1 I am unable to update Windows XP build 2600. Please direct me to the solution which I saw once but have been unable to find... -



Reply With Quote

