Forum Replies Created

Viewing 15 posts - 2,251 through 2,265 (of 2,635 total)

  • RE: Job fail

    Teresita,

    In Enterprise Manager, expand Management and right-click on SQL Server Agent.  The account shown as the Service startup account is the one that needs to have access to the network...

    Greg

  • RE: How to move SQL Server engine, databases, jobs to a new server?

    Martin,

    That's just about the best article you'll find.  I've used all three methods (detach/attach, export/import, backup/restore) to move databases and they all work.  You may get other suggestions for how...

    Greg

  • RE: transform from sql server table to xls

    Mike,

    You could create a DTS package that runs the stored procedure in an Execute SQL task, then on success export the data from the table to Excel with a Data...

    Greg

  • RE: long running jobs

    Do a search on SQL Server Central for "long running job" and explore some of the articles and suggestions in the forums listed.  Several people seem to have figured out...

    Greg

  • RE: What Permission you need To Execute DTS package?

    Can you post the error message?  Is it related to executing the package itself or something that is contained in the package?

    More details about the error will help to pinpoint...

    Greg

  • RE: Updating 2 tables together

    You wouldn't call the stored procedure or Execute SQL task from the Transform Data task.  Both DSP's and my solutions depend on the source data being in a SQL Server...

    Greg

  • RE: Refesh Database.

    Could he mean to refresh the data in the database i.e. copy data from a production database?  I'd say you should reply to the email and ask the developer exactly...

    Greg

  • RE: Number of Stored Procedures

    Brad McGehee has a site with good advice on performance tuning:

    http://www.sql-server-performance.com/

    Greg

    Greg

  • RE: DTS problem with FTP task

    According to Books onLine and my 'Professional SQL Server 2000 DTS' book, you can designate an entire directory to FTP by clicking the double arrow (>&gt

    Greg

  • RE: DTS problem with FTP task

    I think you're on the right track looking at authentication.  Scheduled jobs run under the security context of the Windows account specified for SQL Server Agent.  It probably doesn't have...

    Greg

  • RE: DTS package error log on workstation

    Was the DTS package created by the Copy Database Wizard?  The only thing I can think of is you don't have the necessary permissions in the msdb database on the...

    Greg

  • RE: Updating 2 tables together

    You could also put both INSERTs in a single stored procedure or Execute SQL task.  Insert the Employees table, then use the SCOPE_IDENTITY function to get the new ID value...

    Greg

  • RE: "NOLOG" for temp files?

    You can't turn off logging.  Your best bet is to ensure that Tempdb has a large enough initial size and is set for automatic growth.  See "Optimizing tempdb Performance" and...

    Greg

  • RE: where to publish my tool

    There's a section of SQL Server Central for member contributed freeware.  Select "Resources" then "Products and Books" on the navigation bar at the top of the page.

    Greg

    Greg

  • RE: maximum row size (16845) exceeds the maximum number of bytes per row (8060)

    What happens in the case that there is a record (that comes directly from the bank) which it actually contains more than 8060 bytes? Taking in acount the current situation...

    Greg

Viewing 15 posts - 2,251 through 2,265 (of 2,635 total)