Viewing 15 posts - 106 through 120 (of 173 total)
Thank you for clarifying so that is called composite key right?
June 14, 2016 at 3:42 pm
Thanks for the prompt response.
So, if I try to insert the below , it executes:
Is it because it is composite key that col V is able to have duplicate values?
INSERT...
June 14, 2016 at 3:13 pm
Here's the one that I test out:
CREATE TABLE [dbo].[C](
[V] [varchar](12) NOT NULL,
[CT] [varchar](2) NOT NULL,
[CE] [real] NULL,
[CL] [real] NULL,
[CX1] [real] NULL,
CONSTRAINT [C$C2] PRIMARY KEY CLUSTERED
(
[V] ASC,
[CT] ASC
)WITH (PAD_INDEX...
June 14, 2016 at 2:48 pm
Got the error on subscriber.
This is the error message:
DESCRIPTION:Replication-Replication Distribution Subsystem: agent A failed. Offset 455 is not in the range of available LOB data.
June 13, 2016 at 6:47 am
Thanks for the correction
June 7, 2016 at 11:07 am
Thank you.
But is also picking for included columns, I want to exclude that one
May 27, 2016 at 10:20 am
I have one column:
SLVER CREEK DR
3RD ST
S OAK GATE LN
ABCSDGFDG LN
Turtle WnhhkjT
E Royal Street
Values that need to be in
ColA : S,E
ColB : SILVER CREEK, 3rd, OAK GATE,ABCSDGFDG ,Turtle...
May 19, 2016 at 8:12 pm
Thank you for the reply.
My requirement changed a bit:
I have one column:
SLVER CREEK DR
3RD ST
S OAK GATE LN
ABCSDGFDG LN
Turtle WnhhkjT
I need the above data split into three columns:
ColA ...
May 19, 2016 at 7:02 pm
Thanks for the prompt reply.
Actually my data is as below in one column:
SLVER CREEK DR
3RD ST
OAK GATE LN
ABCSDGFDG LN
WnhhkjT ST
I need to split the above data into two columns
1st Column...
May 18, 2016 at 1:09 pm
Package is deployed in ssisdB in one server(Server A)
I need a stored proc to execute that package. Stored Proc will be in different server(Server B)
So SP in Server B...
May 6, 2016 at 1:12 pm
I am using UNC path, could it be Kerberos issue?
SSIS in one server, job in another and UNC path is different
May 5, 2016 at 7:07 am
How do we do using OLEDB?
For Linked Server, do we need to install Oracle client in the server which is running SQL?
March 29, 2016 at 3:54 pm
SSIS package runs from when I execute it manually or from VS. But it fails from the agent with the truncation error.
What could be the issue?
March 23, 2016 at 9:55 am
Thanks but how would it spread data from the 1st file which is 2 TB to second file created?
March 23, 2016 at 6:41 am
Viewing 15 posts - 106 through 120 (of 173 total)