Viewing 12 posts - 1 through 12 (of 12 total)
only i'd missed the statement
execute as user='masterpiece't
our lecturer never said anything about such a kind of stuff:angry:
anyway
thx u all guys helped me(':-D');
March 5, 2010 at 7:18 am
hi dude i'm a newby for roles,it's little bit hard to understand, would you have any suitable tutorial links for a newby
March 5, 2010 at 6:16 am
masterpiecebeta2 (3/5/2010)
create user masterpiece for login qwe
go
create schema schema1
go
alter user masterpiece with default_schema=schema1
go
create table schema1.paramore1(a int,b int)
go
create role doctor1
sp_addrolemember doctor,masterpiece
revoke insert ,update on schema1.paramore1 to doctor
go
now...
March 5, 2010 at 3:51 am
i just try wat u send to me but unfortunately still it's inserting the values
its really infuriating
anyway thanks for your vital contribution
its Microsoft SqlServer Management Studio 2005
March 4, 2010 at 10:06 pm
hey pal the user is= masterpiece
i started new project with user masterpiece2 still got the problem
this is the sequenece that i used in management studio express sql 2005
create database asa
use...
March 4, 2010 at 9:21 pm
I just want to check the existing schemas inside the sql server 2005
March 4, 2010 at 6:12 pm
oh i understood
Artist_ID would'n implicitly get into the Table Band
thank u very much
March 4, 2010 at 6:18 am
sorry pal i just misplaced it
alter table Band add Constraint fk_Band Foreign key(Artist_ID) references Artist(Artist_ID)
March 4, 2010 at 6:04 am
thx before dude now i hava another problem
The Foreign key constraint cannot be created
go
create...
March 4, 2010 at 5:42 am
thx dude
What a stupid question that was
March 4, 2010 at 5:30 am
Viewing 12 posts - 1 through 12 (of 12 total)