Viewing 15 posts - 6,871 through 6,885 (of 11,678 total)
Something like this?
SELECT
myID -- something that uniquely identifies your row
,userAccount
,Status = CASE WHEN userAccount IS NULL
...
June 14, 2012 at 2:48 am
amit_adarsh (6/14/2012)
a key that is...
June 14, 2012 at 2:26 am
You have two options:
* reroute all the rows with a ? to another destination or error table/file
* replace thet ? with an actual data
Let me know which one you prefer...
June 14, 2012 at 12:58 am
gelli.pavankumar (6/13/2012)
hi,
when i run single sql task ,it's working fine. but i put five sql task run parprelly ,i got error like that
"...
June 14, 2012 at 12:56 am
Great question Hugo.
This is a statement that supports the answer:
CREATE TABLE dbo.QotD2
(KeyColumn INT NOT NULL PRIMARY KEY
,Test INT NOT NULL
,CONSTRAINT [UX_Test]...
June 14, 2012 at 12:36 am
Sorry, but I'm still a bit in the dark how this scenario should be handled.
It does indeed look like you can only reference external packages in the MSDB or on...
June 14, 2012 at 12:03 am
L' Eomot Inversé (6/13/2012)
Koen Verbeeck (6/13/2012)
L' Eomot Inversé (6/13/2012)
I guess calling it a .ispac file instead of a .zip file makes sense if you want to...
June 14, 2012 at 12:01 am
KWymore (6/13/2012)
Koen Verbeeck (6/13/2012)
Thanks Koen, this article looks pretty thorough!
It is. It's written by Matt Masson, developer on the SSIS team.
Check out his site, there are also follow-up...
June 13, 2012 at 1:16 pm
Nakul Vachhrajani (6/13/2012)
muthukkumaran Kaliyamoorthy (6/13/2012)
Server is listening on [ 'any' <ipv4> 5555].
Dedicated admin connection support was established for listening...
June 13, 2012 at 1:03 pm
Odd. Never had this issue before, but good to know Notepad++ can come to the rescue 😀
June 13, 2012 at 12:59 pm
Praveen Kumar-379209 (6/13/2012)
June 13, 2012 at 12:58 pm
KWymore (6/13/2012)
June 13, 2012 at 12:54 pm
L' Eomot Inversé (6/13/2012)
I guess calling it a .ispac file instead of a .zip file makes sense if you want to know from the extension which...
June 13, 2012 at 11:23 am
L' Eomot Inversé (6/13/2012)
..., rather than assuming one of those arrogant developer-hating sql-hating know-nothing DBAs?
Hmmm, do I sense some frustration? 😀
June 13, 2012 at 6:38 am
No problem, glad to help.
June 13, 2012 at 3:21 am
Viewing 15 posts - 6,871 through 6,885 (of 11,678 total)