Viewing 15 posts - 31 through 45 (of 110 total)
If you know the database id ,Instead of giving dbid<>0 just give your database ID then check it will display all the details.....
Regards
Chowdary...
September 11, 2014 at 3:24 am
Hi Suneel,
It worked for me,Now the User can able to see the Tables but not the definition of the Tables.
But the User can't able to see the SP's.
If i...
September 10, 2014 at 10:41 pm
Hi Everyone i got the solution by using the following...
use master
go
deny exec on sp_help to public
use DBName ---DBName is Database name,
go
deny select on sys.all_objects to testuser ---TestUser...
September 10, 2014 at 7:03 am
Hi Mr.Suneel,
Thank you for ur valuable reply,
I have Executed DENY SELECT ON SYS.all_OBJECTS TO XXXXX ,But after executing this he can't able to use SELECT cmd but he can able...
September 9, 2014 at 10:38 pm
Awaiting for your Valuable Replies.......................:-)
September 9, 2014 at 2:29 am
In My DB there are 30+tables but here those tables are not showing same like SP also,
If i login with SA i can able to see those ,But if login...
September 8, 2014 at 6:33 am
Dear Gail Shaw Sorry for that,
Denying is worked,But here if i login with that newly created login i cant see the table names and all,Database name we know but we...
September 8, 2014 at 3:12 am
He's got to query the DB but isn't allowed to know the table names? How does that work? How does someone write queries without knowing table and column names?
GilaMonster ,
Yes,We...
September 8, 2014 at 1:56 am
Hi Gail Shaw,
I did R&D and found the solution for that View Definition,
But here that Particular login cannot able to see the DB name,Tbl names,Sp names Etc....
Database name we can...
September 7, 2014 at 10:54 pm
Thank you Mr.John for your valuable reply.
Can you pls give me the Clear declaration on this as am new to this DBA field i cant able to do that.
Where can...
September 5, 2014 at 7:09 am
Follow the below procedure.....
Step 1: Primary server i run below queries.
Note: here MyDB is your database name.
1)delete from msdb.dbo.log_shipping_primaries where primary_database_name = 'MyDB'
2)delete from msdb.dbo.log_shipping_monitor_primary where primary_database= 'MyDB'
3)delete from...
September 5, 2014 at 5:03 am
Viewing 15 posts - 31 through 45 (of 110 total)