Viewing 9 posts - 1 through 9 (of 9 total)
Sorry for the late response to your request to know which code set I used. The answer is sorry none, part of process are in ultra secure enviroments and server...
September 19, 2013 at 12:34 pm
Thank you everyone for your fast response and code posting, now with a quit afternoon(not likely). I can get this loaded throughout my universe.
December 5, 2012 at 6:50 am
GRANT VIEW ANY DATABASE TO <login>;
February 17, 2011 at 12:41 pm
Gentlemen,
Yes the users as premission. I set it up in this fashion.
DatabaseRole: EXFunctionRole
Iside that role the secrables associate to a table-valued functions
Grant Alter
Grant Control
Grant References
Grant Select
Grant View Defention
Then the...
October 15, 2010 at 1:59 pm
I to just Ran into the very wierd error message. I sent of the dump and all related filed. The answers is move to SP3 + Cumulative update 5....
July 1, 2010 at 6:48 am
Got It
DECLARE @command VARCHAR(5000);
SELECT @command = 'Use ['+ '?'+ ']
Select @@servername AS ServerName,
CAST(sysfiles.size /128.0 AS int) AS FileSizeMB,
sysfiles.name AS LogicalFileName,
sysfiles.filename AS PhysicalFileName,
CONVERT (sysname, DATABASEPROPERTYEX( ''?'' , ''status'' )) AS...
June 15, 2009 at 10:54 am
The is from the logs in the active node of the cluster, there was no logs on the passive cluster at all.
Product ...
June 11, 2009 at 3:19 pm
Fixed it. It looks like the SQL Server Agent was hung.
DUHHH
OPP
June 1, 2009 at 1:19 pm
Viewing 9 posts - 1 through 9 (of 9 total)