Forum Replies Created

Viewing 15 posts - 8,956 through 8,970 (of 9,241 total)

  • RE: Other Users Cannot Execute SSIS Packages

    Brad (8/25/2008)


    HI Perry,

    Thanks a lot. WHere do I find these roles?

    Regards,

    Brad

    the roles are in the MSDB for that instance. Edit a sql users mapping and under MSDB you'll see the...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Script drop all indexes for all tables

    are you sure you want to drop all indexes?

    you have the scripts to re create them?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: finding duplicates... help needed

    Lynn Pettis (8/25/2008)


    why the joins, group bys, and having count(*) &gt

    the group by would be required for the count function i think

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: finding duplicates... help needed

    marius.draganescu (8/25/2008)


    Perry,

    It looks like this is it!! It is working...

    can you recommend a book/ website/ anything else I could use to learn the more complex TSQL from? I...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Rebuilding all indexes on all databases after SQL 2000 to 2005 migration.

    whether you step through each index or grab the database name and rebuild all its indexes it'll take the same amount of time. I would use a cursor to grab...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: where to place datafiles?

    how many nodes\sql instances are in the cluster

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Other Users Cannot Execute SSIS Packages

    ensure users are mapped to one of the MSDB standard DTS roles

    db_dtsadmin, db_dtsltduser, and db_dtsoperator

    or create and assign a custom role. Users need to have correct permissions to execute...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: finding duplicates... help needed

    marius.draganescu (8/23/2008)


    I will try this out Monday and I will let you know how it works. Many thanks!!!

    no problem, table aliasing also helps to compact\tidy your code a little (dont...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Accessing Remote Databse Server

    you could use IPSec to secure communication between the 2 machines

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Other Users Cannot Execute SSIS Packages

    are these packages stored in the MSDB database?

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Installation Issues

    sql 2005 enterprise can only be installed to appropriate server operating system. For Vista\XP you will need developer or express edition

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: finding duplicates... help needed

    marius.draganescu (8/22/2008)


    I can't publish real data here, for obvious reasons. I don't think multiple names makes the difference. This is what I am getting:

    Duck ...

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: How to alter a table with not null columns?

    hengert (8/20/2008)


    I used "1/1/1900", maybe it only accepts single quotes then. I'll give it a try. Thanks.

    yes you need to use single quotes

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Sql server 2005 editions

    unikhath (8/22/2008)


    Yes, I'm installing Developer edition on my machine for development and using Enterprise edition on the clients site during production.

    Thanks for the help.

    should be just fine

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • RE: Choosing the right SQL edition

    probably need to clarify a little further what you are intending to do

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 15 posts - 8,956 through 8,970 (of 9,241 total)