473,657 Members | 2,418 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Where is my dts?

Why is dts packages out of server 2005? In server 2k they were there
but in 2005 it's gone? I tried to connect to 2k using 2005 client
interface and can't seem to locate the dts packages I seem to notice.

Feb 9 '07 #1
4 9154
DTS is replaced with SSIS (SQL Server Integration Services) in SQL 2005. If
you upgrade from SQL 2000, you'll find your old DTS packages in SQL Server
Management Studio Object Explorer under Management-->Legacy-->Data
Transformation Services. However, note that SQL Server 2005 includes DTS
only for backwards compatibility; it's recommended that you use SSIS for new
development.

See the SQL Server 2005 Books Online for more information
(http://msdn2.microsoft.com/en-us/library/ms143706.aspx).

--
Hope this helps.

Dan Guzman
SQL Server MVP

<ot*******@yaho o.comwrote in message
news:11******** **************@ k78g2000cwa.goo glegroups.com.. .
Why is dts packages out of server 2005? In server 2k they were there
but in 2005 it's gone? I tried to connect to 2k using 2005 client
interface and can't seem to locate the dts packages I seem to notice.
Feb 9 '07 #2
Ok thanks. I am not very expert on dts but I followed your advice. I
could not open the packages that were already developed in 2000. After
I did a migration still no dts. When I try to open a package I get the
message that "SQL Server 2000 Designer components are required.." etc.
I did not upgrade from 2000 instead installed a new instance of Server
2005 so ended up running two different instances (one for 2000 and one
for 2005). I am not sure if SSIS will give me the flexibility of
developing simple dts using toolbox etc. Besides, installing SSIS is
not easy either.

On Feb 9, 6:40 pm, "Dan Guzman" <guzma...@nospa m-online.sbcgloba l.net>
wrote:
DTS is replaced with SSIS (SQL Server Integration Services) in SQL 2005. If
you upgrade from SQL 2000, you'll find your old DTS packages in SQL Server
Management Studio Object Explorer under Management-->Legacy-->Data
Transformation Services. However, note that SQL Server 2005 includes DTS
only for backwards compatibility; it's recommended that you use SSIS for new
development.

See the SQL Server 2005 Books Online for more information
(http://msdn2.microsoft.com/en-us/library/ms143706.aspx).

--
Hope this helps.

Dan Guzman
SQL Server MVP

<othell...@yaho o.comwrote in message

news:11******** **************@ k78g2000cwa.goo glegroups.com.. .
Why is dts packages out of server 2005? In server 2k they were there
but in 2005 it's gone? I tried to connect to 2k using 2005 client
interface and can't seem to locate the dts packages I seem to notice.- Hide quoted text -

- Show quoted text -

Feb 12 '07 #3
I think SQL Server 2005 is nothing but SQL Server 2000 Query Analyzer
*improved*. However, Server 2000 (Enterprise Manager) has lot more
features (for example dts) and SSIS is not the answer because when I
installed Server 2005 it don't get installed automatically.

On Feb 12, 10:05 am, othell...@yahoo .com wrote:
Ok thanks. I am not very expert on dts but I followed your advice. I
could not open the packages that were already developed in 2000. After
I did a migration still no dts. When I try to open a package I get the
message that "SQL Server 2000 Designer components are required.." etc.
I did not upgrade from 2000 instead installed a new instance of Server
2005 so ended up running two different instances (one for 2000 and one
for 2005). I am not sure if SSIS will give me the flexibility of
developing simple dts using toolbox etc. Besides, installing SSIS is
not easy either.

On Feb 9, 6:40 pm, "Dan Guzman" <guzma...@nospa m-online.sbcgloba l.net>
wrote:
DTS is replaced with SSIS (SQL Server Integration Services) in SQL 2005. If
you upgrade from SQL 2000, you'll find your old DTS packages in SQL Server
Management Studio Object Explorer under Management-->Legacy-->Data
Transformation Services. However, note that SQL Server 2005 includes DTS
only for backwards compatibility; it's recommended that you use SSIS for new
development.
See the SQL Server 2005 Books Online for more information
(http://msdn2.microsoft.com/en-us/library/ms143706.aspx).
--
Hope this helps.
Dan Guzman
SQL Server MVP
<othell...@yaho o.comwrote in message
news:11******** **************@ k78g2000cwa.goo glegroups.com.. .
Why is dts packages out of server 2005? In server 2k they were there
but in 2005 it's gone? I tried to connect to 2k using 2005 client
interface and can't seem to locate the dts packages I seem to notice.- Hide quoted text -
- Show quoted text -- Hide quoted text -

- Show quoted text -

Feb 12 '07 #4
To edit legacy DTS packages from SQL Server Management Studio, you need to
download and install the SQL Server 2000 Designer components. This is one
of the Feature Pack downloads available at
http://www.microsoft.com/downloads/d...displaylang=en

SSIS packages are created using the separate SQL Server Business
Intelligence Development Studio IDE rather than within SSMS. Although there
is a learning curve to get up to speed on SSIS, it is much more powerful
than DTS. Consider doing new development under SSIS rather than DTS.
--
Hope this helps.

Dan Guzman
SQL Server MVP

<ot*******@yaho o.comwrote in message
news:11******** **************@ q2g2000cwa.goog legroups.com...
>I think SQL Server 2005 is nothing but SQL Server 2000 Query Analyzer
*improved*. However, Server 2000 (Enterprise Manager) has lot more
features (for example dts) and SSIS is not the answer because when I
installed Server 2005 it don't get installed automatically.

On Feb 12, 10:05 am, othell...@yahoo .com wrote:
>Ok thanks. I am not very expert on dts but I followed your advice. I
could not open the packages that were already developed in 2000. After
I did a migration still no dts. When I try to open a package I get the
message that "SQL Server 2000 Designer components are required.." etc.
I did not upgrade from 2000 instead installed a new instance of Server
2005 so ended up running two different instances (one for 2000 and one
for 2005). I am not sure if SSIS will give me the flexibility of
developing simple dts using toolbox etc. Besides, installing SSIS is
not easy either.

On Feb 9, 6:40 pm, "Dan Guzman" <guzma...@nospa m-online.sbcgloba l.net>
wrote:
DTS is replaced with SSIS (SQL Server Integration Services) in SQL
2005. If
you upgrade from SQL 2000, you'll find your old DTS packages in SQL
Server
Management Studio Object Explorer under Management-->Legacy-->Data
Transformation Services. However, note that SQL Server 2005 includes
DTS
only for backwards compatibility; it's recommended that you use SSIS
for new
development.
See the SQL Server 2005 Books Online for more information
(http://msdn2.microsoft.com/en-us/library/ms143706.aspx).
--
Hope this helps.
Dan Guzman
SQL Server MVP
<othell...@yaho o.comwrote in message
>news:11******* *************** @k78g2000cwa.go oglegroups.com. ..
Why is dts packages out of server 2005? In server 2k they were there
but in 2005 it's gone? I tried to connect to 2k using 2005 client
interface and can't seem to locate the dts packages I seem to
notice.- Hide quoted text -
- Show quoted text -- Hide quoted text -

- Show quoted text -

Feb 12 '07 #5

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

Similar topics

47
3619
by: Andrey Tatarinov | last post by:
Hi. It would be great to be able to reverse usage/definition parts in haskell-way with "where" keyword. Since Python 3 would miss lambda, that would be extremly useful for creating readable sources. Usage could be something like: >>> res = where: >>> def f(x):
3
21994
by: A.V.C. | last post by:
Hello, I found members of this group very helpful for my last queries. Have one problem with CASE. I can use the column name alias in Order By Clause but unable to use it in WHERE CLAUSE. PLS TELL ME IF IT IS POSSIBLE TO USE IT IN WHERE CLAUSE AND SOME ALTERNATIVE. QUERY: SELECT
3
2278
by: Xiangliang Meng | last post by:
Hi, all. In 1998, I graduated from Computer Science Dept. in a university in China. Since then, I've been using C Language for almost 6 years. Although I'm using C++ in my current job, I'm also interested in understanding C more and deeper at the same time. In the past half year, I decide to improve myself on C, read some books on C and digest some posts on comp.lang.c and comp.lang.c++. Now, I feel I have a better insight on C than...
7
3038
by: Britney | last post by:
Original code: this.oleDbSelectCommand1.CommandText = "SELECT TOP 100 user_id, password, nick_name, sex, age, has_picture, city, state, " + "country FROM dbo.users WHERE (has_picture = ?) AND (sex = ?) ORDER BY age " this.oleDbSelectCommand1.Parameters.Add(new System.Data.OleDb.OleDbParameter("has_picture", System.Data.OleDb.OleDbType.Boolean, 1, "has_picture")); this.oleDbSelectCommand1.Parameters.Add(new...
5
2397
by: comp.lang.php | last post by:
if ($willLimitByDB) $sql = preg_replace('/#(+)#/i', '$$1', $sql); This does not give me the results I want, instead of the value of $where in $sql, I literally get '$where' instead. How do I substitute #where# with $where? Thanx Phil
5
5503
by: John | last post by:
I just cannot manage to perform a SELECT query with NULL parameter... My CATEGORY table does have one row where TCATEGORYPARENTID is null (real DB null value). TCATEGORYID and TCATEGORYPARENTID are uniqueidentifier columns. My questions: - is Type="Object", below, necessary? - what shall I specify for DefaultValue in my function? I tried everything.
0
80612
NeoPa
by: NeoPa | last post by:
Background Whenever code is used there must be a way to differentiate the actual code (which should be interpreted directly) with literal strings which should be interpreted as data. Numbers don't usually have this problem but Dates can too. Debug.Print Me.ControlName refers to a control on a form. Whereas, Debug.Print "Me.ControlName" simply prints the literal text Me.ControlName Where to Use Each Quote Type (' or ") In some places...
1
2767
by: not_a_commie | last post by:
I was hoping for increased functionality with the where clause in C# 3.0. Using the new keyword 'var' would really allow us to take nice advantage of these. Specifically: 1. I want to limit it to primitives: "where T : System.Type.Primitive" or something like that. 2. I want to limit it to an unspecified generic: "where T : List<>". 3. I want to limit it to a generic with a subset of types: "where T : List<new TTwhere TT : class" or...
9
19139
by: Emin | last post by:
Dear Experts, I have a fairly simple query in which adding a where clause slows things down by at least a factor of 100. The following is the slow version of the query ------------------------- SELECT * FROM ( Select x.event_date From x FULL OUTER JOIN y ON x.event_date = y.event_date
8
3475
by: chrisdavis | last post by:
I'm trying to filter by query or put those values in a distinct query in a where clause in some sort of list that it goes through but NOT at the same time. Example: ROW1 ROW2 ROW3 ROW4 , etc. I want to go to the first row, do a WHERE statement, return the
0
8315
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8829
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...
1
8508
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
7341
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...
1
6172
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5633
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
4164
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...
0
4323
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2733
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

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.