Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)

  • RE: SSMS Ctrl+U Shortcut

    For the benefit of exasperated developers in years to come, here's how I fixed it. Firstly, jump ahead to the step 4. I'm certain I'd done that prior to re-installing, but...

  • RE: SSMS Ctrl+U Shortcut

    Well, at least I'm not going mad. Mine's apparently set to Alt-D

    But that doesn't work, and neither does CTRL-ALT-J.

    Thanks for your help everyone, at least it's confirmed that...

  • RE: Project Deployment Model - Multiple Projects in a Solution

    We've ended up just typing in the password multiple times when we load the solutuion. As you say, User Key is no use with multiple developers, Do Not Save isn't...

  • RE: Project Deployment Model - Multiple Projects in a Solution

    Lowell (7/27/2015)


    if you used windows authentication, you would not need to encrypt the projects and data sources, and i think the problem would go away, right?

    The vast majority of them...

  • RE: Project Deployment Model - Multiple Projects in a Solution

    Phil Parkin (7/27/2015)


    You have not explained why there is password protection on the project files ...

    We have our packages password-protected because they have credentials in them, and Project Deployment Model...

  • RE: Seeing which Cached plan has been chosen

    Thanks a lot for that, ShowPlan XML should be enough for me to investigate. It's an intermittent problem, so at least now I'm prepared for the next time it happens!

  • RE: Strange performance problems

    Thanks for all your replies, and apologies for the lack of information in my original post. I was going off the information I had at the time, which turned out...

  • RE: User can't select from table using one part name

    Problem solved. The abc login was part of the 'sysadmin' role. Once I've taken it out of that role everything's working fine.

    Thanks again for the help.

  • RE: User can't select from table using one part name

    interestingly user_name() is returning as 'dbo', not 'abc' as I would have expected. I'll have a dig and see what's going on.

    Thanks Steve

  • RE: User can't select from table using one part name

    Thanks for the quick repsone. The default schema is set to 'abc'. I've tried changing that to dbo and back, to no avail. Similarly dropping and recreating the user didn't...

  • RE: Simple Select Statement

    tosscrosby (1/26/2009)


    Something like:???

    insert into temp2_sales

    select * from temp_sales

    where temp_sales.product_number = 0

    and temp_sales.customer_number not in (SELECT customer_ID from temp2_sales)

    Almost, you missed out a SELECT, see above

  • RE: Why so big difference?

    the same worked for me. I assume it's because the SP being called is generating a lot of "(1 row(s) affected)" lines (over 20,000 in my case) which SQL Server...

Viewing 12 posts - 1 through 12 (of 12 total)