Viewing 14 posts - 61 through 74 (of 74 total)
While reading the data from the file read all the columns as string and then use the data flow transformation tools like "Data Conversion" to convert to int/float .
Basically its...
April 14, 2009 at 8:24 pm
Is it a variable length file and what is your column delimiter?
April 13, 2009 at 8:50 pm
May be it is an authentication issue . Please test by creating a simple sp that inserts data into the table and schedule it as a job and test if...
April 8, 2009 at 10:20 pm
I am sorry I am busy today with some production errors but please go trough this example from
http://www.sqlis.com/post/The-Script-Component-as-a-Transformation.aspx
Remember your Input is just one column here.
April 8, 2009 at 6:19 pm
Are you testing it on the same server? check your configuration files, may be they both are pointing to different servers.
April 8, 2009 at 12:18 am
Probably There are spaces after your column1
use the following statement
UPDATE TABLE
SET COLUMN1 = RTRIM(LTRIM(Column1)) + ']'
April 8, 2009 at 12:13 am
Create a data flow task and read each individual row (at this stage do not consider column delimter) Then create a script component task as a data transformation...
April 7, 2009 at 8:28 pm
Thanks for your reply, by unions we are just assuming the no of regions to be fixed, but as i said the regions might grow in future as of now...
March 17, 2009 at 4:59 pm
No the no of columns are not fixed so I would prefer my reporting with matrix where the regions might grow in time. Also I have examples of using one...
March 16, 2009 at 4:43 pm
There is a company's table where I get the total of the company count group by regions and then there is a overdue company table where I get the count...
March 12, 2009 at 7:03 pm
probably the problem i stated is not very clear, the user has SHOWPLAN permission just that when an index is created and while I execute as a user it throws...
January 27, 2009 at 3:04 pm
It is occuring in SQ2005 and I am logging in as sa with all privileges.
Before the exec as user = 'aparnak' I am using the following statement GRANT...
January 26, 2009 at 4:35 pm
Viewing 14 posts - 61 through 74 (of 74 total)