Viewing 15 posts - 5,401 through 5,415 (of 6,678 total)
Find the job or job step (probably in the full backup) that disables the transaction log backups. On SQL Server 2000 - you can't run both a transaction log...
April 14, 2009 at 1:46 pm
In SSMS - right click on the Error Log folder and select configure. You can configure the number of SQL Server error logs that will be kept.
April 14, 2009 at 1:39 pm
That was where I was heading - but needed to see the error message.
The problem usually does not show up with a connection (login) problem. Usually it shows up...
April 14, 2009 at 12:38 pm
Grant Fritchey (4/14/2009)
April 14, 2009 at 12:34 pm
If you are seeing processes block themselves, you need to review what type of waits you are encountering. My guess would be that they are CXPACKET waits - which...
April 14, 2009 at 12:29 pm
How are you determining that the error logs are not rotating? Issue that command does not create new files, it rotates the files so that errorlog.1 is renamed to...
April 14, 2009 at 12:09 pm
I have another question - how do you connect to the client's server? Do you connect using an IP address or the name? If you use IP address,...
April 14, 2009 at 12:00 pm
I believe the GUI tools require a higher privilege than just ddl_admin. Basically, this privilege allows the user to issue the DDL statements, but does not allow usage of...
April 14, 2009 at 11:11 am
Are you using Windows Authentication to connect to SQL Server? When you connect to the server, are you using a client specific domain account?
If so, then you will not...
April 14, 2009 at 11:06 am
Yes - it is Activity Monitor that is generating that statement. The question really would be why is this showing up in the logs? Generally, things like this...
April 14, 2009 at 10:49 am
You are welcome - I remembered the conversation and then it was just a matter of searching for a question that was posted by Jeff Moden. Since that particular...
April 13, 2009 at 6:20 pm
The problem is going to be which row do you want to use to order the columns? And then what happens when you add a region, or additional funds?
If...
April 13, 2009 at 5:43 pm
Here is a previous discussion that shows how to do multiple aggregations in a single pivot. We went back and forth on the various forms of pivot/cross-tab and which...
April 13, 2009 at 3:36 pm
Great - it sounds like you now have things under control and should be able to shrink the transaction log.
April 13, 2009 at 12:00 pm
Viewing 15 posts - 5,401 through 5,415 (of 6,678 total)