Viewing 15 posts - 2,101 through 2,115 (of 7,164 total)
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
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 6, 2013 at 9:53 pm
J M-314995 (2/6/2013)
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 6, 2013 at 8:20 pm
Nice workaround. Thanks for posting back.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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"?
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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."...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 6, 2013 at 9:50 am
Anywhere in your code once you're done using the document.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
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...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 6, 2013 at 8:15 am
Er, no.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 5, 2013 at 9:10 pm
VBScript can do popups or download Visual Studio C# Express Edition and create a Windows Forms app.
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 5, 2013 at 8:38 pm
In that case I would recommend you move towards a C# Windows Forms app. Anything done in Batch would be a workaround and I cannot bring myself to recommend new...
There are no special teachers of virtue, because virtue is taught by the whole community.
--Plato
February 5, 2013 at 6:55 pm
Viewing 15 posts - 2,101 through 2,115 (of 7,164 total)