Viewing 15 posts - 76 through 90 (of 129 total)
Frank is actually correct according to the BLS article that was linked.
"Women and men tend to work in different managerial and professional occupations. In 2005, among professional and...
April 4, 2007 at 10:15 am
In my state, and several others, Amazon could face criminal charges if they tried to charge those credit cards after the fact. Since the charge would not have been authorized by...
February 16, 2007 at 9:40 am
We have something similar in the State of Wisconsin which is mostly used to help the District Attroneys make charging decisions. The idea is that criminals move around alot and may have...
December 27, 2006 at 9:56 am
By default you are correct:
SELECT * FROM sys.messages
WHERE severity = 13 AND language_id = 1033
1205 1033 13 0 Transaction (Process ID %d) was deadlocked on %.*ls resources with another process...
December 27, 2006 at 9:15 am
You only need the Exchange update if you use CDO functions of Exchange like web access - Outlook uses the OS for time.
December 20, 2006 at 8:15 am
Have you tried four monitors? One for email and RDP, one for web browsing/BOL, another for Visual Studio and BI Studio, and the fourth for Management Studio and MMCs. I...
October 13, 2006 at 10:58 am
I work right down the road from Epic Systems, Esker is right around the corner and GE is across the street. I talk with those guys on a regular basis, so...
October 10, 2006 at 2:54 pm
For your reference, the password policy in SQL Server enforces the Windows password policy. Since all of the windows server platforms 2000 and above use Active Directory and have the Account Policies...
October 4, 2006 at 12:10 pm
Do you realize that 2000 and all it's versions will not run on Vista/Longhorn server? This means that lots of vendors are scrambling to upgrade their apps with only three weeks until Vista...
October 4, 2006 at 11:53 am
I did not say anything about a restore. I said to stop the sql server, delete the log file, and then start the sql server to allow the server to...
October 2, 2006 at 8:08 am
When you specifically path out the folder as in "In the Object Explorer, under the 'Server Objects' folder is a 'DDL Triggers' folder." when asking where server scoped DDL Triggers are...
October 2, 2006 at 7:55 am
If you are only missing log files, you should be able to stop the sql server, delete the existing log file in the windows file system, and then restart the sql...
September 29, 2006 at 12:43 pm
Just add an execute SQL task to the end of your SSIS package control flow that runs the code in the trigger. Your trigger may not be firing because you...
September 29, 2006 at 12:36 pm
Since you're using RDP to connect to the server, block everything except 80 and 443, so your web server is the only thing open to the outside world.
Also open another...
September 29, 2006 at 11:57 am
Viewing 15 posts - 76 through 90 (of 129 total)