Forum Replies Created

Viewing 15 posts - 1,336 through 1,350 (of 2,903 total)

  • RE: Database Log Truncated: Database:

    1. as Chris says, you have a job that truncates the log.

    2. you have a maintenance plan truncating the log

    3. you have an application that is truncating the log.

    How was...

  • RE: restoring the database or attachinf the datafile

    You can:

    1. RESTORE the backup file to the new server.

    or

    2. Attach the .mdf and .ldf files.

    Refer to the BOL for the syntax for RESTORE DATABASE and sp_attach_db.

    -SQLBill

  • RE: Spoofing of login database name

    So you can't make any changes to the initial database where everything is checked?

    Since the logins are unique, why do a 'initial database' at all? Create each login on the...

  • RE: Log Backup Failure

    Ah, two backups going on. Possibly tried to backup at the same time? Maybe you can't log ship at the same time a backup is being performed.

    -SQLBill

  • RE: Spoofing of login database name

    Maybe.....set up three views in the SDE database. Give permissions to the proper class for each view. Have the connection check one common table for authentication and then from there...

  • RE: sql error

    It could be lots of things....have you checked the SQL Server Error log for messages, how about the Windows Event Viewer logs on each box?

    Also, right click on that job,...

  • RE: SQL Server Transaction Log Format

    I took a look at it once and DBCC LOG really doesn't provide much of anything usable.

    -SQLBill

  • RE: Unable to login after power spike

    Glad to help.

    -SQLBill

  • RE: Recovery Model Changes

    I apologize. But do you work with a Jerry Grant? He posted the exact same question, looks like the exact same wording.

    http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=9&messageid=248510

    -SQLBill

  • RE: Recovery Model Changes

    Please don't double post. You have posted this elsewhere on this site and I have started responding there.

    -SQLBill

  • RE: Unable to login after power spike

    What do you use the SQL Server for? Applications? Stop the SQL Server services, stop any applications that connect to the databases. Restart the MSSQLServer service (not the SQLServerAgent...

  • RE: INSERT

    Here is something else that might help.....

    Copy the query from QA into a .txt file (Notepad). Then use find and replace. First replace all occurances of your first tablename with...

  • RE: How recovery mode of db gets changed

    Which database? Is it a system or user database?

    -SQLBill

  • RE: INSERT

    Ah I think I mispoke and apologize for that. I think you are saying you DID replace the names and got that error and for our viewing you replaced...

  • RE: INSERT

    Any help for that error?

    YES. As I said:

    YOU need to replace the table and column names with the REAL table and column names.

    -SQLBill

Viewing 15 posts - 1,336 through 1,350 (of 2,903 total)