Viewing 15 posts - 16 through 30 (of 127 total)
got it...working on it...but let me know if you have any other article..
Thanks.
June 11, 2015 at 1:10 pm
My requirements are little different.
I want to send to each individual their own record. Let's say how much sales he did on that day!
June 11, 2015 at 12:48 pm
actually I have table like as follows
SID Name Grade email
101 Peter 87...
June 8, 2015 at 7:21 am
Thanks for your help.
June 7, 2015 at 7:37 pm
i got almost 90% but need a help to finish it...
here is what I got,
use AdventureWorks2012
CREATE TABLE tbl
([MemberCode] int, [ClaimID] int, [StartDate] date, [EndDate] date, [CaseDate] date);
INSERT INTO tbl
([MemberCode], [ClaimID],...
May 30, 2015 at 6:02 pm
Please find following attachment , specially for Steve, Sean and Lowell...
July 25, 2013 at 7:51 am
Thank Lowell!
Is it possible to restore the certifacate and symmetric key from backup location into the database's security folder into SQL SERVER 2008 R2?
thanks.
July 24, 2013 at 1:49 pm
Hi Lowell,
I created one database called encrypt_test1, in that I created one table called Customer_data.
I encrypted single column, called "AccountNumber" in table called Customer_data.
Now I want to restrict other users...
July 24, 2013 at 1:01 pm
This time I gave attetion while creating database, and choose my user name as owner of this database.
but still , the server on which we are working is sqlserver/server2008r2
under which...
July 23, 2013 at 2:44 pm
when I tried..following one..
use encrypt_test1
DENY SELECT ON Object::dbo.Customer_data to [sqlserver\ackj]
it says that
Command(s) completed successfully.
but, when I run the following from my co-worker station whose user name is [sqlserver\ackj]
USE encrypt_test1;
GO
OPEN SYMMETRIC...
July 23, 2013 at 2:40 pm
I tried this one..
deny VIEW DEFINITION ON SYMMETRIC KEY::SymmetricKey1 TO [sqlserver\ackj];
deny VIEW DEFINITION ON Certificate::Certificate1 TO [sqlserver\ackj];
GO
but it didn't help.
still [sqlserver\ackj] user can see the data with above command.
July 23, 2013 at 2:07 pm
Sean Lange (7/23/2013)
Learner44 (7/23/2013)
but, things here are ongoing..with millions of data across the 40+ tabels..
and account number is used as reference in almost 32+ tables.
Due to recent...
July 23, 2013 at 1:35 pm
Viewing 15 posts - 16 through 30 (of 127 total)