Viewing 15 posts - 166 through 180 (of 771 total)
Hello,
Now I have more details. Maybe this is relevant.
So I am executing this stored procedure
alter Proc usp__BMBBI_oltp_trigger (@IsMarket as int = null,
@IsZone as int =...
October 17, 2016 at 10:52 am
Let me please put one more question.
If I have a SP which as several others inside and I stop that speaks, all the others will stop also ? Or...
October 14, 2016 at 3:06 pm
So, after they execute I execute and vice-versa.
October 14, 2016 at 10:47 am
Both of us using the same SQL Server and at the same time...
October 14, 2016 at 10:46 am
If I execute the 6 SPs like this (from inside another SP) the time is not consistent and I takes a lot of time.
exec [BMB1_Market].bmb_ms.[usp_BMBBI_audit_procedure_result_update] @Start_date,@End_Date, @market_code, @intNumRead...
October 14, 2016 at 10:28 am
It is very strange, because if they trigger the same SPs (in same order with same parameters) from SSIS, it works fine and takes always the same time.
If you instead...
October 14, 2016 at 10:24 am
Thank you for the reply.
Because I have a stored procedure which calls several others.
Every time I call this procedures I pass difterent parameters and it seems that the query plans...
October 14, 2016 at 9:51 am
But probably this is at this moment. What I would like is to measure for one day
October 14, 2016 at 2:38 am
Hello Those are the results of the 4 queryes
1: SQL...SQL.. 2
2:1342172721228663213840971616059868Available physical memory is high
3:SQL...SQL... ...
October 14, 2016 at 12:55 am
Hello,
Thank you for the feedback.
"Also, did you really expect people to read through 4500+ lines of your document? "
No, I was not 🙂
It is just a sample.
Problem is that I...
October 13, 2016 at 1:02 am
Another question related with the same topic is this:
I have added the following code to the my sp_procedure:
create sP_name ()
AS
BEGIN
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
--Transaction is handled by...
September 14, 2016 at 10:28 am
What they want is an excel with the tables sequence. Does anyone have a script capable of doing this?
May 11, 2016 at 3:31 am
The order that I want is just related with fk. No business need
May 11, 2016 at 2:14 am
Viewing 15 posts - 166 through 180 (of 771 total)