Viewing 15 posts - 106 through 120 (of 237 total)
1. Open your SQL Server Configuration Manager(SSCM), make sure your SQL Server service is running.
2. Check if the Client Protocols are enabled in SSCM, especially the TCP/IP protocol.
3....
January 31, 2012 at 9:35 am
If the sequence of Transaction log is broken due to a corrupted log file, then in order to get the sequence back you must restore the complete database backup from...
January 27, 2012 at 2:31 pm
Nice Script and nice output in mail..thanks for posting here
January 24, 2012 at 7:51 am
you can try this script.....
SELECT
[sJOB].[job_id] AS [JobID]
, [sJOB].[name] AS [JobName]
, CASE
...
January 23, 2012 at 8:45 am
That was very helpful link...solved my problem and my job is running smoothly now .
thanks
January 20, 2012 at 1:49 pm
nice script very handy...
January 20, 2012 at 9:30 am
Hi Steve ..
I am trying to delete old t-log backup files using maintenance plan and it works fine but when i check the files in backup device the old...
January 19, 2012 at 11:06 am
okay got you GEOFF ..thanks thanks...
have a good day ahead if you are in USA..lol;)
January 18, 2012 at 8:03 am
Hi Geoff..
Like to know one thing regrading to your script
exec master.sys.xp_cmdshell 'PushD "\\YOUR\UNC\PATH" &&("forfiles.exe" /S /M "*.trn" /d -7 /c "cmd /c del @file") & PopD'
GO
to
exec master.sys.xp_cmdshell 'PushD...
January 18, 2012 at 7:41 am
Thanks Geoff
I tried on local machine and it works fine .thanks for nice explanation.
I can change to the any number?- 7 to 15 or 30?
January 17, 2012 at 2:57 pm
i have log files located in backup device so should i have to put backup device name in that path? or it will find automatically .trn file ?
E.G ...
January 17, 2012 at 2:32 pm
can you specify with example ? i am working on same scenario .
January 17, 2012 at 2:16 pm
Maintenance plan works fine but old T-log backup file not getting deleted.
T-log backup file located on network drive in Backup device.
Any idea?
January 17, 2012 at 1:52 pm
Viewing 15 posts - 106 through 120 (of 237 total)