Viewing 10 posts - 1 through 10 (of 10 total)
CozyRoc (12/16/2009)
With arguments like this, many people would ask why MS wasted all these resources and time to create SSIS.
Here is my opinion about the custom .NET code PROS you...
December 16, 2009 at 9:47 am
Hi,
If I understand properly - you dont mean what langauge to use in SSIS but rather whether to go with pure .NET vs SSIS. Am I correct.
We are...
December 15, 2009 at 7:29 am
thanks for this - much appreciated. reading now 🙂
November 10, 2008 at 2:16 am
thanks aleksandar.kostovski & jgrubb.
Creating and usign a secure connection i.e. Using a TCP port tunnel/VPN ssh port tunnel to secure a connection is now not an option (although probably the...
November 7, 2008 at 7:12 am
Hi,
Im interested in how the 2 dbs would be configured to communicate with each other securely.
For this to be a secure connection - the remote oracle db would...
November 5, 2008 at 3:55 am
Hi kshitij,
thanks for this. can you please provide a brief overview of how this is done (architecture).
Does the remote oracle db connect to the sql server over...
November 5, 2008 at 3:33 am
thats great. should have thought about that one a bit more.
Thanks
December 27, 2005 at 8:39 am
September 3, 2005 at 11:53 am
Great. Thanks.
Just find if there are upper case letters i.e. return a 1(true) or (0)false would be ideal - for all entries within the field. I could then adapt it at...
September 3, 2005 at 10:33 am
Hi,
I thought this would count the number of uppercase letters in a field but counts lowercase letters too. Any suggestions?
create function dbo.find_uppercase1
(@name as varchar(255))
Returns varchar(255)
as
BEGIN
declare @current varchar(1)
September 3, 2005 at 4:58 am
Viewing 10 posts - 1 through 10 (of 10 total)