Date Transformation

Apr 26, 2004

What is the fonction to use in order to format a date to char?
for instance have the date under the following format :
ddmmyy or dd/mm/yyyy ...

Thanks

View 1 Replies


ADVERTISEMENT

Date Transformation

Jun 24, 2007

hi all, i am trying to convert getdate()to yyyymmdd type of output using derived column transformation and this transformation doesnot recognise CONVERT function.
this is what iam trying to do
2007-01-01 00:00:00.000 to 20070101

View 2 Replies View Related

Weird Date Transformation

Jun 15, 2004

Hi all,

i 've got a real strange problem.
I 'v got an asp.net/vb.net application and a mssql db at the end. I have a form where I can insert some info in the tables. Everything went well for a couple of months, but now my dates transform on a real strange way. no matter wich date I give up, those date's never reach the db.
example: date = 31-12-2004(Europe date) --> in the db the date is
21-07-1894
and I've seen the other dates, the month and the year are the same, they all show me july 1894.

Has everyone ever seen this before.

PS. I'm using win2000 service pack 4 with mssql 2000 (no service pack)

View 8 Replies View Related

Convert The Format Of A Date Time String Transformation....

Jul 27, 2004

Im working with a breaking system and I wont to convert the (FROM) datetime column to accept just time like (4:00:00 AM) without the date (7/23/2004) but it doesn’t have column format like the access ??
I found something in the SQL help :

How to convert the format of a Date Time String transformation (Enterprise Manager)
To convert the format of a Date Time String transformation
1.On the Transformations tab of the Transform Data Task Properties or Data Driven Query Task Properties dialog box, click the Source column containing the date or time to be modified, and then click the Destination column where you want the modified string to be placed.
2.Do one of the following:
•If there is a mapping arrow connecting the two columns, click Delete, and then click New.
•If there is no mapping arrow, click New.
3.In the Create New Transformation dialog box, click DateTime String.
4.Click the General tab, and then click Properties.
5.In the Date Format list, select the format you want.
6.Click Naming to display the Calendar Names dialog box, where you can select long or short day or month names and the A.M. and P.M. designators you want.
7.In the Language list, select the language you want, and then click Set Language Defaults.
But unfortunately I didn't find the "Transformations tab" I look a lot in the SQL Enterprise Manager

Do anybody work with the Transformations or at least know where is it please ???

View 1 Replies View Related

Does A Synchronous Transformation Process All Rows In A Buffer Before Outputting To Next Transformation?

Jun 5, 2006

Hi,

If you have two synchronous transformation components and the input of the second is connected to the output of the first, does the first transformation process (loop through) all rows in the buffer before outputting these rows to the second transformation? Or does the first transformation output each individual row to the second transormation as soon as it has finished processing it?

Thanks in advance,
Lawrie.

View 5 Replies View Related

Integration Services :: Difference Between Audit Transformation And Row-count Transformation?

Apr 22, 2015

tell me the difference between Audit transformation and rowcount transformation.

Because audit and rowcount transformation will provide the environment variables.

Only difference i am finding is rowcount returns the count of rows its updating .

Apart from these is there any other difference?

Tell me the scenario where i need to use the audit transformation.

View 3 Replies View Related

How To Use Convert Date Statement In CmdInsert.Parameters.Add(Date,SqlDbType.DateTime).Value = Date

Sep 21, 2006

HiI am using SQL 2005, VB 2005I am trying to insert a record using parameters using the following code as per MotLey suggestion and it works finestring insertSQL; insertSQL = "INSERT INTO Issue(ProjectID, TypeofEntryID, PriorityID ,Title, Area) VALUES (@ProjectID, @TypeofEntryID, @PriorityID ,@Title, @Area)"; cmdInsert SqlCommand; cmdInsert=new SqlCommand(insertSQL,conn); cmdInsert.Parameters.Add("@ProjectID",SqlDbType.Varchar).Value=ProjectID.Text; My query is how to detail with dates my previous code wasinsertSQL += "convert(datetime,'" + DateTime.Now.ToString("dd/MM/yy") + "',3), '";I tried the code below but the record doesn't save?string date = DateTime.Now.ToString("dd/MM/yy"); insertSQL = "INSERT INTO WorkFlow(IssueID, TaskID, TaskDone, Date ,StaffID) VALUES (@IDIssue, @IDTask, @TaskDone, convert(DateTime,@Date,3),@IDStaff)"; cmdInsert.Parameters.Add("IDIssue", SqlDbType.Int).Value = IDIssue.ToString();cmdInsert.Parameters.Add("IDTask",SqlDbType.Int).Value = IDTask.Text;cmdInsert.Parameters.Add("TaskDone",SqlDbType.VarChar).Value = TaskDoneTxtbox.Text;cmdInsert.Parameters.Add("Date",SqlDbType.DateTime).Value = date;cmdInsert.Parameters.Add("IDStaff",SqlDbType.Int).Value = IDStaff.Text;Could someone point to me in the right direction?Thanks in advance

View 3 Replies View Related

[DTS Transformation]

Dec 5, 2006

Hello I trying to do some transformation using javascript. I have a table with 40 columns that I need dynamicaly mapped to another table. For example I need to test each Column of tableA if Col1 of TableA looks like an email address map it to TableB email if it looks like a zip map it to Email...

I need to do this with Javascript

if someone could point me in the right direction that would be great

lets say I start small test each col in TableA for an @ sign if I find it map to Email if I can get the idea of how to do that I can do this

thanks

View 1 Replies View Related

Which Transformation To Use

Feb 21, 2006

Hi there,

I want to check whether the values in a column within a defined list of values or not.

These values aren't in a table or a file - I just want to "code" them in the package so to speak.

I was thinking of using a script component but I'm not sure how to "fail" a row if it the column's value is not part of the pre-defined list.

Any suggestions.

Thanks.

View 1 Replies View Related

Look Up Transformation

Apr 28, 2008



plz tell me abt look up transformation , i need to look up with 3 source files ,1 flat file another 2 are compared with databases, how can we use that ....



plz tell me.

View 2 Replies View Related

Best Transformation

Dec 11, 2007



I am a bit familiar with SSIS, but I have not used it in about a year. However, this is my question. We have a couple of reports that are being done in SSRS and our customer also requires some of these reports to be exported to a flat file. Somebody suggested using SSIS to do this.

What transformation element should I use to transform the data to a flat file destination. For instance, I have a column with a value of 10250. The customer specifies that this column must be right-justified with leading zeros. So I need to take that and convert it to a field length that is 12 characters long. It would ultimately be 000000010250.

The data source is returning columns that are both numeric and strings.

Thanks for the help.

View 1 Replies View Related

Look Up Transformation

May 11, 2006

Hi,
we are trying to implement this logic in SSIS data flow task

We have 2 datasets

Dataset 1 has Emplid and Actiondate. (from Oracle Database instance I)
Dataset 2 has Emplid, ProjectID ,Project Start_Date ,Project_End_Date (from Oracle Database
instance II)


Logic is

select ProjectID from Dataset 2
where Dataset 1.Emplid = Dataset 2.Emplid
and Dataset 1.Actiondate between Dataset 2.Project Start_Date and Dataset 2.Project_End_Date.

for first condition we have used merge join between 2 datasets.

for second condition we are trying to use look up transformation... it did'nt help...
if i want to write an query where do i write that???

please help

Thanks in Advance.

View 5 Replies View Related

DTS Transformation Problem

Aug 16, 2002

I am trying to transform data from a text file to a SQL Server table and one particular column I want to split it to three other columns. It is erroring out when I try to split the column from the source in the Active X script while doing the transformation.

Is it possible to have more number of Columns in the destination when compared to the source.

If so can someone help me with this.

Thanks,
Hari

View 1 Replies View Related

Data Transformation

Sep 14, 2000

We are transferring data between AS/400 and SQL Server 7.0 using DTS. Some of these transfers may need to be very close to real time. It doesn't seem like a continuously running job is the best solution for that.

Do you know any tools or utilities that can help us to move the data?

Thank you,
Anastasia.

View 2 Replies View Related

DTS - Transformation Question

Dec 2, 2001

Please help,I am using SQL Server 7 and this is the first time I am using DTS. Can I import a text file with 3 fields to a table which has those 3 fields and also another 2 fields? Can somebody help with the ActiveX script to accomplish this? And one of the extra 2 fields in the table is a timestamp field. It needs to be timestamped automatically. Can somebody please help? Thank you in advance

View 2 Replies View Related

Data Transformation

Feb 19, 2003

i have something like this:

select * from accounts

name type amount
==== ==== ======
mary saving 123.00
mary chequing 246.00
mary investment 135.00
john saving 678.00
john chequing 987.00
john investment 0.00

what should i do to present the data in the following format?

name saving cheq investment
==== ====== ==== ==========
mary 123.00 246.00 135.00
john 678.00 987.00 0.00


Thanks.

View 3 Replies View Related

SQL Query Transformation

Mar 5, 2007

I am importing user id's from CSV file into my Database. The source user id is of 4 character long and the destination user_id field is of 100 varchar. I just query the data so that i wan'a check that is said user id is already exist in the database or not . So i got this error. Read the script and error below
'************************************************* *********************
' Visual Basic Transformation Script
'************************************************* ***********************

' Copy each source column to the destination column
Function Main()

DIM v_user_id,rs, ConStr,sql
set rs = CreateObject("Adodb.Recordset")
set con = CreateObject("Adodb.Connection")

ConStr = "Provider=SQLOLEDB;Server=192.168.1.71;Database=tes tkaanza;uid=sa;pwd=sa"
v_user_id = DTSSource("Col001")
rs.open "Select user_id from tbl_gc_user_hdr where user_id = " + v_user_id,ConStr,0,1

if Not rs.eof then
MsgBox "Record Found"
else
MsgBox "Record Not Found"
end if
rs.Close
End Function

i got error from this line :
rs.open "Select user_id from tbl_gc_user_hdr where user_id = " + v_user_id,ConStr,0,1

Error message :

Error Source: Microsoft OLE DB Provider for SQL Server
Error Description:The conversion of the varchar value '1000015151910165' overflowed an int column. Maximum integer value exceeded.
Error Help File:
Error Help Context ID:0

Thank you in advance

View 1 Replies View Related

String Transformation...?

May 18, 2007

Hi,
I need to extract a table from someother database in which one of the city columns with datatype CHAR has city values but all the values are appended by dots at the end...like:
"Newyork.............."
"Boston..............."
"Chicago.............."
"Los Angeles..........."

After extracting the table/data , i will have to do some transformations and lookups on the table....and at the same time i will have to remove the dots and load the table/data in to another SQL Server Database, i dont think i can use the substring as each record's length is different.

Can someone suggest me how to do this one...?

thanks
Ravi

Nothing much that i can do..!!

View 2 Replies View Related

Data Transformation

Jan 12, 2008

Hi, newbie here with a simple?(maybe)question.

I have an Access Database that I have imported into SQL Server2000 and that worked great, but now I have to get it into 2005. My question is, How can I get the tables and all info in the tables into an SQL Script so I can run that script on the 2005 server?

The SQL 2000 is on my dev server and I have all the Tools, (Ent Manager, Query Analyzer,etc...) but the 2005 Server is Godaddy's and they only have the basic web interface. I can run Sql files and create databases and tables, but thats about it.

View 2 Replies View Related

Help Using Lookup Transformation

Aug 1, 2007

Hi All,

I am doing something really simple and it doesnt work, may be I am missing something, What I am trying to accomplish is to load a fact table using lookup transaformation, however my source data was different from the data in my dimension (or the datatype ) I had to use a data conversion task before my lookup , so the data flow is something like this source -> Data Conversion -> Lookup -> destination , I am getting an error at my lookup task where it says the "[Lookup [82]] Error: Row yielded no match during lookup". and then it just fails. I know for sure that there has to be matching data. donno what is it that I am missing.

Thanks

View 10 Replies View Related

Pivot Transformation Help

Oct 15, 2007

Hi Guys, wondered if anyone could point me in the right direction with this one.

I'm fairly new to SSIS and one data flow transformation i'm trying to get my head around is the pivot transformation. Perhaps if i explain what i want it to do it will make my problem seems clearer.

I have a table which contains a list of people and their demographic and personal details, each with a unique identifier number. When each persons details are entered one of the pieces of data captured is the month they were registered and their ethnic group classification. Within my data flow i want to take this table of registrations and pivot it like you would in Excel e.g. take the whole list, add months as the columns and ethnic categories as the rows and then a count of the unique identifiers as the value, giving you a simple count of all of the customers and what different ethnic groups per month were registered. Simple enough??

Now, i've tried to do this using the pivot and i seem to be getting lost so after reading the chapter from my wrox book i've tried to outline how i think it should be configured to see if it makes anymore sense, i'd appreciate it if anyone could point out where i might be going wrong.......

In my example i'm assuming my input columns will be the unique identifier, the ethnic group and the month?

I'll then select the ethnic group as the row and the month as the pivot and the unique code as the value using the pivotusage properties of 1, 2, 3. still on the right track??

I then create an output column of each month and set the pivotkey value to the month name and the lineageID to the ID of the unique identifer column.

Can anyone spot if i've missed something out here?

many thanks in advance for any help






View 3 Replies View Related

Lookup Transformation

Jan 8, 2007

Is there a way to ignore the unmatched rows using Lookup without creating another destination (Error Transformation for red connector)?

View 5 Replies View Related

Lookup Transformation

Nov 27, 2007

Hi,

I am totally new to SSIS.
I need an example of how to use a Lookup transformation. Basd on that i need to lookup for some recs and delete records from transaction table. I have used the Execute SQL task for this and i am able to achive my requirement. But now i am using XML configurations for Connection Managers and for that very reason i dont want to hard code the catalog names(database names) inside my Execute SQL task.

Can any one suggest me how to do the same using a Lookup transformation or any other.
Any suggestions will be greatly appreciated.

Thank Q,
priya

View 3 Replies View Related

Help Regarding Lookup Transformation

Dec 24, 2007



Hi,


I have a Dataflow task which loads data from a flat file to a Fact table named Inventory , doing a dimensional Key lookup with DIMStores - which is the dimension table for stores information.


If I have some rows in the flatfile whose 'Store' column doesnt have a corresponsing key in the DIMStores table, I want to insert all these stores in to DIMStores table and then update the Inventory table accordingly ..

Any idea how do to this ?


Thanks in Advance,

Sun

View 3 Replies View Related

Union All Transformation

May 21, 2008

Hi,

I have to extract data from 3 different tables and insert it into another table. I can use a regular union all query or use 3 ole db sources and then use union all transform. What would be the difference here, is there any beneffit on using the transformation? Why would I use the union all transform instead of a regular query with union all statement?



Thanks

View 1 Replies View Related

One Kind Of Transformation

Jun 11, 2007

original data type is string ,format like MM/dd/YYYY,also there exists null or "" value

I need to convert them into datetime,format like YYYY--MM-dd

any idea about this?

thanks in advance

View 10 Replies View Related

Lookup Transformation

Feb 27, 2008

I have a question based on Lookup Transformation component. If using Lookup component, the data cannot be NULL for available columns mapping. How about I want to keep the NULL value like outer join instead of inner join? Is there any way to do since I have several Lookup components inside of my dataflow?

View 5 Replies View Related

Pivot Transformation Help

Oct 4, 2007

Does anyone have any ideas how to resolve this problem?

I have set my PivotKey to be a Column containing the ColumnNames which I want to Pivot. I have taken the LineAgeId value from the Input column and used it as my SourceColumnID in the Ouput Columns tab.

Error 1 Validation error. Data Flow Task: Pivot [231]: Output column "ATTRIBUTENAME" (489) cannot be mapped to PivotKey input column. Package.dtsx 0 0

View 6 Replies View Related

Transformation Steps

Sep 6, 2006

I want to update a char column and remove all the periods (.) - middle initial data. What are the basic steps in SSIS?

Source Table/Column --> Transform of some kind --> ? --> ?

I've never had to massage data and replace in the same table in my brief career so far but I see a lot more ahead.

There isn't a simple sql statement to do this, is there?

TIA





View 1 Replies View Related

Lookup Transformation

Mar 27, 2006

Hi Everyone,

I'm trying to perform a lookup transformation. But the deal is, I have this one value that I am passing into the transformation, but I would like to gather all values that match the value I put in....does the lookup transformation do this? I tried it, and it appears as if it only returns one value for the one input. After the lookup, I have an access OLE DB destination setup...so I can capture all those values that corresponds to that one value I passed into the lookup. Does anyone have any ideas on how I can go about this?

Thanks!

View 1 Replies View Related

Complex Transformation

May 7, 2008



Here are my list of column names

90Q1
90Q2
90Q3
90Q4
91Q1
91Q2
91Q3
91Q4
.
.
.
.
.
99Q4

Each Column has boolean(Y or Null for NO)

Desired column Output

Start Date
End Date


Here is my example
For example :90Q1 90Q2 90Q3 90Q4 91Q1 91Q2 91Q3 91Q4 etc etc etc
Y Y Y Y N N Y Y



SO my output should be

Start Date:1990/01,1991/07
EndDate:1990/12,1991/12

Can the be achieved....Please let me know


View 7 Replies View Related

Derived Transformation

Oct 11, 2007

I would like to creat a new column called Load_Dt and hard-coded as 06/30/2006 ( date data type) in derived transformation... how can i do this?

View 1 Replies View Related

What Row Count Transformation Can Do?

Feb 16, 2008



There is "Row Count" transformation in SSIS.
It can count the number of records. But how can I get the output from the row count?
Can I insert the number of row count into a table in SSIS?

Thanks for help!

Mike

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved