Viewing 13 posts - 16 through 28 (of 28 total)
Best practices
BEGIN TRANSACTION
COMMIT TRANSACTION
ROLLBACK TRANSACTION
October 21, 2005 at 9:50 am
Hello
I have been going through the same process on my end. What I ended up doing is doing a nightly backup of my DB that overwrites itself everynight with the...
October 19, 2005 at 9:40 am
I'm assuming that your doing this in Query Analyzer. Try doing it in Enterprise Manager.
Right click your database>All Tasks>Shrink Database>click on Files button on bottom right>Select TLog in drop down...
July 20, 2005 at 10:47 am
Hello John,
Have you tried truncating the log first in query analyzer?
(i.e. -
BACKUP LOG DB_NAME WITH
TRUNCATE_ONLY
)
I usually truncate then shrink.
I hope this helps you.
Thanks,
LL
July 20, 2005 at 9:32 am
April 9, 2005 at 1:12 pm
April 4, 2005 at 11:36 am
Appears your connection sting is missing "Provider=oledbconnection" before your "Server".
In Visual Studio for your code behind page you need to add Imports System.Data and Imports System.Data.OledbClient if your using this...
April 4, 2005 at 11:32 am
Angela,
Currently I have gave the developer access ( SELECT ) to sysjobs and sysjobsschedules tables in msdb database. His comments were "to create/schedule jobs, I need to be able...
May 10, 2004 at 11:51 am
Thanks for the help dbgeezer. I just gave him select to sysjobs and sysjobsschedules.
Lawrence
May 7, 2004 at 10:05 am
Thanks, If I just give him Select rights to sysjobs and sysjobsschedules tables that is still secure right?
May 6, 2004 at 10:21 am
The developer is a trusted source. He needs to create/schedule
jobs. If I gave him read only would that be secure enough?
Thanks,
Lawrence
May 6, 2004 at 9:04 am
Viewing 13 posts - 16 through 28 (of 28 total)