Viewing 15 posts - 61 through 75 (of 90 total)
>You have left some information out, so here are a few questions.
>What does the database design look like? 15tb is a lot different if there is one very large...
September 25, 2008 at 5:09 pm
Replies embedded
>- Use a 64bit Enterprise environment
>- Use a SAN with a lot of disks
>- Which backup solution are you gonna use? (backuptime, duration, restore strategy)
As of now ,...
September 25, 2008 at 5:03 pm
Thanks for the quick turnaround Gail
GovindanK
September 24, 2008 at 2:32 pm
gk (4/7/2008)
I am trying to generate SQL statements to apply the backlogged Transaction logs. To do this , i am looking at the following System tables
log_shipping_monitor_alert (Transact-SQL) =>...
April 8, 2008 at 12:39 am
Finally i came across this link which i found useful. Thought i will share this with the forum.
http://www.sqljunkies.com/Article/4E65FA2D-F1FE-4C29-BF4F-543AB384AFBB.scuk
Thanks for all the suggestions.
April 7, 2008 at 11:55 pm
It does not matter if this is Oracle or Sybase related. The question is how to get the answer.
March 20, 2008 at 4:47 pm
Andras Belokosztolszki (3/14/2008)
swatichari_itx (3/13/2008)
I always run the query usingbegin/commit transaction.
But if i want to view the details of this transaction then how should i do this.
Thanks in Advance.
dbcc...
March 18, 2008 at 11:17 am
Good question. I did not notice to that extent. Next time i do switch over i will look at it. The suggestion i got is that delete from log_shipping_monitor_history_detail. Currently...
December 12, 2007 at 4:25 pm
Thanks to all who responded.
I found the following query useful.
select database_name, backup_finish_date
, type, [name], user_name, first_lsn, last_lsn, * from backupset
where database_name = 'YOUR_DATABASE_NAME_HERE'
order by 2
But still how to find if...
October 25, 2007 at 2:30 pm
Found answer to Question 2 .
"backupset" is the view (in msdb)
select database_name, backup_finish_date
, type, [name], user_name, first_lsn, last_lsn, * from backupset
where database_name = 'YOUR_DATABASE_NAME_HERE'
order by 2
But this doesn't seem...
October 24, 2007 at 7:43 pm
This is SQL Server 2005 CE ; it says ''sp_get_log_shipping_monitor_info" does not exist; I tried in master and the primary database.
October 24, 2007 at 6:41 pm
Hello Ronda
How do you mail / page the dba. There is no mailx equivalent in windows AFAIK. Would you mind sharing the script you are using?
Thanks
September 12, 2007 at 9:25 am
The problem was starting the SQL Server Service Manager with the wrong exe/directory. Now it is solved. Thanks for all those who responded.
September 11, 2007 at 9:52 am
Would appreciate if someone can answer my questions. Thanks
September 11, 2007 at 9:15 am
Liam
Thanks for your suggestion. But i am getting the same error.
September 11, 2007 at 9:14 am
Viewing 15 posts - 61 through 75 (of 90 total)