Viewing 15 posts - 46 through 60 (of 106 total)
Hi,
Please share the exact error that you are facing.
December 21, 2014 at 11:32 pm
Hi,
"Availability Group is not ready for Automatic Failover" Policy check suggest that atleast on of the secondary replica is not ready for failover ready. We face this issue when our...
December 21, 2014 at 11:19 pm
Hi,
Please share the error you are getting while trying to delete the user.
Are you getting error related to schema or something else.
Regards
Shafat Husain
December 21, 2014 at 10:39 pm
Dear Vijay,
You can change it in one go. No need to wait for the restart.
Regards
Shafat Husain
December 20, 2014 at 8:55 am
Dear Jeff,
I would like to take one more shot on this one.
1. Open User Account Control Settings by clicking the Start button , and then clicking Control Panel. In the...
December 19, 2014 at 2:49 am
Hi,
Try this one.
DECLARE @SearchStr nvarchar(100)
SET @SearchStr = 'Value to Search'
-- Copyright © 2002 Narayana Vyas Kondreddi. All rights reserved.
-- Purpose: To search...
December 19, 2014 at 2:25 am
Dear Ajfarroll,
1. Are you able to ping the database server from the application server?
2. Are you able to connect the SQL Server using SSMS
3. Check the firewall on the database...
December 19, 2014 at 2:19 am
Hi,
Here is a proc that will help you. it is a modified version of the original code taken from http://vyaskn.tripod.com/search_all_columns_in_all_tables.htm
CREATE PROC SearchAllTables
(
@SearchStr nvarchar(100)
)
AS
BEGIN
-- Copyright © 2002 Narayana Vyas Kondreddi....
December 19, 2014 at 2:10 am
Hi,
Can you please be a little more descriptive.
December 19, 2014 at 1:53 am
You should take Transaction log backup more often, However the frequency of Transaction log backup would be directly related to your RPO (Recovery Point Objective). Loosing 30 minutes of data...
December 19, 2014 at 1:49 am
Dear Fred,
Have you tried using Openquery??
Select * from Openquery ([Linked Server Name], 'Select * from a.table name.....')
Regards
Shafat Husain
December 19, 2014 at 12:05 am
Hi,
Please run the query on the production database server and send the Actual execution plan.
December 18, 2014 at 11:40 pm
2. Now, someone is having trouble updating data. The issue seems to be that a trigger fires during the update. In the trigger the code tries to delete from a...
December 18, 2014 at 11:23 pm
Dear Jeff,
Apologies, I am out of ideas right now. Maybe some of the senior members should dive in.
Regards
Shafat Husain
December 18, 2014 at 10:34 pm
Viewing 15 posts - 46 through 60 (of 106 total)