Viewing 15 posts - 1 through 15 (of 109 total)
I've put some code up here (years ago), then a few years later was trying to solve an issue, did a google search, and what was the first item that...
December 28, 2015 at 10:31 pm
CREATE TABLE encrypted_login_details(
ServerName varchar(15)
, username varchar(10)
, password varbinary(100)
)
go
--EncryptByPassPhrase:
INSERT INTO encrypted_login_details(ServerName,username,password) VALUES('MyServer','MyUserName',EncryptByPassPhrase('SSIS Is the future','ThisIsThePassword@1234'))
/*
-Syntax: ENCRYPTBYPASSPHRASE('PASSPHRASE','text')
In this statement, PASSPHRASE specifies the data string to be used to derive an encryption...
December 9, 2014 at 6:27 pm
Thanks. I d did manage to solve it. Apparently I had a mismatch between the server name in my tnsnames.ora file and the server name in my script....
May 13, 2013 at 10:05 pm
There is more than one person watching this...I'm trying to work out what the "SID" is.
Running the script gives me this:
OLE DB provider "MSDAORA" for linked server "MyServerName" returned message...
May 12, 2013 at 6:36 pm
Thanks, but you cannot get to a table list unless you have selected both a database and a server.
Even though this is two years old, I did end up working...
April 23, 2013 at 3:04 pm
What's the difference between "the cloud" and a data centre providing hosting? A lot of companies that I've worked with over the years have been quite happy to...
May 22, 2012 at 5:54 pm
dwain.c (5/22/2012)
niall.baird (5/21/2012)
dwain.c (5/21/2012)
niall.baird (5/21/2012)
ISNULL()COALESCE()
Correct! But in case the OP needs a little further guidance, I offer this:
I'm just lazy... 😀
You might be surprised how few people take the...
May 22, 2012 at 12:58 am
dwain.c (5/21/2012)
niall.baird (5/21/2012)
ISNULL()COALESCE()
Correct! But in case the OP needs a little further guidance, I offer this:
I'm just lazy... 😀
May 21, 2012 at 11:51 pm
Evil Kraig F (5/15/2012)
When you reach your limits with that 1 project that's blown out of scope, give me a call... I'm here.
+1
May 15, 2012 at 6:02 pm
P Jones (5/15/2012)
It's just the same as the proliferation of Access databases and Excel spreadsheets out there and we have to control those somehow!
While I agree in principle, the proliferation...
May 15, 2012 at 4:34 pm
jay-h (5/10/2012)
TravisDBA (5/10/2012)
Thanks, I love dogs better than most people I know.:-DForget 'take your child to work day', I'm pushing for 'take your dog to work day'
+1
May 14, 2012 at 4:48 pm
I haven't yet read the Bloomberg article yet, just the snippets from Steve's editorial. I am a software engineer specialising in Data Warehousing, SSIS & SQL Server...
May 13, 2012 at 10:14 pm
Revenant (12/8/2011)
<snippity snip>
I think I could make an argument that humans share some of what we call 'morals' with other species of mammals; for example, special consideration for mothers with...
December 8, 2011 at 5:47 pm
Viewing 15 posts - 1 through 15 (of 109 total)