Viewing 15 posts - 1 through 15 (of 45 total)
You may check the status using sys.dm_hadr_database_replica_cluster_states.
Fail over can be automated in multiple ways like from T-SQL and PowerShell.
From T-SQL
ALTER AVAILABILITY GROUP <AG> FAILOVER
OR
ALTER AVAILABILITY GROUP <AG>FORCE_FAILOVER_ALLOW_DATA_LOSS
From...
December 13, 2016 at 10:25 am
There may be some reasons:
From Replication Perspective:
Make sure that you have not enabled any Exception, you may check this from Replication Monitor -> Subscription -> Right Click > Agent Profile.
Check...
December 13, 2016 at 10:10 am
To upgrade on same hardware, generally in place migration sounds like a best option. However, I personally would not suggest in place migration. But I would suggest that you build...
February 2, 2011 at 2:42 pm
Did you consider BCP for this? Here is the link: http://msdn.microsoft.com/en-us/library/ms162802.aspx
February 1, 2011 at 8:49 pm
I guess it would be more about your choice after comparing various approaches as well as depending upon how often the rows will be modified. However, in my personal opinion...
February 1, 2011 at 8:39 pm
Yes that's right. You may run dtswizard.exe from program files(x86) SQL Server installation folder.
February 1, 2011 at 8:26 pm
I guess you want to know new features of sql server 2008 and then you may decide which of those are easier/convenient for you. You may follow the link below..
January 9, 2010 at 9:48 am
Thanks for all of your comments.
Setting Maximum Memory Parameter is also a good option and nothing against this. However, I personally experienced that Maximum Memory Parameter is most useful when...
January 8, 2010 at 3:27 pm
Thanks for reply with explanation. I will contact technical support of change manager (DBGhost), which works in this way and there is nothing wrong with tables.
December 15, 2009 at 10:38 am
Thanks for reply. But that I can do while setting up Replication. But in my case Replication is already setup and running well. Anyway, if you find something please let...
October 22, 2009 at 10:49 am
gk-411903 (10/21/2009)
The following is the error i am encoutering.
2009-10-12 22:45:19.579 Agent message code 20037. The process could not bulk copy
into table '"dbo"."MY_TABLE"'.
2009-10-12 22:45:19.683 Category:NULL
Source: Microsoft SQL Server Native Client...
October 21, 2009 at 8:45 pm
Generally when you reboot the sql server service or if system is rebooted, you will see recovering databases logs in sql logs.
October 9, 2009 at 8:07 am
It is a huge procedure, and I am copying the stuff related to temp table only....
create table #tmpReport1 (
...
October 2, 2009 at 9:26 am
Viewing 15 posts - 1 through 15 (of 45 total)