Forum Replies Created

Viewing 15 posts - 76 through 90 (of 129 total)

  • RE: Katie

    I think the biggest problem is that the information and how to find it just isn't out there visibly. There's a guy here who's emailing me privately about the Katie...

  • RE: 2007 Tech Salary Survey Results

    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...

  • RE: What''s the Right Thing?

    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...

  • RE: A Massive Database

    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...

  • RE: Question of the Day for 27 Dec 2006

    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...
  • RE: DST Ready

    You only need the Exchange update if you use CDO functions of Exchange like web access - Outlook uses the OS for time.

  • RE: Does it help?

    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...

  • RE: The Upgrade Question

    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...

  • RE: Question of the Day for 04 Oct 2006

    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...

  • RE: The Upgrade Question

    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...

  • RE: Can''''t get a database into emergency mode

    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...

  • RE: Question of the Day for 02 Oct 2006

    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...

  • RE: Can''''t get a database into emergency mode

    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...

  • RE: Transfering data trigger problem

    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...

  • RE: Recommended firewall settings for securing SQL Server

    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...

Viewing 15 posts - 76 through 90 (of 129 total)