the "collation" indeed specifies how characters are encoded and compared.
So then would i have a character set and then collation set or are they the same thing? i get the compared part
but i thought that there were 2 disctinct and seperate "Packages" 1 being the charcerter set and the other
being the collation set that is then applied to the charcter set?
Main Topics
Browse All Topics





by: angelIIIPosted on 2009-11-08 at 13:53:56ID: 25772110
1. ms sql 2000 does not implement ssis packages, but DTS packages.
however, if you have the sql 2005 client tools installed, you can still run the ssis package from command line (and hence for a sql agent job, even from a sql 2000 instance).
so, the line "sql 2000" is correct, especially reading the last line:
"In SQL Server 2005, SQL Server Agent addresses this security concern by using multiple proxy accounts"
this feature is new in sql 2005..
2. to start with: the database "collation" is the "default collation" used, whenever no explicit collation is specified.
this includes varchar/nvarchar constant values in queries run against that database, or when creating tables with n/varchar columns without specifying the collation...
the "collation" indeed specifies how characters are encoded and compared.