|
More site info...
|
|
Forum profile page for DTS on http://www.sqlmonster.com.
This report page is the aggregated overview from a single forum: DTS, located on the Message Board at http://www.sqlmonster.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "DTS" on the Message Board at http://www.sqlmonster.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on DTS:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
23
|
49
|
95
|
|
Post:
|
39
|
72
|
140
|
|
|
DTS Posting activity graph:
|
Top authors during last week:
user's latest post:
question on dts sqlserver2005
Published (2009-12-11 14:14:00)
Ah, OK. Think I got it now. (since your op title reference 2005, I'll assume you will be using SSIS. If not, this won't be much help, just so you know.) You could possibly trim your table down to two DateTime fields, which would make this a little easier to manage: CREATE TABLE dbo.PackageControl ( StartPoint DATETIME NOT NULL, EndPoint DATETIME NOT NULL) Create 2 package variables of Date datatype (it is actually DateTime data type,...
user's latest post:
2005 and 2008 Integration Services
Published (2009-12-10 14:25:00)
I have SQL 2005 and 2008 on the same box. Can I install 2005 and 2008 Integration Services on the same box also? I currently have 2008 Integration Services installed. Or can anyone point me to directions on how to set up permissions that will allow a 2005 Job to interact with 2008 SSIS package? Thanks in advance
user's latest post:
Could not open global shared...
Published (2009-12-08 21:47:00)
Todd, I bow to the master. I didn't burn a MSDN incident, Microsoft Support addressed my issue for free. Here is their response which is a longer version of your response. The quote below is from Microsoft Support replying to my email stating that changing from a SQLDB data destination to an OLEDB destination worked. "Yes, according to the defect description, OLE DB should work, the warning only says that the...
user's latest post:
Import huge data from text file...
Published (2009-12-07 16:05:00)
For comparison test, I splited out txt file for 14 files and used Access to import all 14 files into SQL. Total row count are the same: 5276944 but there is big difference in data space. Below is the list: Using Access: 3,793,609 MB Using SQL: 8,184,969 MB I do not know why.
user's latest post:
Scheduled Job to run SSIS...
Published (2009-12-10 04:44:00)
For anyone who has similar problems, the solution is found in MSDN article: Integration Services Considerations on 64-bit Computers http://msdn.microsoft.com/en-us/library/ms141766(SQL.90).aspx Signature Van T. Dinh > SQL Server has been updated to SP3 (Build 9.00.4035) but the results of > the repeated tests are exactly the same as previous post. > > Any idea? > > Thanks & cheers
user's latest post:
SSIS newbie
Published (2009-12-08 04:29:00)
Thank you very much Todd - I will go ahead & try to implement - thanks for your quick response! best regards, James > Hello James and welcome to the SSIS(DTS) forums. > [quoted text clipped - 45 lines] > > thanks, > > James
user's latest post:
question on dts sqlserver2005
Published (2009-12-07 22:51:00)
The purpose of this DTS is to extract data from mysql into sqlserver, then do some manipulation and email the result, every hour based on the start and end time. Example: date_column, start_time, end_time 12/8/2009,8am,11pm 12/9/2009,10am, 10pm 12/10/2009,9am, 10pm etc.. Based on above sample, say tomorrow (12/8) the dts will run starting at 8am, every hour until 11pm. Hope this is clear. > You'll need to be more specific. You want...
user's latest post:
Execute a DTS package from a...
Published (2009-12-11 13:50:00)
Craig, EXEC sp_start_job only gives the command to start the job, so the trigger will end once the job is started. The job itself runs asynchronously from the trigger in another process. RLF > Thanks very mich guys. > [quoted text clipped - 13 lines] > Thanks guys. > .
user's latest post:
Execute a DTS package from a...
Published (2009-12-10 23:55:00)
Thanks very mich guys. Todd, I am looking at that SSSB thing. I have never used it, but I have google. :) That's for warning me about that issue. So, the trigger would basically be 'stuck' with the SSIS package fires? Not good. Thanks. My mistake as well - we're using SQL Server 2005, and SSIS. I keep forgetting that the name is different. I have updated my documentation to reflect that. Thanks again. Russell, thanks! My...
user's latest post:
How to debug packages deployed...
Published (2009-12-04 07:45:00)
Hi Maeda, For debugging and error handling in SSIS, you can refer to the following articles: Troubleshooting Concepts (Integration Services) http://msdn.microsoft.com/en-us/library/ms138039.aspx Chapter 5: Debugging and Error Handling with SSIS Packages http://technet.microsoft.com/en-us/library/cc304419.aspx Best regards, Charles Wang
|
|
|
|
Latest active threads on DTS::
Started 1 week, 1 day ago (2009-12-07 14:10:00)
by Todd C
You'll need to be more specific. You want SSIS to read this table and make some sort of logical Go/No Go decision based on the Date and times? Help us understand what is going on. ===== Todd C > I have a table that contains the following columns: > date_column [quoted text clipped - 7 lines] > > .
Started 6 days, 22 hours ago (2009-12-08 18:34:00)
by Todd C
SSIS Packages designed in VS 2008 CANNOT be run in VS 2005 or installed in SQL 2005 instances. However, packages desinged in VS 2005 CAN be installed in SQL 2008. But if you open the package in VS 2008, it will want to upgrade the package, making it un-usable for 2005 versions. This is NOT like Office 2007 program like Word that had the ability to save the .docx file in backward ...
Started 5 days, 3 hours ago (2009-12-10 13:54:00)
by Todd C
Craig: Couple of thoughts for you: *Since you posted this in the "DTS" forum, and since you mention "DTS" then I'll assume you are refering literally to "Database Transformation Services" in SQL 2000. Yet you allude to SQL 2005. My suggestion is to design your stuff in SQL Server Integration Services. DTS support *will* be going away eventually. SSIS will have a longer usable life. *Using a...
Started 5 days, 3 hours ago (2009-12-10 13:59:00)
by Todd C
I think it is a security feature that you need to enable at either the server or database level. Check BOL. Signature Todd C MCTS SQL Server 2005 > Hi, > in my stored procedure, that start the execution of a SSIS package with [quoted text clipped - 8 lines] > > Luigi
Started 5 days, 15 hours ago (2009-12-10 01:44:00)
by Van T. Dinh
SQL Server has been updated to SP3 (Build 9.00.4035) but the results of the repeated tests are exactly the same as previous post. Any idea? Thanks & cheers Signature Van T. Dinh > Windows 2003 (Standard x64) SP2 named "W2003XXX". SSIS Server is therefore > named "W2003XXX". [quoted text clipped - 47 lines] > > Many thanks for any advices/suggestions offered.
Started 1 week, 1 day ago (2009-12-07 14:08:00)
by Todd C
Kind of depends on what the package does, what resources it access, etc, that determine what permissions are required. In the SQL Server Configuration, do you have Shared Memory turned on? I think it is by default. What priviledges does the Web Service account have? HTH ===== Todd C > I am reposting this problem because I originally posted with the incorrect > problem. [quoted text ...
Started 1 week, 1 day ago (2009-12-07 14:02:00)
by Todd C
Hello James and welcome to the SSIS(DTS) forums. You're in luck. You can do everything you need right from within SSIS! Since you are using SQL 2005, take these steps: *Open your database in SQL Server Management Studio, and drill down the nodes until you get to one of the tables in question. *Expand the Keys node. Right-click on one of the keys and select "Script Key as" >> "Drop and Create...
Started 1 week, 5 days ago (2009-12-03 12:54:00)
by Todd C
In SSIS, set up a Data Flow with the following: A Flat File Source and an OLE DB Destination. ===== Todd C > I need to import huge data from text file (3G) with fixed length into a > existing SQL table. > Can someone give me a hint?
|
|
Hot threads for last week on DTS::
Started 6 days, 22 hours ago (2009-12-08 18:34:00)
by Todd C
SSIS Packages designed in VS 2008 CANNOT be run in VS 2005 or installed in SQL 2005 instances. However, packages desinged in VS 2005 CAN be installed in SQL 2008. But if you open the package in VS 2008, it will want to upgrade the package, making it un-usable for 2005 versions. This is NOT like Office 2007 program like Word that had the ability to save the . docx file in backward ...
Started 1 week, 1 day ago (2009-12-07 14:08:00)
by Todd C
Kind of depends on what the package does, what resources it access, etc, that determine what permissions are required. In the SQL Server Configuration, do you have Shared Memory turned on? I think it is by default. What priviledges does the Web Service account have? HTH ===== Todd C > I am reposting this problem because I originally posted with the incorrect > problem. [quoted text ...
Started 5 days, 3 hours ago (2009-12-10 13:54:00)
by Todd C
Craig: Couple of thoughts for you: *Since you posted this in the "DTS" forum, and since you mention "DTS" then I'll assume you are refering literally to "Database Transformation Services" in SQL 2000. Yet you allude to SQL 2005. My suggestion is to design your stuff in SQL Server Integration Services. DTS support *will* be going away eventually. SSIS will have a longer usable life. *Using a...
Started 1 week, 1 day ago (2009-12-07 14:02:00)
by Todd C
Hello James and welcome to the SSIS(DTS) forums. You're in luck. You can do everything you need right from within SSIS! Since you are using SQL 2005, take these steps: *Open your database in SQL Server Management Studio, and drill down the nodes until you get to one of the tables in question. *Expand the Keys node. Right-click on one of the keys and select "Script Key as" >> "Drop and Create...
Started 5 days, 15 hours ago (2009-12-10 01:44:00)
by Van T. Dinh
SQL Server has been updated to SP3 (Build 9.00.4035) but the results of the repeated tests are exactly the same as previous post. Any idea? Thanks & cheers Signature Van T. Dinh > Windows 2003 (Standard x64) SP2 named "W2003XXX". SSIS Server is therefore > named "W2003XXX". [quoted text clipped - 47 lines] > > Many thanks for any advices/suggestions offered.
Started 1 week, 1 day ago (2009-12-07 14:10:00)
by Todd C
You'll need to be more specific. You want SSIS to read this table and make some sort of logical Go/No Go decision based on the Date and times? Help us understand what is going on. ===== Todd C > I have a table that contains the following columns: > date_column [quoted text clipped - 7 lines] > > .
Started 1 week, 5 days ago (2009-12-03 12:54:00)
by Todd C
In SSIS, set up a Data Flow with the following: A Flat File Source and an OLE DB Destination. ===== Todd C > I need to import huge data from text file (3G) with fixed length into a > existing SQL table. > Can someone give me a hint?
Started 5 days, 3 hours ago (2009-12-10 13:59:00)
by Todd C
I think it is a security feature that you need to enable at either the server or database level. Check BOL. Signature Todd C MCTS SQL Server 2005 > Hi, > in my stored procedure, that start the execution of a SSIS package with [quoted text clipped - 8 lines] > > Luigi
|
|