Hi all
As you know,When creating an sql database using microsoft sql server,there in an option(combo-box) named collate to set supporting language of database, or we can set in with a query like this :
Code:
ALTER DATABASE [myDbName]
COLLATE Persian_100_BIN;
but when i create a database using vs 2008(on sqlexpress engine),i dont get any option to set this property for my database,even querying dosent work at all and i get error...!!!!
i'm working on project,and it's deadline is getting over,so i would be thankfull for any help...
Waiting to hear from u...