Viewing 15 posts - 2,101 through 2,115 (of 7,168 total)
PiMané (2/7/2013)
Grant Fritchey (2/7/2013)
February 7, 2013 at 7:10 am
fluffydeadangel (2/6/2013)
I don't know if you can restrict activity monitor to a single database...
To my knowledge you cannot. See my previous comments about how SQL Server does not neatly segment...
February 7, 2013 at 7:00 am
My first thought was to use PowerShell. Here is a script that looks promising
http://gallery.technet.microsoft.com/scriptcenter/79644be9-b5e1-4d9e-9cb5-eab1ad866eaf
February 6, 2013 at 9:53 pm
J M-314995 (2/6/2013)
February 6, 2013 at 8:20 pm
Nice workaround. Thanks for posting back.
February 6, 2013 at 5:58 pm
I am not sure I understand the qualifier you mentioned. How is "done using" different from "don't need the document to be in an open state"?
February 6, 2013 at 3:17 pm
Once we moved beyond the terminology of "sysadmin" the way I am reading the requirement "But I need to ensure this local admin has sysadmin rights to only one DB."...
February 6, 2013 at 11:51 am
VIEW SERVER STATE might work if only view is required. It offers nothing in the way of managing and allows the user to see things related to other databases, not...
February 6, 2013 at 11:34 am
Justin Manning-350368 (2/6/2013)
dbo on that database should be fine.
I am thinking you meant 'membership in db_owner' and not 'dbo.'
With regards to activity monitor, this should be...
February 6, 2013 at 10:47 am
I have run into that too. Are there restrictions on compiling permanent or temporary stored procs into tempdb?
If permanent procs are disallowed you could change the CREATE portion of the...
February 6, 2013 at 10:36 am
Why use sysprocesses here, a deprecated feature of SQL Server? One other side note, if you're not in master then you have to fully-qualify it as sys.sysprocesses in SQL 2008.
sp_whoisactive...
February 6, 2013 at 10:02 am
What is the goal? A set of rows with no duplicates? If so, would you want the row with the max ID? the min ID?
Most importantly, what have you tried...
February 6, 2013 at 9:50 am
Anywhere in your code once you're done using the document.
February 6, 2013 at 9:25 am
I tend to agree that for a few thousand rows you'll find that the effort to split the tables will not be worth the gains you might receive, not to...
February 6, 2013 at 8:15 am
Viewing 15 posts - 2,101 through 2,115 (of 7,168 total)