Viewing 15 posts - 16 through 30 (of 1,033 total)
You don't connect to SSIS that way anymore.
Find the Integration Services Catalogs option in SSMS when you connect to the SQL Instance, right click and choose "Create Catalog"
It will make...
September 17, 2015 at 12:59 pm
I'm pretty sure you can do this with CozyRoc's Data Flow Plus task.
I've managed to make tasks that read webservices for their metadata, maintain tables locally and then synchronize data...
September 17, 2015 at 12:57 pm
So it popped back up and in way larger force with SQL 2014... I've now opened a premier support ticket.
Whatever this problem is... it also prevents database Restores (backups seem...
September 11, 2015 at 1:29 pm
Do you have any comparisons to either CozyRoc or Pragmatic Works' Salesforce Adapters?
September 30, 2014 at 7:45 am
I got this right... but in truth the select statement is the correct answer because this question mentions Query Analyzer, which is a SQL 2000 and earlier tool. SSMS...
August 15, 2014 at 8:41 am
Interesting... I always thought you needed both the FQDN and the NETBIOS name... at least that was a recommendation the last time I read up on it... 🙁
August 7, 2014 at 3:32 pm
Good question... the pick 2 made it easy though... I knew they could have constraints and indexes because I've had to put them on them before.
Which only left the other...
May 23, 2014 at 8:59 am
I realize it's been 6 years... but interestingly enough this came back to me...
I can only say this fix works on SLQ 2012, because I don't have 2005 or earlier...
March 11, 2014 at 7:30 am
I'm dragging myself into figuring out Json, because of course we need to store it... and query it.
What I don't get is why to me it looks so much like...
February 3, 2014 at 9:39 am
John Mitchell-245523 (1/30/2014)
January 30, 2014 at 8:02 am
Jeff Moden (1/21/2014)
what I've seen on the query plan is that it typically grabs the few rows from the calendar table with a clustered index scan (yes a terrible table...
January 22, 2014 at 4:09 am
Jeff Moden (1/21/2014)
Peter,
I know that a non-persisted computed column saves space but it's also recalculated on every use and non-indexable. Since the data won't actually ever change, I'd recommend...
January 21, 2014 at 5:34 pm
Jeff Moden (1/21/2014)
First, these two tables are one of the few places where I'd use the natural key of either the date or the time instead...
January 21, 2014 at 7:14 am
Thomas Abraham (12/23/2013)
But, since none of the other choices seemed correct, I went with it and was rewarded with another point I can put in my retirement account.
What is the...
December 23, 2013 at 9:22 am
Koen Verbeeck (12/9/2013)
One remark though: using SSIS doesn't necessarily mean RBAR.
You can stream the data into a bulk load just fine (as fast as the join) and still find...
December 9, 2013 at 4:14 am
Viewing 15 posts - 16 through 30 (of 1,033 total)