Viewing 15 posts - 16 through 30 (of 161 total)
".....BTW, are you getting minimally logged inserts into your target table(s)? If not that must be the first thing to make happen IMHO. Also, if you have indexes on the...
September 11, 2017 at 1:16 pm
DDL attached.
SP code attached.
VIEW source code that is called from SP attached.
Skeleton is:
SELECT
305 COLUMNS
FROM
v_qv_Transformations --VIEW source code attaced
WHERE
September 11, 2017 at 12:10 pm
Thom A.
My method works. I like it. If you don't understand it, that's fine.
It has nothing to do with the topic I am discussing.
Don't deviate from the...
March 22, 2017 at 8:19 am
The file is there.
But Script Task reports file does not exist.
If you use this method:
l_InputFolder = Dts.Variables("User::c_InputFolder").Value
You need to list all the variables in Script...
March 21, 2017 at 12:51 pm
That's a puzzle.
When I Execute package from Informati0on Services Catalogs
I don't see any errors.
All steps SUCCESS / Green.
Script Task
checks if the file exists and...
March 21, 2017 at 7:56 am
You are right.
All biggest cntr_values are coming from PERF_COUNTER_BULK_COUNT cntr_type
cntr_type----------------cntr_type_definition
272696576--------------PERF_COUNTER_BULK_COUNT
so it's not useful at all to look at these values?
Even if you see...
March 13, 2017 at 2:04 pm
That's what the plan was - to reduce stress on PRIMARY.
PRIMARY is server 51.
Users run reports against SECONDARY server 52 and server 57.
SECONDARY server 52 is not...
March 2, 2017 at 6:41 pm
I figured it out.
Apparently we have two SECONDARY servers (things get more interesting...)
Let's call it server 52 and server 57
So it looks like we use AlwaysOn...
March 2, 2017 at 12:07 pm
Question guys.
Why FIG 1 results (look above for query)
returns me duplicate sets of databases?
I see 2 records for each database_id.
March 2, 2017 at 11:37 am
If I get NULL
in secondary_recovery_health,
does it mean it's not healthy?
March 2, 2017 at 11:27 am
SELECT * FROM sys.availability_groups
--------------------------------------------------------------------------------------
0 rows
SELECT * FROM March 2, 2017 at 11:23 am
No errors.
It's just when I query
sys.availability_groups
it returns records.
When I query sys.dm_hadr_availability_group_states
I get no records returned.
So I thought it's a permission thing.
March 2, 2017 at 10:37 am
SELECT --HAGS.group_id ,
HAGS.primary_replica ,
HAGS.primary_recovery_health ,
HAGS.primary_recovery_health_desc ,
HAGS.secondary_recovery_health...
March 1, 2017 at 1:12 pm
Anybody knows how to check
how badly mirroring is behind?
Any scripts?
February 27, 2017 at 8:55 pm
February 27, 2017 at 8:53 pm
Viewing 15 posts - 16 through 30 (of 161 total)