Viewing 15 posts - 1,336 through 1,350 (of 2,904 total)
Do you have login auditting turned on? If so, you could use that to see who might have been logged on at that time. Have you looked at the...
January 9, 2006 at 10:51 am
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...
January 9, 2006 at 8:38 am
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
January 9, 2006 at 8:32 am
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...
January 6, 2006 at 8:46 am
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
January 5, 2006 at 12:11 pm
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...
January 5, 2006 at 12:05 pm
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,...
January 5, 2006 at 12:00 pm
I took a look at it once and DBCC LOG really doesn't provide much of anything usable.
-SQLBill
January 5, 2006 at 11:56 am
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
January 5, 2006 at 10:14 am
Please don't double post. You have posted this elsewhere on this site and I have started responding there.
-SQLBill
January 5, 2006 at 10:10 am
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...
January 5, 2006 at 10:09 am
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...
January 5, 2006 at 10:06 am
Which database? Is it a system or user database?
-SQLBill
January 5, 2006 at 10:00 am
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...
January 5, 2006 at 9:59 am
Viewing 15 posts - 1,336 through 1,350 (of 2,904 total)