Viewing 15 posts - 361 through 375 (of 541 total)
does your wmi user have access to those 3 db's?
are they set to read_only or offline?
July 29, 2009 at 10:20 pm
Mani (7/15/2009)
I just want to know how all other DBA's approach in configuring log shipping in SQL Server 2005.
1.Do you use Separate Monitor server for Monitoring Log shipping?
2.How big...
July 17, 2009 at 1:01 pm
July 1, 2009 at 11:13 am
rambilla4 (7/1/2009)
Is it legal to use developer edition of sql server 2005 for monitoring purpose in production environment?
yes, because its not supporting a production application itself.
Can you point me to...
July 1, 2009 at 9:44 am
We have EMC clarion and we wanted to have lun backups but it requires a snapshot license so we declined.
You can have Automatic Snapshots Enabled for Lun and that will...
July 1, 2009 at 9:25 am
Port 5022 is blocked on the principal or mirror server.
Do a netstat -a to see if anything else is using it.
Unblock 5022 in your firewall http://support.microsoft.com/kb/842242
Troubleshooting Mirroring
http://technet.microsoft.com/en-us/library/ms189127.aspx
Error 1418
July 1, 2009 at 9:08 am
rambilla4 (6/30/2009)
I also heard from our Oracle DBA's that Oracle RAC is Amazing....
It's amazing if it's running on Linux or Unix. Oracle RAC on windows = Migraines.
June 30, 2009 at 9:25 pm
You can categorize them in SQL Agent:
June 30, 2009 at 11:10 am
Failovers are treated as restarts so all jobs will stop.
You can create a custom script to start your jobs on the passive node after the failover.
Customize this script to fire...
June 30, 2009 at 10:49 am
try REPLICATE
create table t1 (MyCol1 varchar(20) null)
insert into t1 values('ABCDEFGHIJKLMNOP')
select dataLength(mycol1) from t1
SELECT MyCol1 + REPLICATE(' ', 20 - DATALENGTH(MyCol1)) from t1
June 24, 2009 at 12:58 pm
Put the old server name in DNS as a pointer to the new server name this is if your app connects by using a server name (NYCFINSQLP01 instead of 10.1.0.1)...
June 24, 2009 at 11:40 am
Here you go.
How to move system databases to another drive
http://msdn.microsoft.com/en-us/library/ms345408(SQL.90).aspx
June 23, 2009 at 11:03 am
Viewing 15 posts - 361 through 375 (of 541 total)