Viewing 6 posts - 16 through 21 (of 21 total)
also, only a login 'bob' can be made a dbowner or a user 'bobuser' mapped to that login can also be made a dbowner by using:
can this be done---sp_changedbowner...
February 9, 2011 at 1:06 am
dear ashish sir,
i created a login :
create login bob with password='bobpass'
i did not create any user for the above login
i logged into sql server using above credentials
then i entered...
February 9, 2011 at 12:58 am
THANK YOU VERY MUCH MR.AVINASHILY FOR YOUR REPLY
HELPED ME A LOT.
THANX A LOT
WOULD BE LOOKING FORWARD FOR MORE HELP FROM YOU.
THANX FOR THE GREAT FAVOR.
February 9, 2011 at 12:30 am
thanks a lot sir for your reply,
but when i uncheck the database and click ok, then it shows an error as :
Rename failed for user 'dbo' (Microsoft.SqlServer.Express.Smo)
An exception occurred while...
February 9, 2011 at 12:22 am
thank you sir,
ok can you tell me this much:
I CREATED A TABLE:
create table importdata.dbo.guesttable(guestname char(5))
I DENIED THE SELECT OPERATION ON THE ABOVE TABLE:
deny select on importdata.dbo.guesttable to guest
I EXECUTED THE...
February 8, 2011 at 6:08 am
dear sir,
i need to know the reason that why stored procedure is taking more time than simple query execution.
my query is:
insert into employeedetails values('amit')
insert into employeedetails values('amit')
insert into employeedetails values('stark')
insert...
February 2, 2011 at 11:29 pm
Viewing 6 posts - 16 through 21 (of 21 total)