Viewing 15 posts - 211 through 225 (of 455 total)
if you rememeber, i gave the 2nd option with the 'echo' statement so you could see what files would be deleted.
i thought it might help you if you could see...
January 18, 2012 at 7:53 am
if you are concerned about what the command will do ( i understand, you don't know me from Adam )
just make one small change.
exec master.sys.xp_cmdshell 'PushD "\\YOUR\UNC\PATH" &&("forfiles.exe" /S /M...
January 17, 2012 at 2:47 pm
this is more than likely a DNS issue.
trouble shoot by using ping or nslookup on the witness and make sure they both resolve.
January 17, 2012 at 2:37 pm
/S means it will instructs the forfiles command to search into subdirectories recursively.
January 17, 2012 at 2:35 pm
there are limitations with DB mirroring that you have to be aware of before you get started down that road.
1. DB mirroring is NOT application agnostic. (meaning the application must...
January 17, 2012 at 2:32 pm
from what little I have read on the ReFS in Server 8, it appeared to that SQL databases will still reside on NTFS partitions.
January 17, 2012 at 2:15 pm
maintenance plans for deletes when you backup to a network share are cumbersome.
just use the script below and it will take the entire share and delete log file backups older...
January 17, 2012 at 2:04 pm
exec master.sys.xp_cmdshell 'PushD "\\YOUR\UNC\PATH" &&("forfiles.exe" /S /M "*.trn" /d -7 /c "cmd /c del @file") & PopD'
GO
January 17, 2012 at 1:56 pm
remember it only works when you connect to a SQL 2008 or greater instance.
January 17, 2012 at 1:47 pm
that sounds like you are connecting to the Database Engine.
Connect to Reporting Services instead.
January 12, 2012 at 2:14 pm
does the SQL Server Agent Service also run as your domain user?
January 12, 2012 at 1:46 pm
Look at you Mail Session properties to make sure it is active.
SQL Server Management Studio --> Connect to the SQL Instance in question.
Right Click on the SQL Server Agent. Click...
January 12, 2012 at 1:34 pm
btw, there is also a difference between using http://localhost/ blah vs http://127.0.0.1/blah
try using localhost.
January 12, 2012 at 1:24 pm
verify that your roles are properly set.
start up SSMS and connect to the SSRS instance.
Under Security --> System Roles, verify that the System Administrator has the proper settings.
Under Roles, verify...
January 12, 2012 at 1:18 pm
Viewing 15 posts - 211 through 225 (of 455 total)