Viewing 15 posts - 61 through 75 (of 89 total)
Hi,
Thanks for the reply. I have XML file like the one mentioned below.
0
INFO
...
June 22, 2009 at 11:39 am
Thanks a lot. Putting the file number while log restore worked.:-)
Thanks again.
March 17, 2009 at 5:12 am
Also when I right click the database ->all tasks->restore which is being backed up I can see the list of all the backups with Full backup.
When I restore the full...
March 17, 2009 at 1:54 am
Recovery model is Full. SQL Sever error log shows following things for full database backup and log backup.
Here I am just mentioning first two entries of log backup
2009-03-17 00:18:03.18 backup...
March 17, 2009 at 1:33 am
How to check whether replication is messing up with the log?
Regards,
Rohit
March 17, 2009 at 1:16 am
Thanks for the reply. There are different jobs running for Full backup as well as log backup. Even though I take a full backup manually,update something and then take the...
March 17, 2009 at 1:13 am
I tried disbling the constraints. But it did not work
November 19, 2008 at 12:46 am
No we don't have any triggers on it. Also there are no locks. I tried it when no users were working. Still it takes a long time.
November 19, 2008 at 12:17 am
The query is running for more than 7 hours and still the task is not completed.
November 18, 2008 at 10:04 pm
Hi Thanks for the reply. It is one time task. But I have to delete the records before users start using it i.e. before putting it on production.
Thanks & regards,
Rohit
November 18, 2008 at 10:02 pm
Can I alter a table using Linked server?
September 9, 2008 at 7:26 am
Hi Thanks for the reply. Below is the trigger that I am using.
create Trigger TRG_TriggerName
ON
CurrentDB_Table
FOR UPDATE
AS
update ...
August 10, 2008 at 10:25 pm
Right now I have not scheduled the log back up.Full back up is scheduled after every couple of hours with recovery option "Full".
If I start taking log back up every...
March 4, 2008 at 11:52 pm
Hi Ananth,
How many records do you have in#table? How many records usually get affected due to update statement?
I suggest if you can avoid using # table and use a table...
March 4, 2008 at 6:51 am
For OLTP transaction database the growth percentage is 25%
March 4, 2008 at 6:42 am
Viewing 15 posts - 61 through 75 (of 89 total)