473,799 Members | 3,422 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

argue why sql2005

well, I need to justify to my client, why to switch to sql2005 form 2000. I
know a lot of 'why it's better', but my client don't really care most of
those aspects.
I need to argue, my client's business gains on that.

Thnaks in advance.
Dec 29 '06 #1
11 1341

fireball wrote:
well, I need to justify to my client, why to switch to sql2005 form 2000. I
know a lot of 'why it's better', but my client don't really care most of
those aspects.
I need to argue, my client's business gains on that.

Thnaks in advance.
Quite frankly your client is right. Why do you think they should
switch? Oh, right, you don't know. If you don't know then there
couldn't possibly be a compelling reason to do so. Have you had
problems with 2000? Is there some feature in an application that your
client wants that you can only implement with 2005? If you can't
answer those questions then there's really no reason to upgrade -- or,
from your client's perspective, spend the money to upgrade.

Dec 29 '06 #2
fireball wrote:
well, I need to justify to my client, why to switch to sql2005 form 2000. I
know a lot of 'why it's better', but my client don't really care most of
those aspects.
I need to argue, my client's business gains on that.

Thnaks in advance.
If they are happy with their existing system then there perhaps isn't
much reason to switch right now.

Consider upgrading if they want to do new development or add a new
application or if they can take advantage of some new features with
their existing system (mirroring for example).

--
David Portas, SQL Server MVP

Whenever possible please post enough code to reproduce your problem.
Including CREATE TABLE and INSERT statements usually helps.
State what version of SQL Server you are using and specify the content
of any error messages.

SQL Server Books Online:
http://msdn2.microsoft.com/library/m...S,SQL.90).aspx
--

Dec 29 '06 #3
fireball (fi******@onet. kropka.eu) writes:
well, I need to justify to my client, why to switch to sql2005 form
2000. I know a lot of 'why it's better', but my client don't really care
most of those aspects.
I need to argue, my client's business gains on that.
Since we don't know your client's business needs, we can't help you.

As David and ZeldorBlat said, if the client is happy with the system,
there is little reason to change.

But if your client is asking you to add new feature, and you can
confidently say that it would be so much easier to do with SQL 2005,
then you have a selling point. The difficult part is of course that
in many cases the difference is minor. While we as a programmer don't
want to be without row_number() or improved error handling once we've
used it, it's not really sufficient to convince the client to move on.

But here are two-three possible areas where the difference is high
enough:

1) General auditing. This can be easily be done in a generic fashion
with FOR XML and the new xml data type.

2) Any sort of queues - go Service Broker!

3) A heavy use of blobs (text/ntext/image). The new data types makes
it so much easier for you as a programmer, and thus cuts development
costs.

I could probably add a few more, but it gives you an idea what to look
for.

Of course, there will be a day when SQL 2000 reaches end-of-life support,
but it is not going to happen soon, and there might a be yet a new
SQL Server version out by then.

--
Erland Sommarskog, SQL Server MVP, es****@sommarsk og.se

Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/pro...ads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinf...ons/books.mspx
Dec 29 '06 #4
fireball wrote:
well, I need to justify to my client, why to switch to sql2005 form
2000. I know a lot of 'why it's better', but my client don't really
care most of those aspects.
I need to argue, my client's business gains on that.
Maybe some of the security improvements? Like built-in encryption of data.

That would (probably... if it works...) have cut down considerably on my
latest development project.

/jim
Jan 3 '07 #5
U¿ytkownik "Jim Andersen" <jb****@politiS LET.dk.invalidn apisa³ w
wiadomo¶ci
Maybe some of the security improvements? Like built-in encryption of data.
this sounds quite reasonable, I quess client is gonna like idea he can have
some data hidden from the world. I seems to be not easy to find anything
what client will be even able to understand :_)

Are there any disadvanatages of using data encryption? Is there any risk I
will loose ability to decrypt data from my database(/backup)?

Jan 3 '07 #6
fireball wrote:
Are there any disadvanatages of using data encryption?
Yes, performance is one (you can't use an index on an encrypted
column).
Is there any risk I will loose ability to decrypt data from my database(/backup)?
Yes, if you forget to backup the certificates.

Razvan

Jan 3 '07 #7
Razvan Socol wrote:
[...] you can't use an index on an encrypted column
Correction: you can't use an index for ordering and range searches. You
can use it for exact searches.

Razvan

Jan 3 '07 #8
Hi Fireball

The main reason i'd suggest a client to upgrade to SQL 2005 is the
Microsoft Support Lifecycle for SQL server 2000.

http://support.microsoft.com/lifecycle/?p1=2852
Like it or not SQL Server 2000 is a 7 year old product RDBMS now.

"If its not broken doesn’t fix it" doesn't apply to most IT platforms
these days, b'coz of the cost of running legacy/obsolete systems. Plus
the cost of employing IT personnel

So like it or no Microsoft is going to discontinue support for SQL
Server 2000. Therefore your client’s got ~ 1 1/2 years to upgrade to SQL
Server 2005. (Unless with Extended Support)

As a DBA I really would won’t to take the risk of supporting a platform
that’s not supported by the vendor.

Regards

Nuwan

SQL / ORACLE - DBA
*** Sent via Developersdex http://www.developersdex.com ***
Jan 5 '07 #9
Uzytkownik "Nuwan K" <ck**@hotmail.c omnapisal w wiadomosci
news:459da872$0 $497
Microsoft Support Lifecycle for SQL server 2000.
ugh I dodn't know it
in practice this means: no more patches after 04.08, - right?

So if hackers find some bug and they use it on 2008-04-09, then it's
deadline indeed, but otherwise - it's 1 1/2 and a while, right?
Jan 5 '07 #10

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

Similar topics

2
1804
by: ad | last post by:
The user of my asp.net program use Sql2005 or Sql2005 express as database, both are possible. I have try both version of data base, I found: If I use Sql2005 express, the Data Source in connection string will be ..\SQLEXPRESS, like: Data Source=.\SQLEXPRESS;Initial Catalog=myDB;Integrated Security=True But I use Sql2005 , the Data Source in connection string can be use (local), like:
2
1063
by: ad | last post by:
Hi, As title, After I install Sql2005 SepCTP, can I install VS2005 Beta2 in the same machine?
1
2744
by: r1100r98 | last post by:
I am having a problem moving the data from a datatable to the SQL2005 table (using VB2005). See code below. The SQL2005 table is empty, the datatable is being filled from a text file, not from the SQL2005 table. I have tried various ways, but the SQL table is not updating. Help would be appreciated. Code is below Thanks Imports System Imports System.Data
5
3908
by: Mike | last post by:
I'm having trouble accessing SQL2005 Standard Edition as a second instance of SQL Server where the first instance is SQL 2000 Enterprise Edition. I installed SQL 2005 as a named instance "SQL2005". The server is running Windows 2000 SP4 ON A 32-Bit machine. When I look in Services I see the SQL Server (SQL2005), SQL Server Agent (SQL2005) services there. I went into SQL Server Configuration manager and disabled the named pipes protocol...
9
1841
by: Nemisis | last post by:
Hi everyone, hope your all looking forward to xmas. I am setting up a Sql2005 database on a Windows Server, running Windows Server 2003. The database is going to be accessed via users using an ASP.Net website. My website is running the normal IUSR account. And users must login to the website, which uses Forms Authentication. I do not want to give users access directly to tables, so have created
8
1518
by: Radu | last post by:
Hi. This code worked fine with SQL2005, but has a problem with SQL2000.... Which one ???? cnSQL = New SqlConnection(System.Configuration.ConfigurationManager.AppSettings("ConnectionString")) cnSQL.Open() fails with the error "Format of the initialization string does not conform to specification
7
1295
by: Earl | last post by:
Can anyone point me to some good references for coding a Winforms app to trigger replication (merge preferably) on SQL2005? I'm setting up a scenario where I want my app to allow multiple laptops to synchronize to the distribution SQL2005 database and I'd like to do it either automatically or by having them click on a menu/button. From working with merge in the CompactFramework, I know the general approach but I do not know the equivalent...
3
2898
by: Michael Schöller | last post by:
Hello, First of all english is not my natural language so please fogive me some bad mistakes in gramatic and use of some vocables :). I have a great problem here. Well I will not use it anymore but I want to know why it is as it is ^^. I tried with .NET3.0 but I think it will be the same with 2.0 and 3.5. MSDTC is configured and working.
0
2004
by: nic829 | last post by:
Hi, I was upgrading a instance from SQL2000 to SQL2005. During SQL2005 setup I accidently allow the files to be installed in C drive, but I should have them all installed in D drive. My databases are still sits in D drive, but other files (Management studio, analysis service, etc.) all sits in C drive. Is there anyway that I can move SQL2005 from C to D drive? I thought of uninstalling current SQL2005, install it back and load current...
0
9688
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10490
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10259
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10238
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9077
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, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6809
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 then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5467
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4145
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2941
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.