Forum Replies Created

Viewing 15 posts - 1 through 15 (of 268 total)

  • RE: SQL Server in place upgrade and SSIS execute permissions

    SQL_Ninja (1/29/2015)


    Recently, we performed an in-place upgrade of a SQL VM from 2008 to 2012 just to test it out. Everything seems to have gone off without a hitch,...

  • RE: Production Subsets

    chrisn-585491 (8/22/2014)


    A separate QA Team? Wow, that's a luxury where I work.

    Development needs to spend some time on databases that reflect real data and large datasets. There's nothing like actual...

  • RE: Production Subsets

    david.wright-948385 (8/22/2014)


    Tatsu (8/22/2014)


    I am for having the right data in the right environment.

    I don't see the point. If production data can be obfuscated while maintaining similar statistical characteristics, and if...

  • RE: Production Subsets

    I am for having the right data in the right environment.

    Dev databases should have a data set that is representative of Production but smaller. All known scenarios should be covered....

  • RE: Can't get CLR to Deploy to SQL 2012 CU2

    Shon Thompson (4/16/2014)


    Why does the MS documentation say you can do it with visual studio?

    http://technet.microsoft.com/en-us/library/ms345099.aspx

    You can deploy a CLR object to SQL Server from Visual Studio as long as you...

  • RE: How Long Before You Upgrade?

    Markus (4/14/2014)


    [quote-0Yes, but aren't those [In-memory] features only available for ENTERPRISE Edition? If so, not many will be able to justify the huge cost for that version of standard...

  • RE: How Long Before You Upgrade?

    Eric M Russell (4/14/2014)


    I can see why the development and support team for a line of business database would shrug it off.

    The In-Memory OLTP and In-Memory Columnstore indexes (for data...

  • RE: How Long Before You Upgrade?

    Cody K (4/11/2014)


    I think you are MEANT to do a full backup, begin a trace to record a day of work, take another backup, and then use replays to compare...

  • RE: How Long Before You Upgrade?

    I manage the Business Intelligence server for my company and we just started planning our upgrade to 2014. I expect that all our BI servers except the SharePoint/SSRS stuff will...

  • RE: Left Anti Semi Join - performance issue

    Thanks Gail and Jeff!

    The experience I was referring to was apparently old and moldy. I think I ran into a problem with subqueries and IN back in SQL 7 or...

  • RE: Converting comma separated values to columns

    All of the solutions to Ash-N's question are really good. I am just not sure Ash-N asked the right question. That would be "What is the best way to fix...

  • RE: Left Anti Semi Join - performance issue

    GilaMonster (8/28/2012)


    TheSQLGuru (8/28/2012)


    Personally I think that is a better query in any case, the IN's just offend my delicate sensibilities. 🙂

    Why?

    In my experience, IN performance stinks with sets. They work...

  • RE: SSIS Catalog view is not executing from Store procedure calling from a service broker

    kumar-378458 (9/4/2012)


    Yes RBarryYoung. I only (with owner "fl\user2012" as windows authenticated , admin access ) created/setup everything and i am the owner of all the objects.

    Could you define "admin access"?...

  • RE: casting uniqueidentifier to number and back

    Actually a UNIQUEIDENTIFIER (AKA GUID) is a number. The problem farax_x is running into it that a BIGINT is a 64 integer while the UNIQUEIDENTIFIER is 128 bits so trying...

  • RE: Database Engine Tuning Advisor - Error

    bob.lawson (9/5/2012)


    I am trying to run the Database engine tuning advisor but when I try and run it I get an error that it has stopped responding.

    I have noticed that...

Viewing 15 posts - 1 through 15 (of 268 total)