Viewing 15 posts - 481 through 495 (of 9,641 total)
Luis Cazares (1/2/2015)
I just re-read all of the posts and Jack's comment puzzles me. I'll try to find out and if I do, I'll come back.
This...
January 3, 2015 at 7:34 pm
Shafat Husain (12/24/2014)
Just a thought..!!
Why not use MERGE to get the data from these tables in your local database.
You can schedule a Job using Sql server Agent to run the...
December 29, 2014 at 6:33 am
Stefan Krzywicki (12/24/2014)
Eirikur Eiriksson (12/23/2014)
Lynn Pettis (12/23/2014)
Eirikur Eiriksson (12/23/2014)
Lynn Pettis (12/23/2014)
December 24, 2014 at 8:39 am
HLEBOEUF (12/23/2014)
I need to sync several tables from a purchaes software to our own tables.
Not the complete tables, only selected fields.
Each source table has a timestamp, so I could use...
December 23, 2014 at 9:38 am
You are missing an ending parenthesis in what you posted. I put it at the end of the CAST.
December 23, 2014 at 9:36 am
Erland,
Thanks. That's where I was thinking of going as well. Just hoping I could find some way to do do it without going to trace or xe.
Turns...
December 23, 2014 at 8:18 am
LutzM (12/23/2014)
Did you check the effective permission for that sproc?
EXECUTE AS USER =...
December 23, 2014 at 8:16 am
Brandie Tarvin (12/18/2014)
So, I'm curious. Anyone have any major projects that people want before the end of the year?
Sure, but what it is changes every day, so none of it...
December 18, 2014 at 6:28 am
Stefan Krzywicki (12/16/2014)
Eirikur Eiriksson (12/16/2014)
Stefan Krzywicki (12/16/2014)
Eirikur Eiriksson (12/16/2014)
Jeff Moden (12/16/2014)
Steve Jones - SSC Editor (12/15/2014)
Jeff Moden (12/14/2014)
December 16, 2014 at 11:34 am
Considering I still have 20+yrs left in the work force, I've never been more than 4 consecutive years at an employer, salary levels in tech, and the constant change and...
December 12, 2014 at 6:42 am
It's hard to say without any code, but whenever something like this happens I start with "bad" parameter-sniffing. I'd start by looking at this blog post[/url].
December 11, 2014 at 1:45 pm
That's the way I'd interpret the data, except the fact that the clustered index has a bunch of lookups and there aren't a matching number of non-clustered index seeks, because...
December 11, 2014 at 1:37 pm
You can't use T-SQL in SSIS expressions you need to use the SSIS Expression Language. This blog post is a good place to start looking at this.
December 11, 2014 at 1:22 pm
What jumps out to me in this plan is that there is an index seek followed by a key lookup. I'd be willing to bet that making the non-clustered...
December 11, 2014 at 6:59 am
Viewing 15 posts - 481 through 495 (of 9,641 total)