Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
select encrypted data from another database
Abdu Rafeeq
13y
1.7k
1
Reply
select encrypted data from another database
my query is
select
(
CONVERT
(
nVARCHAR
(
100
),
DECRYPTBYKEY
(
Tble.
Name
)))
AS
Name
,
Tbl
.
Code
as
Code
from
DbName
..
Tbl
i cant get encrypted data from Table Tbl
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
How to append Queries in Stored Procedure based on condition
Save previous row value to next row..