Viewing 15 posts - 31 through 45 (of 173 total)
I'll add my vote for two monitors. All my developers have two, as do I. I noticed an immediate productivity benefit to it.
October 13, 2006 at 10:53 am
You'll be happier with the results if you use a date format that orders the date YYYY-MM-DD. The files will sort properly by date, even from one month or...
October 12, 2006 at 4:12 pm
sp_start_job doesn't wait for the job to finish, does it? So if you have three in a row, the jobs will all start within milliseconds of each other.
October 3, 2006 at 11:17 am
It is not a recommended practice to backup to a network share, though I did that for a couple of years without problems.
The method I use now is to schedule...
October 3, 2006 at 11:16 am
Are you using a local account rather than a network account? Try using a domain account, and configuring the mail profile to use that. (Logon to your server with that...
September 13, 2006 at 3:34 pm
Hopefully this will help.
Here's a sample I found on the net some time back:
' Get User Information gui.vbs
' Revision history
' Created 11-26-2001 by Ralph Montgomery - Firsthealth of the...
September 1, 2006 at 11:02 am
Hopefully this will help.
Here's a sample I found on the net some time back:
' Get User Information gui.vbs
' Revision history
' Created 11-26-2001 by Ralph Montgomery - Firsthealth of the...
September 1, 2006 at 10:55 am
Double check that the account that SQL Agent uses is correct. Also, it looks like your MAPI program (Outlook?) may be the culprit. Go into the Control Panel and reset...
September 1, 2006 at 10:36 am
I agree with rudy. None of my days are typical. I tend to spend 75% of my time debugging vendor supplied stored procedures and writing ad-hoc queries to find/fix problems...
September 1, 2006 at 10:28 am
Use either a domain account or a local user account for the Agent.
August 23, 2006 at 11:34 am
Disabling the Windows Firewall is a bad idea if the laptop is ever out of your corporate environment, where you are protected by the firewall at the perimeter. However, if it...
August 17, 2006 at 9:57 am
Make sure the user ColdFusionUser has the correct permissions on the folder containing the file you are trying to import. Server 2003 locks down permissions, so you have to specifically...
August 17, 2006 at 9:52 am
Would it make sense to have a sub-table with the values, so if null, there is no subtable column?
declare table main (id int identity)
declare table main_values(id int identity, main_id int,...
August 10, 2006 at 1:48 pm
I set transaction log backups to occur every hour, and in EM, set SQL to delete backups older than 3 days. I have a Scheduled Task on the server which...
August 9, 2006 at 12:25 pm
Have you checked the windows event logs? The security log will show you who connected to the server. It would have to be a sys admin or administrator to drop...
July 27, 2006 at 9:34 am
Viewing 15 posts - 31 through 45 (of 173 total)