Viewing 14 posts - 1 through 14 (of 14 total)
encryping is useless. because you can find plenty of tools to decrypt them.
So it makes no sense.
that is why I want to protect them with user privileges
May 26, 2008 at 4:54 am
how can I revoke the permission to generate the edit script?
Because I don't wan't them to see the source code
May 26, 2008 at 4:46 am
I'll tell the whole story.
I have got 3 scripts.
1==> creates db + tables and users
2==> creates objects (functions and stored procedures)
3==> sets user rights.
I believe The 3 scripts are...
May 26, 2008 at 3:29 am
when I login as nagios I am able to edit the stored procedures
and I am not able to edit the tables used in the script.
May 26, 2008 at 3:14 am
thanks.
I fixed it thanks to you guys
May 21, 2008 at 5:19 am
Carl Federl (5/20/2008)
Move the "Use [nagios]" statement...
May 20, 2008 at 3:50 am
I've found the solution @ http://www.sqldev.net/sqlagent/SQLAgentDateTime.htm
Thanks!
May 15, 2008 at 6:35 am
Owkey, but there's nothings said over a run_time with a value of 0 or 1 :/
May 15, 2008 at 1:50 am
Oke, i've used the sys.database_files table to get information about the data files of the database that is currently in use (with the USE statement you can change it).
So i've...
May 6, 2008 at 6:54 am
OMFG that's very stupid ... but now:
IN my real project I need to divide 2 integers to calculate the % of log space used so:
(@used / @max-2)*100 ==>...
May 6, 2008 at 3:55 am
Thank you verry mutch :)\0/
A last question: when I use more than 1 data file, will sql server automatically use the next file if one is full ? or does...
May 5, 2008 at 6:40 am
Nice I see there a column named "max_size", but at the moment i've set my data file to 100MB restricted growth, and the value in de column max_size is 12800,...
May 5, 2008 at 5:49 am
Thank for al this answers, I'll implement a few of them tomorrow, the cpu, memory monitorring is easy as hell in Nagios. For us it's more the part of database...
April 29, 2008 at 10:53 am
Viewing 14 posts - 1 through 14 (of 14 total)