Viewing 15 posts - 8,026 through 8,040 (of 13,876 total)
PSB (10/14/2015)
CREATE TABLE #ListString
(
JobNo VARCHAR(10),
InvNo VARCHAR(MAX),
Address1 VARCHAR(100)
)
INSERT INTO #ListString ( JobNo, InvNo,Address1 )
SELECT '3079', 'abc' ,'Add1'
UNION ALL
SELECT '3079',...
October 14, 2015 at 9:40 am
Use the FOR XML PATH technique described here.
October 14, 2015 at 8:58 am
PB_BI (10/14/2015)
October 14, 2015 at 5:20 am
And now I just got this warning in Gmail, for a "SQLServerCentral.com - New Topic " e-mail:
This message could be a scam. The sender's account may have been compromised and...
October 14, 2015 at 2:50 am
Felix Pamittan (10/14/2015)
Lowell (10/5/2015)
they added code that insta-deletes anything Celko posts(thank you for that!)
So that's why I received an email saying:
A new reply has been added by CELKO to...
October 14, 2015 at 2:13 am
The error message does not say what went wrong, so I don't know whether anyone can help much without more information.
Did you check whether you have sufficient disk space for...
October 14, 2015 at 1:14 am
botta.5283 (10/14/2015)
please find the below is my requirement
how to fetch data from oracle database in sql server 2014
example
----------
oracle schema :t1
sql server :t2
now...
October 14, 2015 at 12:43 am
rajarajansudar (10/13/2015)
if ( System ID =="RE2")
{
Account_num +"-"+ coulum
}
i wrote in SSIS like below
System ID ?...
October 13, 2015 at 9:39 am
Sounds like something is setting this value.
If you click once on the CM and then get properties, can you check the 'Expressions' property – is there anything in there?
October 13, 2015 at 3:55 am
No. Create a dummy project, add the package to it, then you should be fine.
October 13, 2015 at 3:19 am
Kristen-173977 (10/13/2015)
Dave Convery (10/13/2015)
October 13, 2015 at 2:26 am
PearlJammer1 (10/13/2015)
October 13, 2015 at 2:24 am
Dave Convery (10/13/2015)
October 13, 2015 at 2:23 am
sqlbaby2 (10/12/2015)
id is null is not applicable in this situations because id is always not null values
Table A has a row where Id = 4.
Table B does not have...
October 12, 2015 at 5:47 am
Try changing it to 'Required' on the container. Leave the data flows within as supported.
October 12, 2015 at 5:44 am
Viewing 15 posts - 8,026 through 8,040 (of 13,876 total)