Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 3.5 and Visual Studio. 2008 > Visual Studio 2008
|
Visual Studio 2008 For discussing Visual Studio 2008. Please post code questions about a specific language (C#, VB, ASP.NET, etc) in the correct language forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Studio 2008 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 4th, 2011, 12:42 PM
Authorized User
 
Join Date: Nov 2009
Posts: 26
Thanks: 1
Thanked 1 Time in 1 Post
Thumbs down unable to set collate of an SQL database created in VS 2008

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...





Similar Threads
Thread Thread Starter Forum Replies Last Post
Using COLLATE in SQL SELECT Statements sudhakaratp SQL Server 2000 8 September 6th, 2018 01:16 PM
Can I host SQl 2008 R2 database in SQL 2005 Server? anantgupta ASP.NET 4 General Discussion 0 July 2nd, 2011 02:43 AM
Unable to install sql server 2008. rupen SQL Server 2008 0 January 7th, 2010 07:20 AM
Chapter11 The SQL database file cannot be created in App_Data folder clark BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 7 January 15th, 2009 10:29 AM
Deletion of a created database in sql server pramos.21d SQL Server 2000 0 March 2nd, 2005 09:29 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.