Viewing 15 posts - 31 through 45 (of 192 total)
Does sql express have the sqlcmd.exe installed? If so, you can use that.
March 19, 2009 at 2:10 pm
Give this script a try:
http://blog.ola.hallengren.com/
It runs much quicker than the default maintenance plan and is more configurable.
Also, this is good reading, even if you're not using sharepoint:
March 19, 2009 at 2:08 pm
And you put your disks inside the new group you created, and then selected that group during the install? (yes, probably, but just making sure).
March 19, 2009 at 2:05 pm
We are using a combination of zabbix, splunk and ssis driven repository. It's not one tool, but perhaps one of them might eliminate a sore spot for you.
zabbix does...
March 19, 2009 at 10:59 am
Just use the add/remove programs, it will do everything on it's own.
December 10, 2008 at 12:26 pm
Wouldn't you want to set 111 to no for the named and 132 to no for the default?
December 10, 2008 at 11:46 am
There is a schema mapping function in Compare that will do what the author was wanting (and found).
December 10, 2008 at 10:22 am
Just to make sure we're on the same page...
SSCM -> SQL Server 2005 Network Config -> Rightclick TCP/IP - properties-> Click IP Addresses Tab ?
You then change it and then...
December 10, 2008 at 10:19 am
Are you wanting a scale out installation - two web servers using the same report database or do you want totally separate servers? The MS article is for doing...
December 10, 2008 at 10:03 am
Here is some script I put together from a few sources that will create triggers on all your dbs, create an audit database and setup some some permissions. It...
December 4, 2008 at 5:11 pm
We also got this same error when our core routers and some switches were down for maintenace. No jobs run, no jobs show failed. What a pain. ...
December 4, 2008 at 5:04 pm
Thanks for that.
Made a little mod to it to take optional parameters
example call
sp_helpbackups 'sql_dba', 'D'
or
sp_helpbackups
ALTER PROCEDURE [dbo].[sp_helpbackups]
@MYDBNAME VARCHAR(50) = null,
@BACKUPTYPE CHAR(1) = null
AS
SELECT sysdb.name,bkup.[name] AS FileName, bkup.description,...
November 20, 2008 at 10:55 am
Hi,
I'm having the same issue on a cluster and I think it has to do with the fact that you cannot connect to a cluster using 'localhost'. Try...
November 19, 2008 at 7:57 am
Does the additional instance use its own IP and Network name?
November 13, 2008 at 8:24 am
dennis.finch (6/14/2008)
- Microsoft changed their Cluster terminology a while back: current terminology is "Multi-Node" rather than "Active-Active" or "Active-Passive".
How is the difference between the two types then signified?...
November 13, 2008 at 8:21 am
Viewing 15 posts - 31 through 45 (of 192 total)