Forum Replies Created

Viewing 15 posts - 601 through 615 (of 920 total)

  • RE: Store Procedure

    Without more information, we'd just be guessing, so ...

    What error message are you getting, if any?

    Has the account that runs the procedure changed? (new permissions, new password,...)

    Can you drop and...

  • RE: Slow Query

    How many rows in the table before the delete?

    Are these rows useful? Do they need to be in the table for a while and then get deleted or could...

  • RE: Native Backup Failure

    Check the sql server error log, and the event log on the windows box for more meaningful error messages.

    Also, if this is running as a part of a scheduled job,...

  • RE: Native Backup Failure

    What error message are you getting when the backup fails? If the backup is running from a scheduled job, does the account under which the sql server agent is...

  • RE: stuck with restore

    If you copied the ldf after the damage was done and the production database was in 'simple' recovery mode, the data is gone and can't be recovered. The backup...

  • RE: stuck with restore

    Now I'm a little confused. The 4338 message seems to indicate that the stop point you want to get to isn't in the log anymore. Does the table...

  • RE: stuck with restore

    What recovery model was the database in before you backed it up. I'm guessing it was in 'simple' mode, which means the logs were truncating every few minutes (clearing...

  • RE: SQL Server 2005 Express not interacting with MS Access

    It might also help to post the connection string that the Access front end is using.

  • RE: Duplicate Record Added with Single Insert

    ... and you're sure you're not calling the proc twice? Is there a trigger on the table?

  • RE: SQL Server 2005 Express not interacting with MS Access

    When you set up SQL Server express, did you enable the protcol you're using to connect (TCP, Named Pipes, etc) using the surface configuration tool?

  • RE: SQL Server 2005 Express not interacting with MS Access

    Check to make sure that the user has access to whatever his default database is, or make sure the database you want him to access is his default. That's...

  • RE: There must be an easier way - 600k INSERTs

    Can you just use Access to link to the SQL Server tables you need and run the compare in Access? It would probably be a pretty slow operation, but...

  • RE: Query Help - T-SQL

    You need to really understand what Kent said. In a relational database, the order in which rows are returned can't be guaranteed unless they are explicitly ordered using an...

  • RE: "Sql server error 5120" while attaching database

    Check the account under which SQL Server is running. That's the account that needs to have permissions to the files.

  • RE: Favorite Book Quote

    I don't know where that last once came from either, but I think it might have been my last performance appraisal...

    My hat's off to anyone who can remember that long...

Viewing 15 posts - 601 through 615 (of 920 total)