Forum Replies Created

Viewing 15 posts - 571 through 585 (of 907 total)

  • RE: Job pemissions problem

    What versions of SQL Server are out local and remote machines?

    Gregory Larsen, DBA

    If you looking for SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples

    Gregory A. Larsen, MVP

  • RE: Job pemissions problem

    What is the actual error are you getting?

    Gregory Larsen, DBA

    If you looking for SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples

    Gregory A. Larsen, MVP

  • RE: Job pemissions problem

    Did you set the Server Options to allow "RPC Out" on the new linked server definition?

    Gregory Larsen, DBA

    If you looking for SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples

    Gregory A. Larsen, MVP

  • RE: Job pemissions problem

    I'm doing just what you are and here is what I have done.

    On the box that runs the SQL Server Agent job, modify your linked server properties to include a...

    Gregory A. Larsen, MVP

  • RE: Job pemissions problem

    Sorry for the blank reply.

    Have you set up the SQL Server Agent account to logon to the remote server? This is the account that will be considered...

    Gregory A. Larsen, MVP

  • RE: Job pemissions problem

    quote:


    Here is my scenario:

    I have 2 servers. One local server called SOCMON, the othe called GREP05 (which is in a DMZ)....

    Gregory A. Larsen, MVP

  • RE: Packed decimal to date

    By packed decimal I'm guessing you mean an eight character date like '20020102' would look like this in a SQL Server binary field 0x20020102

    If this is true then you might...

    Gregory A. Larsen, MVP

  • RE: Backup Databases to a mapped Drive

    Yes, backups can be created on a mapped/network drive. To do this you need to first create a database backup device that points to the network device. I...

    Gregory A. Larsen, MVP

  • RE: Foriegn Keys Harm or Help Performance

    You will need to consider how many inserts and updates you will perform, and whether the performance issues out ways to data integrity issues, that might occur without FKs.

    Gregory Larsen,...

    Gregory A. Larsen, MVP

  • RE: SQL Mail and SMTP

    I have some SQL Agent jobs that use CDONTS. Although this works because CDONTS is installed on our SQL box, because this particular box has both IIS, and SQL....

    Gregory A. Larsen, MVP

  • RE: SQL Mail and SMTP

    I have some SQL Agent jobs that use CDONTS. Although this works because CDONTS is installed on our SQL box, because this particular box has both IIS, and SQL....

    Gregory A. Larsen, MVP

  • RE: Can't restore DB due to sleeping connection

    A "Sleeping" process is a process waiting for a lock or user input. Know I suppose if a process started a transaction, did some stuff, then did some more...

    Gregory A. Larsen, MVP

  • RE: How to backup tables only?

    If you restore a database it will overlay everything in an existing database. In your example table A will be gone.

    If all you really want to do is migrate tables,...

    Gregory A. Larsen, MVP

  • RE: Selecting text fields cutting off

    Might try looking at the "Managing Long Data Types" section of BOL for some ideas.

    Gregory Larsen, DBA

    If you looking for SQL Server Examples check out my website at http://www.geocities.com/sqlserverexamples

    Gregory A. Larsen, MVP

  • RE: How to backup tables only?

    When you backup a database it backs up everything (Tables (schema and data), views, stored procedures, users, etc).

    If you restore a backup onto another database it will restore everything (tables,...

    Gregory A. Larsen, MVP

Viewing 15 posts - 571 through 585 (of 907 total)