Viewing 15 posts - 5,806 through 5,820 (of 8,753 total)
Quick thought, use the OUTPUT clause, here is an example
😎
USE tempdb;
GO
SET NOCOUNT ON;
DECLARE @GUIDINSERT TABLE
(
GUID_ID UNIQUEIDENTIFIER NOT NULL
...
April 4, 2015 at 12:17 am
Quick thought, having a Named Pipe as a protocol there looks odd, have the client network configurations changed on the server?
😎
Named Pipes Provider: Could not open a connection to SQL...
April 4, 2015 at 12:07 am
itmasterw 60042 (4/3/2015)
Someone was telling me that they had a text file that was both comma and piped delimited and that they used BCP to import it.
While they did not...
April 3, 2015 at 11:59 pm
Quick question, as looks like the HTTP Connection Manager is not correctly configured, can you post the connection configuration?
😎
April 3, 2015 at 11:28 pm
t.mounika01 (4/3/2015)
In the input column the hash value is in bytes and in output column it is string
As SSIS does not have the concept of implicit type conversion you will...
April 3, 2015 at 11:10 pm
Further on Sean's answer, seriously suggest you look into some database design patterns, what you got there is just awful
😎
April 3, 2015 at 1:19 pm
ZZartin (4/3/2015)
Quick question Grant, how many times have you seen systems/processes fail on the 13th of the month? I can count a good handful.
My favorite was coming across a system...
April 3, 2015 at 1:03 pm
t.mounika01 (4/3/2015)
I am trying to use multiple hash in my ssis package and after the multiple hash, i added a lookup column to check if the record exists...
April 3, 2015 at 12:09 pm
krypto69 (4/3/2015)
Hi,I know it is possible to use the secondary replica to pull data (application intent) etc..
But is there some way to query the replica directly via SSMS?
Not certain I...
April 3, 2015 at 12:07 pm
djj (4/3/2015)
Worked with a guy who would talk to his dog about a code problem.
Now this can easily be mis-understood:hehe:
😎
April 3, 2015 at 12:06 pm
If I understood the question correctly this should be a trivial task using a ForEach folder enumeration, have a look at this article: Implementing Foreach Looping Logic in SSIS[/url]
😎
April 3, 2015 at 12:00 pm
Alan.B (4/3/2015)
Koen Verbeeck (4/3/2015)
Alan.B (4/3/2015)
I actually came into the "Anything that is NOT about SQL!" forum to ask this question but think it's appropriate here....How do you report spam?
At the...
April 3, 2015 at 11:46 am
Grant Fritchey (4/3/2015)
April 3, 2015 at 11:38 am
Jeff Moden (4/3/2015)
Eirikur Eiriksson (4/3/2015)
April 3, 2015 at 11:30 am
Quinn-793124 (3/31/2015)
April 3, 2015 at 11:19 am
Viewing 15 posts - 5,806 through 5,820 (of 8,753 total)