Viewing 15 posts - 31 through 45 (of 115 total)
Thank you all for your appreciations...
I'll try to write more useful articles like this...
Thanks again...
Jay.
Thanks
Jay
http://www.sqldbops.com
September 29, 2009 at 10:58 am
Since it is an Active/Passive cluster, you can Install the SP3 on the Active node (where SQL running on), so cluster will take care of the installation on both nodes.
After...
Thanks
Jay
http://www.sqldbops.com
September 16, 2009 at 12:28 pm
Even I too if he needs only to update the changes on the target, but if he wants to keep the secondary database online for the users then he can't,...
Thanks
Jay
http://www.sqldbops.com
August 14, 2009 at 11:50 am
sihaab (8/13/2009)
Thanks
Jay
http://www.sqldbops.com
August 14, 2009 at 11:20 am
unless you keep the database in standby or norecoverymode, you can not apply the diff or trn backups on top of it.
Still you can do that thru logshipping, only...
Thanks
Jay
http://www.sqldbops.com
August 13, 2009 at 6:21 pm
I added another table on the user filegroup as below and took another Trn backup and restored on the target database with standby option and tried to do a SELECT...
Thanks
Jay
http://www.sqldbops.com
August 13, 2009 at 1:08 pm
Based on your question & as per my understanding I tested in my testinstance. Its worked.
I did the following, check if you expected the one.
Created a test database with PRIMARY...
Thanks
Jay
http://www.sqldbops.com
August 13, 2009 at 1:01 pm
Write your question clearly and easy to understandable, then only the forum members can help you to resolve the issue.
Do you want to copy a file inside SQL using...
Thanks
Jay
http://www.sqldbops.com
August 13, 2009 at 12:06 pm
I hope PSEXEC is known tool to everybody, anyway PSEXEC is a tool which helps execute processes romotely.
Eg. if I wants to start/stop a service in a remote server from...
Thanks
Jay
http://www.sqldbops.com
July 23, 2009 at 4:15 pm
The common scenarios as follow
In the windows cluster environment, generally C and D drives will be local where SQL dictionaries will be copied while installation. The system and user databases...
Thanks
Jay
http://www.sqldbops.com
July 13, 2009 at 6:47 pm
You can try like this...
DECLARE @sql NVARCHAR(1000)
DECLARE @DBNAME VARCHAR(40)
SELECT @DBNAME = 'MSDB'
SELECT @sql = 'EXEC'
SELECT @sql = @sql + ' '+@DBNAME +'..sp_helpfile'
EXEC SP_EXECUTESQL @sql
Thanks
Jay
http://www.sqldbops.com
July 13, 2009 at 6:26 pm
July 13, 2009 at 6:04 pm
Are the SQL instances running on domain account? Please ensure the principal and mirrored instances running on domain account.
Thanks
Jay
http://www.sqldbops.com
July 13, 2009 at 5:56 pm
Thanks for your useful tips.
Thanks
Jay
http://www.sqldbops.com
February 24, 2009 at 2:18 pm
Thanks Rudy.
As per you, my understanding is below, pls correct if anything wrong.
Which means after changing the SQL services pwd in Active node the new pwd will be replicated to...
Thanks
Jay
http://www.sqldbops.com
February 5, 2009 at 12:07 pm
Viewing 15 posts - 31 through 45 (of 115 total)