Viewing 15 posts - 76 through 90 (of 222 total)
If the database size is small you can also afford to create snapshot 3 or 4 times a day but if the size of your database is that big obviosly...
August 16, 2009 at 10:03 pm
you can only read and restore the database if you are using STAND BY Restore option. There are pros and cons to this recovery method. google it out for more...
July 26, 2009 at 10:36 pm
backup drive is included in SQL Server Group in cluster administrator.
July 15, 2009 at 1:59 am
sql svr 2005
http://www.sqlservercentral.com/articles/Administration/2960/
sql svr 2008
http://www.sqlservercentral.com/articles/SQL+Server+2008/63491/
July 1, 2009 at 6:01 pm
klnsuddu (7/1/2009)
Please suggest me which Path should I choose for the backup path
1. \\virtual servername\sharename(local to cluster nodes)
2.Network share on Separate computer
It all depends on your exisiting infrastructure. This should...
July 1, 2009 at 5:53 pm
I agree with Scott's explanation as well.
With logshipping experience i have, i'll advice to use windows or sql server cluster IPs (or machine names or UNCs with cluster name)...
July 1, 2009 at 12:17 am
Any Idea..why the Backup job is NOT failing even if we give node name in the backup path and why copy job is failing??
Backup job is running thourgh sql...
July 1, 2009 at 12:11 am
you can cast or convert the data in text format after adding additional text.
June 29, 2009 at 10:13 pm
Vicki, can you please tell whats the reason behind storing trademark into a table, whats the business reason for it?
Thanks
June 29, 2009 at 12:16 am
instead of using a cursor try this example code below.
drop table finaltbl
drop table comments
create table comments
(id varchar(10),
comm1 varchar(50),
comm2 varchar(50))
insert into comments values(1, 'COM1', 'COM2')
insert into comments values(1, 'COM3', 'COM4')
insert into...
June 28, 2009 at 11:54 pm
just for curiosity, which approach you followed, Tally table or UDF and why you followed it?
June 28, 2009 at 10:50 pm
My recommendation is to use one db file. further you can use filegroups if you want.
June 28, 2009 at 10:44 pm
Even we follow same technique as of Jeffery of having backup disks cluster resources in sql server cluster group rather than creating seperate group. I also faced this problem of...
June 28, 2009 at 10:37 pm
check this out
http://support.microsoft.com/kb/224967
http://204.9.76.233/Community/forums/p/2606/153808.aspx
http://msdn.microsoft.com/en-us/library/ms177447.aspx
http://sql-server-performance.com/Community/forums/t/28062.aspx
June 28, 2009 at 10:23 pm
Viewing 15 posts - 76 through 90 (of 222 total)