Viewing 11 posts - 1 through 11 (of 11 total)
Ok,I got this,but you can be sure that I have searched in internet and MSDN but I didn't find anything
April 11, 2011 at 6:50 am
thanks for replying
but when I say that is there any system or catalog view,I mean if any type of view exists which holds complete script of the relations not only...
April 11, 2011 at 6:24 am
what type of answer is it?
please read my question again
April 11, 2011 at 2:54 am
do you call sp_setAppRole to activate your application role?
August 30, 2010 at 1:58 am
Alter login privilage exist only for login,application role does not have any logins,it 's only a data base role,
for god sake check it to see it.
August 8, 2010 at 3:44 am
it is wrong ,we are talking about application role,the application role is defined in special data base,it is not a sql server login,the permission can be set for application role...
August 8, 2010 at 2:41 am
such a thing doesn't exist.I mean 'Alter Any Login' permission,we have 'Alter any user ' permission that I 've already granted it.As you may know user is different from login.
I...
August 8, 2010 at 12:41 am
Ok
I assume you have a null value in your database so it causes that
aggregate functions to fail.the best and correct way is to use 'Isnull'
function to eliminate null value...
August 5, 2010 at 3:46 am
where is the "from" clause of your query.
if you want me to help you write the whole query.
you see 'select ' query is in this form:
Select a,b,c,... from tableName
August 4, 2010 at 6:53 am
Viewing 11 posts - 1 through 11 (of 11 total)