Forum Replies Created

Viewing 15 posts - 16 through 30 (of 1,033 total)

  • RE: SSIS in SSMS - no option to install

    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...

  • RE: SSIS Dynamic excel Load to SQL database

    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...

  • RE: What is wait state FFT_NSO_FILEOBJECT

    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...

  • RE: Synchronize Salesforce with SQL Server using SSIS

    Do you have any comparisons to either CozyRoc or Pragmatic Works' Salesforce Adapters?

  • RE: What was that field name?

    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...

  • RE: Service Principal Names

    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... 🙁

  • RE: Temp table limitations

    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...

  • RE: Creating a ROT13 Function

    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...

  • RE: Putting JSON on an equal footing to XML

    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...

  • RE: Compression

    John Mitchell-245523 (1/30/2014)


    I think you're assuming this question is more complicated than it actually is. What it's actually saying is this: "I have two databases that take up the...

  • RE: Mastering Dimensions of Time

    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...

  • RE: Mastering Dimensions of Time

    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...

  • RE: Mastering Dimensions of Time

    Jeff Moden (1/21/2014)


    Just a couple of thoughts...

    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...

  • RE: Execution Plan Cursors

    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...

  • RE: A few reflections on RBAR by a weary application developer

    Koen Verbeeck (12/9/2013)


    Nice article.

    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...

Viewing 15 posts - 16 through 30 (of 1,033 total)