Viewing 15 posts - 166 through 180 (of 285 total)
GilaMonster (10/31/2006)
...Here we zip and archive, so a job goes off once a day, zips all files and copies that zip to the archive server
What do you use as the...
September 15, 2010 at 6:08 am
rudy komacsar - Doctor "X" (8/5/2010)
Usually in a DR situation you will be loading/recovering user databases.
Why not just precede this with...
August 5, 2010 at 5:45 pm
HowardW (8/2/2010)
Otherwise you could use SMO to script this programatically.
If they are static,...
August 3, 2010 at 11:09 am
I found some additional information at http://searchsqlserver.techtarget.com/news/1102101/SQL-Server-password-policies-and-credentials, but I am not sure how to use it.
If I am reading correctly, SQL Server will use local policy setting for the maximum...
June 22, 2010 at 10:02 am
Wrong forum--sorry, I'll post in the 2008 forum
June 2, 2010 at 6:04 am
janki_2886 (6/1/2010)
But still i t doesn't releases unused...
June 1, 2010 at 2:10 pm
Perry Whittle (5/21/2010)
Check my tutorial at the following link for installing a SQL Server 2008 clustered instance
Nice job on the documentation. Thanks for the link!
May 21, 2010 at 11:10 am
So far, I have only tested on one physical node, and I have made an SMK (Server Master Key), DMK (Database Master Key), and certificate backup on that node. How...
May 18, 2010 at 3:39 am
Laerte Poltronieri Junior-367636 (5/2/2010)
May 2, 2010 at 1:57 pm
Laerte Poltronieri Junior-367636 (5/2/2010)
May 2, 2010 at 1:27 pm
Laerte Poltronieri Junior-367636 (5/1/2010)
Hi,I really do not understand your question, can you explain better ?
Here is the long version.
- All of our SQL Server backups go to disk and subsequently...
May 2, 2010 at 6:07 am
Jeffrey Williams-493691 (5/1/2010)
Why not just use the output parameter for sqlcmd itself?sqlcmd.exe -S $DatabaseConnection_STR -E -w600 -b -d dba -r1 -i $TempInputFile_NME -o $OutputFile_Name
In addition to performing database backups, the...
May 2, 2010 at 5:43 am
March 27, 2010 at 8:33 am
Actually, we tried that, but we got an error. Can you post some sample syntax?
March 23, 2010 at 7:04 pm
Is there a way to set job ownership in a maintenance plan to a group, instead of a single account?
March 22, 2010 at 10:20 am
Viewing 15 posts - 166 through 180 (of 285 total)