Viewing 15 posts - 466 through 480 (of 616 total)
Attempting to re-start using SQL Server Configuration Manager but taking a very long time. Can I just kill the sqlservr.exe from task manager and start the service via SQL Server...
November 14, 2012 at 8:10 am
Can't even use DAC. I get a timeout error message!
Time to re-start the SQL Server instance?
November 14, 2012 at 8:02 am
There's 8GB memory. The SQL Server instance is configured to use the max (it still has the default value). But is task manager accurate enough about memory usage? It doesn't...
November 14, 2012 at 7:37 am
You say the windows user is created but have you created a SQL Server login as well?
November 14, 2012 at 3:59 am
capnhector (11/13/2012)
Makes no difference in the long run im just...
November 14, 2012 at 2:27 am
Forgot to mention that I also have another trigger for when a database is removed:
CREATE TRIGGER [DDLTriggerRemoveDatabaseBackupSchedule]
ON ALL SERVER
FOR DROP_DATABASE
AS
declare...
November 13, 2012 at 11:10 am
capnhector (11/13/2012) the problem i see is if some one creates a database and it does not get entered into the table it wont be backed up.
Ah but in my...
November 13, 2012 at 10:42 am
Thanks for the confirmation.
November 13, 2012 at 10:18 am
Rrrrright.. so because backups are online, SQL Server will include some transactions with the backup file so that when the DB is restored, it is in the state as it...
November 13, 2012 at 9:41 am
Okay... I've shrunk the LDF file so now I hope that 36Gb has been given back to the OS.
I've also set the LDF to initial size 50MB. I'm not really...
November 13, 2012 at 9:35 am
HowardW (11/13/2012)
November 13, 2012 at 9:12 am
Anyone care to comment about my solution of creating a schedule table to control the backups on a SQL instance?
Is this a bad idea?
November 13, 2012 at 3:22 am
Very good! I have much to learn.... 😛
I'm glad you asked about what I'm doing.
Let me try to explain, I have:
1 SQL Server Instance with 25 databases (I actually have...
November 12, 2012 at 12:25 pm
As Steve suggested, you need to enable further logging.
I had an issue with a SQL job the other week and I wasn't getting enough information so I followed the advice...
November 12, 2012 at 10:50 am
Yup... I did entertain this idea of custom logging before but I thought I'd check with you guys in case I'm duplicating unnecessary metadata. But it does make sense and...
November 12, 2012 at 7:54 am
Viewing 15 posts - 466 through 480 (of 616 total)