Viewing 12 posts - 106 through 117 (of 117 total)
sqlenthu 89358 (8/23/2016)
I was going through the concept of service broker but little confused. Can I make insert into table using following code:
DECLARE @SBDialog uniqueidentifier
DECLARE @Message NVARCHAR(128)
BEGIN DIALOG CONVERSATION @SBDialog
FROM...
August 24, 2016 at 1:05 am
Sergiy (8/23/2016)
sqlenthu 89358 (8/21/2016)
sp_executesql works in sequential order only.I wonder - where does it come from?
Does it work parallel as well ? I mean if I write it as...
August 24, 2016 at 12:00 am
Sergiy (8/23/2016)
sqlenthu 89358 (8/21/2016)
sp_executesql works in sequential order only.I wonder - where does it come from?
Does it work parallel as well ? I mean if I write it as...
August 23, 2016 at 11:59 pm
Hi,
I was going through the concept of service broker but little confused. Can I make insert into table using following code:
DECLARE @SBDialog uniqueidentifier
DECLARE @Message NVARCHAR(128)
BEGIN DIALOG CONVERSATION @SBDialog
FROM SERVICE SBSendService
TO...
August 23, 2016 at 11:17 pm
Can we achieve it using service broker ? sp_executesql works in sequential order only.
August 21, 2016 at 1:28 pm
Hi Jeff, is there any article or link which gives insight of the parallel inserts in a table ? I am curious to test and implement it.
August 16, 2016 at 11:51 pm
Part of table into different spindles means partitioned tables ?
August 15, 2016 at 8:01 pm
HI Sergiey, These tables get populated every few mins. Though there are no updates and deletes. Will that be impacted if clustered indexes are built on them ?
August 8, 2016 at 2:49 am
That is typo from my end. Everything is fine syntax wise.
Actually this query shows RID lookup with a seek predicate on table table2. This RID lookup takes 98 % of...
August 4, 2016 at 9:00 pm
Mainly I see the substring condition in the where clause and the aggregate function in select condition using case statement. The query takes little more time than what I am...
August 4, 2016 at 2:02 pm
Yes. There is a DBA team.
Jeff, I would be thankful if you can tell me any links proving performance tuning and optimization in OLTP environment.
August 3, 2016 at 12:40 am
Thank you guys. i'll certainly take help of his proc. Also I've till now worked on OLAP environment and this will be first time i'll be working on OLTP. Is...
July 26, 2016 at 11:18 pm
Viewing 12 posts - 106 through 117 (of 117 total)