Viewing 15 posts - 121 through 135 (of 217 total)
Hi,
Its interesting!!! I have created "backup" folder in the path D:\Microsoft SQL Server\MSSQL.1\MSSQL and after that I'm not getting the restore error in the error log !!!
Is this a bug??
August 8, 2009 at 12:25 am
Here is my Restore Script:
RESTORE DATABASE MyDB
FROM DISK='D:\Backups\MyDB.bak'
WITH RECOVERY, REPLACE, STATS = 10,
MOVE 'MyDB_DATA' TO 'D:\SQLDATA\MyDB.MDF',
MOVE 'MyDB_log' TO 'D:\SQLLOG\MyDB.LDF'
GO
And I remember that, I have deleted the...
August 6, 2009 at 3:57 pm
thanks,
I have opened a table in Management studio and changed some row valuse in some columns manually. Now what ever action I did, I want to see it in a...
July 29, 2009 at 1:47 pm
Thanks,
I tried to find out the Icon but I did not find it. Could plz send a screen shot?
I attached a screen shot, in that I have changed column...
July 29, 2009 at 11:43 am
Our active node is SQL1. So do I need to select SQL1 OR the Virtual server name SQLVS?
which one you guys select in setting up perfmon counters? Virtual server name...
July 29, 2009 at 12:41 am
Hi Irwan Tjanterik,
Are you maintaining share Point databases in SQL Server 2005? If yes please check the MASTER database collations (Master->Properties->collations) and any share point database on that instance...
July 29, 2009 at 12:38 am
hello PS,
I have configured this log shipping in sql server 2005 using the Log shipping wizard and the server timings are also correct. Could you please tell me the exact...
July 29, 2009 at 12:33 am
No...I'm sure that this log backup Test_20090724230001.trn occurred at 4:00 PM. As you saying it occurred 23.00 but not.
It should have Test_20090724160001.trn as per the date format you are saying...
I'm...
July 28, 2009 at 4:18 pm
I suggest you use the provided log shipping utilities and just schedule the copy job to run with a slight delay, e.g if the backup job runs on the hour,...
July 28, 2009 at 4:15 pm
I'm setting up Perfmon counters for clustered sql server instance.
Node1: SQL1
Node2: ...
July 28, 2009 at 11:41 am
Hi Greg,
could you please advice me..
thanks
July 24, 2009 at 11:48 am
Could you please give me some info on this??
July 24, 2009 at 1:13 am
Viewing 15 posts - 121 through 135 (of 217 total)