Viewing 15 posts - 121 through 135 (of 143 total)
I know I'm not answering the question you posted but do you have spare disk capacity on another server? If you do and your SQL Server Service is running under...
February 1, 2005 at 3:26 am
You are aware that if you change the recovery mode from FULL to Simple that you will not be able to backup the transaction logs?
If you have a disaster you...
February 1, 2005 at 3:06 am
It might be worth checking the File growth properties of the database.
The data and logs should ideally be set to Autogrow by 10%. If your database is set to...
February 1, 2005 at 2:56 am
Thanks for the advice.
I am aiming to turn the audit of successful logins off.
Just so you know. It seems to be a DTS package that loops via an Active X script...
January 31, 2005 at 8:04 am
Thanks for the advice/information.
I was toying with the idea of recycling the Error Log as the Job has to run another 2 times today. I am going to change the audit...
January 31, 2005 at 6:37 am
Thanks Greg,
So if we have an MSDN Universal subscription we can utilise the SQL Server Developer Edition for our test environment without any further cost ?
Carl
January 28, 2005 at 10:36 am
Apologies.
I am not very well up on Licencing as it's not an issue I have had to control in my passed roles.
I have read that SQL Server 2000 Developer Edition...
January 28, 2005 at 7:07 am
Not sure what you mean?
I actually implemented the following last night and it seemed to job the job when I checked this morning:
I have 1 'on success' line that goes...
January 19, 2005 at 9:32 am
Once I have changed the recovery mode to simple; I can just do a backup log with truncate only to clear down the space used in the tran log can't...
January 17, 2005 at 7:33 am
Cheers Frank,
I have read that it sets a registry setting but wasn't sure whether a top and restart was necessary.
Carl
January 17, 2005 at 5:49 am
Brian,
Thanks again for your advice.
So if you don't necessarily need network access for backups or outputting of reports to File Severs the best way is a local account.
If I use a...
January 12, 2005 at 3:57 am
Brian
Thanks for the information about the local system account permissions. I can see why Microsoft advise against using this account now. The only other question I have got is
Is...
January 12, 2005 at 3:18 am
A starter for 10 would be to generate scripts for all tables in the database to a text file.
You can do this by right clicking the database and choosing generate SQL...
January 11, 2005 at 10:14 am
Hi,
I've just checked this error in google and found the following response on a site to the error message you are getting.
Seems like xpstar.dll is being deleted from the server...
January 11, 2005 at 4:55 am
Viewing 15 posts - 121 through 135 (of 143 total)