Forum Replies Created

Viewing 15 posts - 7,246 through 7,260 (of 18,923 total)

  • RE: BIDS download

    Cool, make sure you reapply the SPs so that you are everything at the same level and avoid weird bugs (rare but it happens).

  • RE: BIDS download

    Have you tried uninstall / reinstall the tools with the ss install file?

  • RE: BIDS download

    What do you mean can't find SSAS?

    You need to create a new project, then in the bi category SSAS should be the 1st option.

  • RE: BIDS download

    Hey dude here's the path to rebuild your link!!!!

    "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe"

    If it's NOT there, then do a search for devenv.exe and you'll find it.

  • RE: BIDS download

    It's still not an error. That means that the products are already installed. So you just need to find them.

    Here's where my shortcut points to for bids :...

  • RE: Slow query performance - different query plans found

    Hey I just had a quick look at the query from the .sqlplan.

    Here's another idea to see "where it all goes wrong".

    I see you have a lot of subqueries. ...

  • RE: Slow query performance - different query plans found

    Open the plan, right click on the final select in the plan. Then properties. You'll find that the optimizer stopped the optimisation because of a timeout.

    That could explain...

  • RE: Execution Plans - How long will they stay?

    Have you checked if you have some sort a late finishing bakckup or reindex job or anything trashing the disks at that time?

  • RE: Database relocation

    GilaMonster (1/24/2011)


    To recreate the database on SQL 2005 you'll have to remove/change any SQL 2008-specific features (spatial, date, time, etc) otherwise the creation scripts won't run on SQL 2005

    What she...

  • RE: Database relocation

    No because you HAVE TO remake the whole thing from scratch... no backup, no restore. Script everything, rebuild the whole structure and reimport the data manually.

  • RE: Abstract critique - T-SQL Code Sins

    What mistakes are you going to cover?

  • RE: Database relocation

    You can't use backups because they never were and never will be backward compatible. You need to script the whole db and objects. Then reimport the data.

  • RE: Execution Plans - How long will they stay?

    As stated earlier... the most likely problem is the data cache. Unless having a 2000 lines proc with only 1-2 queries inside, the plan generation time will be futile...

  • RE: Where do you look for DBA's?

    Craig Farrell (1/21/2011)


    Brandie Tarvin (1/21/2011)


    Hey, Craig, even us non-employer types are learning a lot from this discourse. I've learned a lot about job descriptions just by reading your responses (and...

  • RE: password for sa login got lost

    SSMS

    open your server with windows account

    security

    logins

    double-click on sa

    general

    type in the new password, confirm and hit ok

Viewing 15 posts - 7,246 through 7,260 (of 18,923 total)