Forum Replies Created

Viewing 15 posts - 616 through 630 (of 2,635 total)

  • RE: Reading code of stored procedure

    They could use SP_HELPTEXT stored procedure or OBJECT_DEFINITION function. I think either one only requires membership in the PUBLIC role to work.

  • RE: Inbox Zero

    I like an uncluttered inbox; maybe not zero, but at least not more than one screen full. I have several "subject" folders with subfolders under them where I put...

  • RE: Logins

    I've done this exactly the way Jack describes and it does work. The "deny" for the individual overides the "permit" for the group.

  • RE: SQL 2000 to SQL 2005 DB Migration

    Yes I do. I think you'll be less likely to have steps missed by reading well-organized and thought out articles than by having someone list the steps off the...

  • RE: Sorting the tables according to foreign key constraint.

    I've used this script for years to figure out the insert/delete order of tables with foreign keys. I haven't had time to change the SQL 2000 system table names...

  • RE: Managing failed and missed jobs

    How you handle a failed job really depends on what the job does. As Jerry said, some failed jobs can be ignored because they'll get caught up on the...

  • RE: SQL 2000 to SQL 2005 DB Migration

    That's a pretty in-depth subject. Have you looked at any of the documents/resources available here?: http://www.microsoft.com/sqlserver/2005/en/us/upgrading.aspx

    My first suggestion is for you to review the information above then post any...

  • RE: recovery

    No chance. If you don't have a backup, it's gone.

  • RE: please help- Sp not getting refreshed

    Sorry, I used the DTS task name. I haven't actually used the task in SSIS, so I can't offer any advice about it's use, but a search on this...

  • RE: SQL SERVER 2000 JOBS

    The schedule is included in the job script. You don't need to create anything separately.

  • RE: please help- Sp not getting refreshed

    I get the same error. I don't know what causes it, but I suspect it has something to do with the objects being in SQL 2005 because it works...

  • RE: SQL SERVER 2000 JOBS

    If you're not comfortable creating a DTS package, you can script jobs in Enterprise Manager:

    Management -> SQL Server Agent -> Jobs

    Right-click on a job or jobs -> All Tasks...

  • RE: Permissions required to Truncate

    jnaumann (12/3/2008)


    To allow truncate you can add 'WITH EXECUTE AS OWNER' to the procedure.

    😉

    Joerg

    ...but only in SQL 2005.

  • RE: database migration problem?

    You can't restore a backup of a system database (master, msdb, model) that was made in SQL 2000. See "Copying Databases with Backup and Restore" in BOL.

  • RE: SQL 2005 Agent Job Error

    When you open a package I Business Intelligence Development Studio, Protection Level is shown in the package properties. That's where you can change it. By default, it's always...

Viewing 15 posts - 616 through 630 (of 2,635 total)