Viewing 15 posts - 1 through 15 (of 21 total)
Thank you so much !!!
October 16, 2014 at 4:37 am
thanks for the tips
May 15, 2014 at 8:32 am
Yeah I know, I already changed it but i was trying to see the history which has been discarded. Thanks for your answers anyways.
April 29, 2014 at 12:12 am
I want to execute it, I dont want to get the statement itself. Thanks for your response
March 20, 2014 at 7:24 am
What I am trying to do is;
If my class_desc returns OBJECT_OR_COLUMN, I want to get the grant statement which works. However if class_desc returns DATABASE_ROLE then i want to execute...
March 20, 2014 at 3:24 am
Then how im suppose to see the open transactions ? do you have any useful sql scripts that can help me out in order to find out what my problem...
March 7, 2014 at 1:49 am
as far as i know if sys dm exec requests returns nothing there is no open transactionn. isn't it ?
March 7, 2014 at 1:40 am
This is the sql that how i query blocking sessions
SELECT blocking.session_id AS blocking_session_id ,
blocked.session_id AS blocked_session_id ,
...
March 7, 2014 at 12:57 am
Since there is no open transaction it should've been committed.
March 6, 2014 at 7:56 am
I was gonna post something about system tables updates then somehow i end up asking the same question. my bad. I will consider your warning next time
January 27, 2014 at 6:48 am
Hi Perry I want to do this:
in SQL Server 2012, i can make audit filter for sa user. However i can't do it in sqlserver 2008 I want to audit...
January 24, 2014 at 5:37 am
Koen Verbeeck (1/24/2014)
ALTER ROLE (Transact-SQL)The question is: why would you want to. The user is sysadmin so he/she can already do everything.
Hi Koen, the reason why i want to do...
January 24, 2014 at 2:18 am
DBCC LOGINFO and you will see your last virtual log status is 2. I guess you need to make it 0 and then shrink....
January 23, 2014 at 8:15 am
Hi,
Yes they come in under different accounts and it is easy to differentiate if you do SERVER AUDIT since they have different login accounts under instance. However, it is not...
January 23, 2014 at 7:45 am
Viewing 15 posts - 1 through 15 (of 21 total)