Viewing 12 posts - 16 through 27 (of 27 total)
IBM's Tivoli Storage Management product has the option to do file/filegroup backups
October 11, 2006 at 7:31 am
Have you verified that the sql server can ping the FTP server?
October 11, 2006 at 7:24 am
Not correct.
There is only one command and it is 'Backup Log....'
The Tail - log backup is just the last one you do before beginning a point in time recovery. (...
October 6, 2006 at 6:48 am
I prefer to backup on old box and restore on the new box.
before doing the backup restore operation, I use the stored procedures found here
http://support.microsoft.com/kb/246133/EN-US/. This article describes the...
October 2, 2006 at 7:22 am
You can use SSMS, but you must fist register your instance of Integration Services.
At the top right in SSMS, there is the box titled 'Registered Servers'. Instead of the database...
September 27, 2006 at 9:03 am
I don't believe it does save them. Each time you want to see the permissions on a securable, you need to re-"Add" the securable to the top window.
September 15, 2006 at 7:35 am
When you open the role properties, the top window (securables) is blank. The button says "Add" which seems to say Add permissions. This is not what the Add button does....
September 14, 2006 at 7:38 am
What you want is a Counter Log in perfmon. The trick is to first create a DSN (ODBC Data Source Name) that points to the database where you will store...
September 14, 2006 at 7:04 am
In SQL management studio,
Right click on the role you want to check the permissions for and select properties.
On the properties control, select the 'securables' page. The top window for 'securables'...
September 8, 2006 at 7:55 am
Right click your publication and select properties.
On the 'snapshot' tab are options to run 'additional scripts' you can specify a script to run before or after the snapshot.
The triggers I...
June 16, 2006 at 7:31 am
If you navigate to Publication Properties>Article defaults. Choose tabel articles and select the 'commands' tab you will see that there are options as to what happens when an INSERT, UPDATE,...
June 16, 2006 at 7:21 am
With credits to the Microsoft Scripting Center....
WMI script to check service status
strComputer = "<server_name>"
Set objWMIService = GetObject("winmgmts:" & _
"{impersonationLevel=Impersonate}!\\" & strComputer & "\root\cimv2")
Set colServices = objWMIService.ExecQuery("SELECT * FROM Win32_Service")
For...
April 12, 2006 at 6:28 am
Viewing 12 posts - 16 through 27 (of 27 total)