Viewing 12 posts - 16 through 27 (of 27 total)
it is almost certainly an issue with your SQL Agent service account not having rights. Make sure that any files/folders that you need to access have permission granted to the...
July 5, 2006 at 11:42 am
I'm assuming your talking about change the SQL Server's IP address. If so there is not much to account for. Just make sure that DNS is updated correctly after the...
July 5, 2006 at 11:31 am
Another method is to turn the Audit level to All on the security tab of server properties. After a restart of SQL server all login events will be written to...
July 5, 2006 at 11:24 am
Agreed - try tuning the underlying query first.
One important thing to note is that an indexed view will actually exist as an object in the schema. Another thing is...
July 5, 2006 at 11:20 am
You could do that. It would probably be alot easier just to have each server send their own email, only sending the email if there are unsuccessful jobs.
June 30, 2006 at 12:11 pm
i'd suggest double checking the vendors requirement on this. I've found with two different vendors that the sequence didn't matter as long as the order of the record types come...
June 30, 2006 at 12:04 pm
does the sql agent service identity have rights to that folder and file? When you execute a package interactively it uses your account, when scheduled as job it will use...
June 30, 2006 at 12:01 pm
I'm not sure about how you would unprotect the workbook. I'm sure it could be done via some tricky vb coding but i can't help you there. Another alternative would...
June 29, 2006 at 12:39 pm
I actually had to do this recently. Essentially i just created three separate text files and then concated them together using a simple copy command at the end of the...
June 29, 2006 at 12:04 pm
I agree with the previous post on using an alias to avoid this problem in the future. For example we have a DNS alias called SQL1 however this points to EQXSQL01. We can...
June 28, 2006 at 2:00 pm
Should be pretty easy using an undocumented procedure (xp_execresultset). This was recently in an article on this site..
The database size script could easily be modified to do what you want.
June 28, 2006 at 1:47 pm
You should see all but 2GB . To verify how much memory SQL sees and is using check Performance Monitor:
SQLServer:Memory Manager\Total Server Memory
SQLServer:Memory Manager\Target Server Memory
Note that task manager will...
June 27, 2006 at 1:24 pm
Viewing 12 posts - 16 through 27 (of 27 total)