Viewing 15 posts - 1 through 15 (of 245 total)
Thanks Jeffery. The problem here is identifying queries hitting server using bcp or freebcp to copy data without our notice.
April 29, 2021 at 8:57 pm
CREATE EVENT SESSION [BCP_Queries] ON SERVER ADD EVENT sqlserver.databases_bulk_copy_rows(ACTION(sqlserver.client_app_name,sqlserver.client_hostname,sqlserver.database_id,sqlserver.database_name,sqlserver.nt_username,sqlserver.sql_text,sqlserver.username)WHERE ([sqlserver].[not_equal_i_sql_unicode_string]([sqlserver].[username],N'''testuser1''') AND [sqlserver].[not_equal_i_sql_unicode_string]([sqlserver].[username],N'''testuser2''')))ADD TARGET package0.event_file(SET filename=N'D:\bulkcopyrows.xel')WITH (MAX_MEMORY=4096 KB,EVENT_RETENTION_MODE=ALLOW_SINGLE_EVENT_LOSS,MAX_DISPATCH_LATENCY=30 SECONDS,MAX_EVENT_SIZE=0 KB,MEMORY_PARTITION_MODE=NONE,TRACK_CAUSALITY=OFF,STARTUP_STATE=OFF)
April 29, 2021 at 4:48 pm
Thanks Jeffery and Brian for your valuable inputs. My test failed when tried to add 2019 node to 2012 cluster. The original plan is to add Win 2019 new nodes...
January 9, 2021 at 11:39 pm
It's not EBS volumes. Its NVMe drives attached to instance itself. When we shutdown or stop the instance, all the data on these drives will be lost. I added the...
January 29, 2020 at 3:05 pm
More info on RHS:
Witness went down restarting all the resources hosting on the same process.
October 2, 2019 at 7:21 pm
services were running fine. Will look into pushing updates.
July 26, 2019 at 12:31 am
January 25, 2017 at 8:03 am
Table has cluster index with default setting fill factor. The table has around 15 indexes including clustered. I just went through all indexes and some are set to fill factor...
July 13, 2016 at 12:11 pm
Move LUNS and attach to the new stand alone instance.
March 11, 2016 at 6:43 pm
Perry Whittle (2/23/2016)
February 23, 2016 at 5:12 am
This error comes while connecting to sql server not when installing.
February 7, 2016 at 8:38 am
I would first install the sp on the secondary node which is not active. Then fail over the cluster to the updated node and wait for few days before applying...
January 13, 2016 at 7:16 pm
Yes we are setting up Log shipping in our development environment. My concern is whether that the "With standby" will work or not between enterprise and developer edition?
December 15, 2015 at 7:25 am
Perry Whittle (9/30/2015)
if you really want to use replication with AGs start herehttps://msdn.microsoft.com/en-us/library/hh710046(v=sql.110).aspx
Perry,
I already setup AG and replication and everything is working as expected. I am just trying to find...
September 30, 2015 at 1:15 pm
Viewing 15 posts - 1 through 15 (of 245 total)