Viewing 15 posts - 16 through 30 (of 44 total)
Hi,
User who is only "only" db_owner of the master database cannot kill any process.
Kill statement requires membership in the sysadmin or processadmin fixed server roles.
October 19, 2009 at 5:10 pm
Yes, this is possible.
Go to
LOGIN properties --> securables ---> click add ---> add objects SERVER ---> find view ANY DATABASE and mark DENY.
This is my only idea....
July 28, 2009 at 4:17 pm
Maybe you need to use TOP clause?
Something like this...
select TOP 1 your_collumns...
from ....
where ....
July 28, 2009 at 3:59 pm
It's my pleasure ๐
July 28, 2009 at 3:54 pm
Hi,
Try with
sp_helplogins
sp_helpuser
July 28, 2009 at 11:59 am
In the mean time I resolved this issue...
Problem was with "no join predicate" which was the reason that compiling of procedure took about 30 minutes.
After I added hint (force...
June 16, 2009 at 7:48 am
[/quote]
How you can not be sure? Microsoft may be a large, hegemonic company, but they're not going to intentionally lie about something like this. If they say it's there, you...
June 11, 2009 at 12:51 pm
Thank you for your effort I also find this on Microsoft site, but I am still not sure ๐
June 10, 2009 at 7:44 am
Ok, I will be more carefull next time.
Sorry ๐
June 8, 2009 at 5:22 am
This applies to both SQL 2000 and SQL 2005 I test it.
June 6, 2009 at 3:22 pm
I agree with Jonathan, you are resolving problem on the wrong place ๐
May 13, 2009 at 1:31 am
Hi Grant,
What about statistics which are not related with indexes?
May 13, 2009 at 1:25 am
๐
If you wan't to execute query in some particular time you should look in BOL for WAIT FOR functions
Best regards,
February 18, 2009 at 10:17 am
What do you think with โschedule reportโ ?
February 18, 2009 at 10:03 am
Viewing 15 posts - 16 through 30 (of 44 total)