Showing posts with label edition. Show all posts
Showing posts with label edition. Show all posts

Monday, March 26, 2012

Principal 64Bit- Member on 32Bit

Hi all,
I've got two VLDBs on 64bit hardware platform + 64Bit-W2003K Std R2 + 64Bit SQL2005 Std Edition.
If I set this guy up as the Principal, can I have the standby/member on 32Bit HW + 32Bit W2003 Std + 32Bit SQL2005?

Will this actually work?

Regards,
Uday ShivamurthyCome on guys, I've had 55 views and not a single reply. Someone offer views please.Regards,Uday Shivamurthy|||Theoritically I don't see any difference or issue in setting up this way, http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1015569&SiteID=1 fyi.|||Database Mirroring between 64 bit principal and 32 bit mirror is supported. However, please understand the ramifications when you failover. After you failover, the 32 bit machine now becomes the principal and it may not perform the same way as the 64 bit principal was performing.

Principal 64Bit- Member on 32Bit

Hi all,
I've got two VLDBs on 64bit hardware platform + 64Bit-W2003K Std R2 + 64Bit SQL2005 Std Edition.
If I set this guy up as the Principal, can I have the standby/member on 32Bit HW + 32Bit W2003 Std + 32Bit SQL2005?

Will this actually work?

Regards,
Uday ShivamurthyCome on guys, I've had 55 views and not a single reply. Someone offer views please.Regards,Uday Shivamurthy|||Theoritically I don't see any difference or issue in setting up this way, http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1015569&SiteID=1 fyi.|||Database Mirroring between 64 bit principal and 32 bit mirror is supported. However, please understand the ramifications when you failover. After you failover, the 32 bit machine now becomes the principal and it may not perform the same way as the 64 bit principal was performing.

Friday, March 23, 2012

primary key/foreign key relationship

I'm using MS SQL Server Studio Express 9.0. When selecting SQL Server Compact Edition, I'm able to create tables and primary keys with no problem. But how do I create a relationship with another table (foreign key)?

Bob K.

There is not designer support for doing this with SQL CE, so you must use:

Code Snippet

ALTER TABLE Orders ADD FK_Customer_Order FOREIGN KEY (CustomerId) REFERENCES Customers(CustomerId)

Designer support for this is promised for the next version of SQL CE (3.5) - in the "Orcas" timeframe.

|||thanks Eric.
|||Eric,

is there a way to enter the above sql statement from with Studio Express?
|||Connect to the SDF file, and select File, New, New query, type the text in the query editor and press F5 to execute...|||once again, thank you.
|||uhhh... and the beat goes on...

i've entered the following sql statement:

ALTER TABLE Camera ADD FK_Format_Camera FOREIGN KEY (FormatID) REFERENCES Format(FormatID)

and received the following error:
Major Error 0x80040E14, Minor Error 25501
> ALTER TABLE Camera ADD FK_Format_Camera FOREIGN KEY (FormatID) REFERENCES Format(FormatID)
There was an error parsing the query. [ Token line number = 1,Token line offset = 41,Token in error = FOREIGN ]

i've attached a link that shows the tables and columns i'm attempting to update. i just can't see what i'm doing wrong. could someone help?

bob k.

|||the link:

http://www.rkamarowski.com/errors/error.jpg

|||

Sorry, the correct syntax is (using the sample Northwind.sdf):

Code Snippet

ALTER TABLE Orders ADD CONSTRAINT Reference FOREIGN KEY ([Customer ID]) REFERENCES Customers ([Customer ID])

|||perfect! thanks eric.
|||

Good Afternoon Erik,

Can you help me out with a project of my?! I programming for the first time in the .net cf and i create my database all manualy thought SqlCeEngine..

But i want to know if there is a better approach to do this by the "next, next theory" (visuali) . if i create the database using a GUI of sql serv mobile edition, how can i choose where this database will be created and how can i indicate to the datasource in the connection string of an sqlConnection where is my database?! can you help me? i have a checkpoint day 17 to present my work and i would like to finish the hole project will that date to get some time to another project that is coming up, so its kind of urgent subject.

Thank you anyway!

Primary key, Identity, Integrity constraints

Hi,

We will be using SQL Compact Edition in our application. We are doing some tests to make sure that SQL Compact is suitable for our requirments.

Our problem is with Primary keys and how to maintain data integrity since we will have 100+ clients inserting, updating, and synchronizing with SQL Server.

Can we control Identity range?

Shall we use UniqueIdentifires insted of int?

How can we detect errors at the client side? (For example, if two clients are trying to synchronize 2 columns with the same primary key value)

We will use Merge replication.

Thank you

First, understand that a SQLCe database is SINGLE user. If you want to share the data, you'll need to replicate to a SQL Server Workgroup edition or better. In this case, you'll need to use UniqueIdentifiers to make sure each separate database has unique values for the PKs. This is discussed in my new EBook. See www.hitchhikerguides.net.sql

Wednesday, March 7, 2012

Pricing and Availability of Developer Edition

On the SQL Server site, I find occasional mention of the Developer Edition.
However, in the how-to-buy links, I find only mention of the other editions
and no mention of the developer edition.
How can I find out how to obtain the developer edition? I currently have
the SQL 2000 Developer Edition and would like to upgrade to the 2005 version.
The 2000 version was $49.95.
Anyone know how I can do this. It seems the regular site is of little help.
ThanksI would like the same information. The 2005 Standard Edition will not
upgrade a Developer installation to 2005
"RRRSr" wrote:
> On the SQL Server site, I find occasional mention of the Developer Edition.
> However, in the how-to-buy links, I find only mention of the other editions
> and no mention of the developer edition.
> How can I find out how to obtain the developer edition? I currently have
> the SQL 2000 Developer Edition and would like to upgrade to the 2005 version.
> The 2000 version was $49.95.
> Anyone know how I can do this. It seems the regular site is of little help.
> Thanks|||>From Amazon
http://www.amazon.com/exec/obidos/ASIN/B000BHQ5JW/sql08-20/104-3329794-1596720?%5Fencoding=UTF8&camp=1789&link%5Fcode=xm2
http://sqlservercode.blogspot.com/

Pricing and Availability of Developer Edition

On the SQL Server site, I find occasional mention of the Developer Edition.
However, in the how-to-buy links, I find only mention of the other editions
and no mention of the developer edition.
How can I find out how to obtain the developer edition? I currently have
the SQL 2000 Developer Edition and would like to upgrade to the 2005 version.
The 2000 version was $49.95.
Anyone know how I can do this. It seems the regular site is of little help.
Thanks
I would like the same information. The 2005 Standard Edition will not
upgrade a Developer installation to 2005
"RRRSr" wrote:

> On the SQL Server site, I find occasional mention of the Developer Edition.
> However, in the how-to-buy links, I find only mention of the other editions
> and no mention of the developer edition.
> How can I find out how to obtain the developer edition? I currently have
> the SQL 2000 Developer Edition and would like to upgrade to the 2005 version.
> The 2000 version was $49.95.
> Anyone know how I can do this. It seems the regular site is of little help.
> Thanks
|||>From Amazon
http://www.amazon.com/exec/obidos/AS...k%5Fcode =xm2
http://sqlservercode.blogspot.com/

Pricing and Availability of Developer Edition

On the SQL Server site, I find occasional mention of the Developer Edition.
However, in the how-to-buy links, I find only mention of the other editions
and no mention of the developer edition.
How can I find out how to obtain the developer edition? I currently have
the SQL 2000 Developer Edition and would like to upgrade to the 2005 version
.
The 2000 version was $49.95.
Anyone know how I can do this. It seems the regular site is of little help.
ThanksI would like the same information. The 2005 Standard Edition will not
upgrade a Developer installation to 2005
"RRRSr" wrote:

> On the SQL Server site, I find occasional mention of the Developer Edition
.
> However, in the how-to-buy links, I find only mention of the other edition
s
> and no mention of the developer edition.
> How can I find out how to obtain the developer edition? I currently have
> the SQL 2000 Developer Edition and would like to upgrade to the 2005 versi
on.
> The 2000 version was $49.95.
> Anyone know how I can do this. It seems the regular site is of little hel
p.
> Thanks|||>From Amazon
http://www.amazon.com/exec/obidos/A...link%5Fcode=xm2
http://sqlservercode.blogspot.com/