Viewing 15 posts - 91 through 105 (of 1,137 total)
Why does every question even indirectly touching about space, result in someone saying you need to shrink the database.
coming back to the question. if the database is bigger, is it...
November 3, 2009 at 7:24 am
does the execute as account have permissions/access to that database.
list the account/user and its permissions, that is usually the best starting point
November 3, 2009 at 3:19 am
venkuforever (11/2/2009)
November 3, 2009 at 3:13 am
November 3, 2009 at 3:09 am
November 3, 2009 at 3:08 am
simple enough error, the values that you are trying to insert, have a quote inside. you need to replace the quote with two quotes. although there are other ways of...
November 3, 2009 at 2:59 am
malli.chitturi (11/2/2009)
November 3, 2009 at 2:46 am
Anyone want to join the white space debate, is less more ?
November 2, 2009 at 9:28 am
I know what 'white space' is, but how you can think it applies in this context I have no idea :crazy:
November 2, 2009 at 9:26 am
Dont really have the time for this.
the problem that I see is that, in the function the second select is referencing sys.dm_exec_sql_text, which needs master database access and also requires...
November 2, 2009 at 6:46 am
tobe_ha (11/2/2009)
Msg 297, Level 16, State 1, Line 4
The user does not have permission to perform this action.
I had added the folliwing permissions to the login:
use master
grant view server state...
November 2, 2009 at 5:50 am
execute as LOGIN = 'xxx_admin'
select [admin].[fn_db_get_sqltext] (1)
--exec [admin].[sp_list_blocking_sessions]
revert
does this work
execute as USER = 'Admin_user'
select [admin].[fn_db_get_sqltext] (1)
--exec [admin].[sp_list_blocking_sessions]
revert
You can specify a...
November 2, 2009 at 5:39 am
Agree with Dave, lose the sub selects and use the direct value. one of a few options you could use
November 2, 2009 at 5:35 am
Are you talking about a post that you have made here, if you have added an attachment, people can open the attachment that is applied to your post.
November 2, 2009 at 5:22 am
Viewing 15 posts - 91 through 105 (of 1,137 total)