Viewing 7 posts - 1 through 7 (of 7 total)
You cant make read only a SP, but you can control who can edit all stored procedures trow permission. if your users arent in the sysadmin role or db_owner and dont...
March 18, 2005 at 8:57 am
Thanks for another option, i test with a no so big Log File and it works. Very helpful information in Bol to understand better the shrink process.
Pancho
September 28, 2004 at 11:39 am
Very usefull SP, do you have more documentation about this Extended SP?.
Thanks !
Pancho
September 28, 2004 at 9:53 am
I'am totally agree with you, but some months ago i was in a situation, where i was trying so many ways to reduce the size of the log size and nothing works. That's...
September 28, 2004 at 8:50 am
I always use the next:
Backup LOG <Databasename> WITH NO_LOG
GO
DBCC SHRINKFILE (<Logfile>,<newsize MB>,TRUNCATEONLY)
GO
And it always works. If doesn't work you should think about detach and attach db with...
September 28, 2004 at 8:31 am
I always use the next:
Backup LOG <Databasename> WITH NO_LOG
GO
DBCC SHRINKFILE (<Logfile>,<newsize MB>,TRUNCATEONLY)
GO
And it always works. If doesn't work you should think about detach and attach db with...
September 28, 2004 at 8:31 am
I only wants to add , that if you make the .exe file of the Visual Basic Program who makes the call to DTS , IT Works only makes an...
September 23, 2004 at 3:28 pm
Viewing 7 posts - 1 through 7 (of 7 total)