Forum Replies Created

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

  • RE: How to replace a text

    Fishbarnriots (8/26/2008)


    The file looks like a complete dogs dinner

    my my, as tasty as that 😀 :Whistling:

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

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

  • RE: Passing parameters to a Where In statement

    rdavid (8/26/2008)


    I have a stored procedure that uses a "Where InvoiceID in (16,17,18)" construct.

    If I define the input parameter to the stored procedure as nvarchar (which is what I would...

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

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

  • RE: finding duplicates... help needed

    Lynn Pettis (8/25/2008)


    True, but my knowledge of the problem domain was limited by the information provided. With OP's last post, my understanding was enhanced and the solution provided previously...

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

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

  • 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" 😉

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