Viewing 15 posts - 136 through 150 (of 173 total)
Hi steve,
I have not implemented Mirroring or tested, but after going through various articles understood that only user created databases can be mirrored.
In this case if principal goes does, standby...
February 12, 2009 at 8:05 pm
Command to restore database through sqllitespeed.
exec xp_restore_database @database = ,
@filename = 'BkpFile with location',
@with ='move "LogicalFileName" to "OSFileLocation"',
@with = 'move"LogicalFileName" to "OSFileLocaton"',
,
.................................. ,
@with ='recovery'
February 12, 2009 at 7:47 pm
You can get this information from msdb.dbo.backupmediafamily and the column name is physical_device_name
February 11, 2009 at 1:05 pm
Max characters allowed for specifying email addresses is only 100, beyond that what ever that is specified will get truncated.
The best option is to have ad groups created...
January 15, 2009 at 5:57 pm
To me, there shouldn't be any problems if you move databases of same version from one edition to the other edition, as these are user databases.
January 15, 2009 at 12:17 pm
Nothing can be done, you have to wait till entire database or log restoration is completed.
January 2, 2009 at 11:23 am
You don't have to reconfigure entire logshipping for this.
You can change the settings in 2 different ways.
1st Method.
1st step Execute this command on your primary server for...
January 2, 2009 at 11:22 am
You can view list of objects through third party tools like SQLLiteSpeed ,Hyperbac
December 31, 2008 at 8:34 am
We also have same issue, the work around what we do is , this is really working for us.
DECLARE @age INT,@sqltext nvarchar( )
SET...
December 30, 2008 at 12:20 pm
What configuration you want to change?
December 30, 2008 at 11:33 am
You can restore master database using sql litespeed. reason being once sql server is started in single user mode, when we try to restore master databse using sql litespeed,...
July 24, 2008 at 5:25 am
Are you planning to migrated all databases on to new server
If so you can give a shot by following the given below steps( this is what I tried...
July 23, 2008 at 10:25 am
Your disk is being subjected to high stress based on the peformance counters numbers.
Also are the values provided for various counters are for _Total instance, if so start collecting data...
July 22, 2008 at 2:26 pm
Hi Balbir,
Filegroups cann't be moved they are logical, only database files which are phyiscal can be moved.
July 22, 2008 at 1:13 pm
Viewing 15 posts - 136 through 150 (of 173 total)