Forum Replies Created

Viewing 15 posts - 1,936 through 1,950 (of 7,168 total)

  • RE: Default database under Login Properties

    For one, convenience. I change my default DB sometimes so that when I connect I am dropped into the DB I use most often. When I setup new developers with...

  • RE: SELECT from OPENDATASOURCE error

    Check that the Windows account you're using to log into the SQL Server with has a login and permissions to select from that table on the remote server. If it...

  • RE: Does .Net framework 2.0 is compulsory for sql server express 2005

    winmansoft (2/15/2013)


    When i tried to install sql server 2005 express in a windows XP( fresh installation of Windows xp with no .net framework) setup asked to install .net framework...

  • RE: Post to a web service from SSIS?

    Carl Waitz (2/15/2013)


    Interesting approach. Thanks for the reply. And you're right -- something like a Web Service Destination was what I was looking for. With your approach, how exactly would...

  • RE: Post to a web service from SSIS?

    It sounds like you are looking for a "Web Service Destination" Component inside the Data Flow Task but you will not find one there. How you might deal with it,...

  • RE: Post to a web service from SSIS?

    Have you looked into the Web Service Task? If so and you found it lacking can you describe more about what you are trying to do?

  • RE: Integration Services VS BCP (2008 R2)

    bcp exporting to a csv file is used all over the world and probably will be for a very long time. bcp is obviously not as robust as SSIS since...

  • RE: lock memory

    The need is far less than in previous versions, especially SQL Server 2005 running on Windows Server 2003. Personally I will not enable it unless I am seeing specific symptoms...

  • RE: Odd performance caused by Where Clause

    Any idea why this would happen or how to troubleshoot this?

    No way to tell from here. Please post the Actual Execution Plans for all three queries.

  • RE: SQL profiler and performance counter

    zi (2/14/2013)


    I enabled the trace stop time, but still the import performance data is disabled (gray)

    any idea why?

    Thanks

    Not trace stop time, the starttime and endtime event data...

  • RE: register spn

    By the way , for my workstation developer instance, I use local account, like local system of nt service account, does it automatically register SPN, I never did that on...

  • RE: Shrink Database

    Bill (fluffydeadangel) (2/14/2013)


    It would be if our org didn't disable the standard trace to setup a custom one.

    That's horrifying. At worst a "custom" default trace should be a superset containing...

  • RE: register spn

    Is the register spn a necessary step for SQL service account?

    It is if the SQL Server service is being run as a domain account and you want clients to be...

  • RE: Transaction Log Backup

    MyDoggieJessie (2/14/2013)


    Of course, I agree. Just saying as a general rule...more of a when in doubt - For Full Recovery DB's I run log backups every 15 minutes so...

  • RE: Transaction Log Backup

    MyDoggieJessie (2/14/2013)


    midnight251 (2/14/2013)


    Great info thanks. What would a sensible size be, 50 gig? I did notice a 'Shrink File' in the Maintenance Plan, is this what I use...

Viewing 15 posts - 1,936 through 1,950 (of 7,168 total)