473,473 Members | 2,026 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Data Transfer from Collation CI Database to a CS Database

I have a client who was installed improperly on a Case Insensitive
Collation SQL system and have been working with this system for over a
year. For them to move forward in application software versions, they
will need to be reinstalled on a Case Sensitive SQL system. I was
wondering if anyone has tried this and was willing to provide
information that may be of assistance? I have tried various some
options within DTS but without success.
Jul 20 '05 #1
1 3790
It would be useful to know which version(s) of MSSQL you are using, as 2000
is quite flexible in how you can work with collations, compared to previous
versions.

If you're moving the database to a new server, you may be able to simply
backup/restore, provided that the collations are compatible.

If you're reinstalling the same server as CS, then you'll need to rebuild
the master DB with the new collation and then restore the databases, again
if the collations are compatible.

There are plenty of issues which may arise when you move from CI to CS. In
particular, code which was written on a CI system tends to be very
inconsistent about object and variable names (dbo.Table, dbo.table,
dbo.TAble...) - this will break code and views. Also, string operations will
behave very differently, which may change the functionality of your
applications in unexpected ways.

I investigated this once (moving SQL6.5 CI to SQL2000 CS), and we decided it
wasn't worth the effort. It was a lot less work to code for case-sensitivity
in the places where we really needed it than to go through every piece of
existing code to correct it. Your situation and priorities may be very
different, of course.

Simon

"Sue Swanson" <sw******@optimalinternet.com> wrote in message
news:c9**************************@posting.google.c om...
I have a client who was installed improperly on a Case Insensitive
Collation SQL system and have been working with this system for over a
year. For them to move forward in application software versions, they
will need to be reinstalled on a Case Sensitive SQL system. I was
wondering if anyone has tried this and was willing to provide
information that may be of assistance? I have tried various some
options within DTS but without success.

Jul 20 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: joieva | last post by:
I would like to know how we can transfer data through a secured channel to a non-secured site. I am designing an e-commerce site and getting data from secured site database(on a firewall) and...
1
by: BijuThomas | last post by:
Complicated - ASP/Security/data transfer/XML doubt In our company Head office we are hosting an intranet server in IIS (Windows 2000) , ASP and Sqlserver back end. We are maintaining our branch...
2
by: Sindhu | last post by:
Hi, I have a question about data transfer from V7.2 to V8.1. I am planning on installing V8.1 and then loading data from an existing V7.2 databases. Migrating is not an option and also I have...
0
by: Howard Simpson | last post by:
Greetings all, I am looking for the best way to move data from one access database to another. I have an Access database, an older version. I need to move the data in the tables to a new...
10
by: Cem Louis | last post by:
Hi, Q1: How can I transfer an SQL database manually? I have a database which is named mydb, I looked at the harddrive and found it on "C:\Program Files\Microsoft SQL Server\MSSQL\Data" there is...
1
by: Colin Graham | last post by:
My skills are in VB. Net/SQL Server and i have touched on PDA development mainly as a tester. i am aware of using webservices for functionality. I have been given a task to develop a solution...
2
by: steve | last post by:
Hi All I need to learn how to update a SQl server or Access database located on a web server from my windows forms application, via the internet I have a customer who wants to run several...
5
by: rajaaryan44 | last post by:
how can we transfer data from one access database to another databse . the table name is same for both the database . in one table some records are there (rs say e.g.) now another table has say...
2
by: rajaaryan44 | last post by:
how can we transfer data from one access database to another databse . the table name is same for both the database . in one table some records are there (rs say e.g.) now another table has say rs+10...
11
by: fieldling | last post by:
Ok here's one for you: Does anyone know if it's possible to transfer data from an MSDos database into an Access one? I need to know: a. If it can be done. b. How I would go about doing it....
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
1
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.