Forum Replies Created

Viewing 15 posts - 46 through 60 (of 62 total)

  • RE: Error - Database may not be activated

    Well I fixed it. Created a blank database which was given the ID of 7 and then dropped it. The job and sp run fine now. I can only think...

  • RE: Error - Database may not be activated

    Verified that the ID 7 does NOT exist in sysdatabases.

    I have scripts for the sp and the job and have recreated them more times than I care to remember but...

  • RE: Loading Databases SQL 7.0

    Have you recently restored this database? The loading state usually means that the database is waiting for more restores to happen e.g. transaction logs to be applied. It prevents people...

  • RE: Concatenation

    Instead of using LEN, See what values you get back from using

    DATALENGTH(expression)

    The LEN function ignores any trailing spaces - DATALEGTH will return the true length.

    Should rule out field sizes on...

  • RE: Log Shipping Error

    All your transaction logs must be applied on your secondary server in the same order they were done on the primary. For whatever reason the restore of the 4:05 log...

  • RE: Invalid object name sysobjects!!!

    It's a non case sensitive install but thanks anyway.

    It also crossed my mind that maybe the owner had been changed from dbo (how or why I don't know) but I...

  • RE: Invalid object name sysobjects!!!

    Server: Msg 208, Level 16, State 1, Procedure TABLES, Line 4

    Invalid object name 'sysobjects'.

    Server: Msg 4413, Level 16, State 1, Line 1

    Could not use view 'information_Schema.tables' because of previous binding...

  • RE: MDF/LDF Timestamps

    Ah - that would explain it!

    I'm trying to find when a database was last accessed and thought I could do it through that but obviously not. I've seen a few...

  • RE: Login failed for user

    Profiler has traced the Admin account back to an Access application - thanks for that. Still looking for the others..........

  • RE: Login failed for user

    They were all valid logins and not names you would normally guess. In saying that there's been 2 attempts to login with 'Admin' that have also failed. May have to...

  • RE: Login failed for user

    It's SQL

  • RE: Cleanly Shutdown

    That would appear to make sense.

    However it appears on only one of my databases and that is Model - this database is certainly not offline.

    I'll play around with taking db's...

  • RE: Trapping "Server does not exist" error

    Works perfectly - thanks very much!

  • RE: Cannot Stop SQL Server Agent

    I wasn't local admin on those particular servers - all sorted now.

    Thanks

  • RE: Termainl Services Performance

    Thanks - we are running Remote Admin so we should be okay.

Viewing 15 posts - 46 through 60 (of 62 total)