Viewing 15 posts - 16 through 30 (of 31 total)
Attached.
Main table, queue table, indexes and execution plan.
Takes around 16 seconds to execute.
Thanks in advance
August 17, 2015 at 1:14 am
This could be where we are going wrong. We have clustered the unique ID column. Let me try this out on our development environment.
August 16, 2015 at 4:27 am
Well the example I gave was a dumbed down version of what I'm trying to achieve. For scalability I didn't want to be limited. I've started to build out the...
May 8, 2015 at 10:04 am
That still only gives me 62 possible values? :hehe:
May 8, 2015 at 9:59 am
This was my prototype:
create table #items (itemID varchar(10), statusID int)
create table #statuses (statusName varchar(50), statusID int)
insert into #items values ('Item 1',1|2|8)
insert into #items values ('Item 2',1|4)
select * from #items
insert into...
May 7, 2015 at 8:42 am
Thanks for your reply.
The problem is the number of values can and will change - so my schema will also need to change each time a new value is added?
May 7, 2015 at 8:17 am
Thanks - going to get TFS set up for our team and see how it works out.
May 6, 2015 at 7:00 am
How does TFS deal with SSRS Reports? I've noticed when creating a SSRS Project in BIDS/Visual Studio I cannot have subfolders like I do in the SSRS Report Manager.
I think...
May 6, 2015 at 2:03 am
Did you set this up? I'm looking for advice on putting ssrs reports in to Svn.
Thanks
Nick
May 5, 2015 at 10:23 am
Tell me about it. I think we're one of the companies paying for extended support.
There is a large project to move people to Windows 7 but there are so many...
April 17, 2015 at 5:00 am
Half my team are stuck on windows XP so it's not an option. I'm on Windows 7 so will be planning on installing SSMS 2014.
Ideally we are looking to upgrade...
April 17, 2015 at 4:20 am
Koen Verbeeck (4/30/2014)
However, this is not 100% true. Say you have 7 tasks which can run in parallel.
But only 4...
April 30, 2014 at 7:35 am
Hmmm that doesn't seem to work. The other Data Flow tasks seem to continue to run in parallel.
I tried something similar with a Script task which returned a dts error...
April 30, 2014 at 6:25 am
Lets say we have a reconciliation against a 3rd party vendor where we submit sales to them.
There is a chance we can submit the same sale twice by accident. We...
March 25, 2014 at 3:55 am
Viewing 15 posts - 16 through 30 (of 31 total)