Viewing 15 posts - 31 through 45 (of 77 total)
scottichrosaviakosmos (5/9/2011)
yes, I want to eliminated comma before importing my data into sql server.
You can first import your data into an SQL staging table. Then run an update statement to...
May 9, 2011 at 12:39 am
mayank.singla (4/28/2011)
I am facing issues while deploying CLR Stored procedure. I am not getting any message in error list or in output window but an error box saying "There were...
April 28, 2011 at 3:46 am
mayank.singla (4/28/2011)
I am facing issues while deploying CLR Stored procedure. I am not getting any message in error list or in output window but an error box saying "There were...
April 28, 2011 at 3:44 am
avadhut.joshi 17339 (4/28/2011)
April 28, 2011 at 3:39 am
Did you set the 'RetainSameConnection' property to True on your connection (from the connection manager)?
April 28, 2011 at 3:22 am
avadhut.joshi 17339 (4/28/2011)
I am finding following error for transaction.
Error: 0xC002F210 at CommitTransaction1, Execute SQL Task: Executing the query "Commit Transaction BeginTransaction1" failed with the following error: "The COMMIT...
April 28, 2011 at 2:51 am
sashikanta.mishra (4/28/2011)
Thanks for the same.
Even our team is working on for SQL 2005 and 2008. So, it will be helpful if somebody can tell me how monitor the...
April 28, 2011 at 2:39 am
sivaprasadyellala (4/27/2011)
I am running a delete statement in Execute SQL task passing a...
April 28, 2011 at 1:46 am
kiruthika.naren (4/27/2011)
R001D0345003214555 Ambika, Mahesh A
in the above sample,
R001 - region
D0345 - district
003214555 Ambika, Mahesh A - employee cde...
April 28, 2011 at 1:42 am
BackT0Work (4/26/2011)
create procedure ErrorMail_sp
@JobName varchar(50),
@TableName varchar(50),
@Issue varchar(MAX)
AS
BEGIN
declare @desc varchar(MAX)
set @desc= ' Job Name : ' + @JobName + ' Table Name : '+ @TableName+ ' Issue...
April 26, 2011 at 8:05 am
Sri8143 (4/25/2011)
There is a column which has datatype varchar(512) when exported...
April 26, 2011 at 7:01 am
BackT0Work (4/19/2011)
When I execute the Package the number of rows shown in the...
April 21, 2011 at 4:39 am
Hello
Never tried this but maybe you can check if an INSERT/UPDATE trigger on the sysssislog table will do the job for you?
Also, maybe at the end of your package, you...
April 21, 2011 at 4:16 am
rmkmurali (4/20/2011)
Hello Friends,
I was going through several blogs and found a way to log the package run details to a user defined table. Following is the code for the same.
CREATE...
April 21, 2011 at 4:08 am
ESAT ERKEC (4/15/2011)
When i remove image column in query it is use index but when i add image column it dosent use index it use clustered index
When you remove...
April 18, 2011 at 1:00 am
Viewing 15 posts - 31 through 45 (of 77 total)