Forum Replies Created

Viewing 15 posts - 31,996 through 32,010 (of 39,818 total)

  • RE: Production Database Releases - Worst Practice

    Lots of problems here. Breaks SOX, so if you're public, this gets you an audit failure.

    Time between detach and attach? Downtime for sure.

    Testing? Developers can't test, or at the least,...

  • RE: dual core CPU and hyperthreading

    I'll try to track someone down at MS that can answer the "use" question.

    At TechEd, in one of the tech talks, someone asked about hyperthreading, given all the multi-core options,...

  • RE: Find Servers in a domain

    Note that servers can mark themselves as "hidden" from -L and if any routers block 1434, this won't work either.

    If you have SMS or someone can run a query, the...

  • RE: Import Slow

    That does sound strange. As Robert mentioned, I'd ask for more details on what you're doing in the wizard. I might even try a simple DTS package, with 2 connections...

  • RE: Temprary Table performance

    I tend to agree with Jeff and try to create the table explicitly, then insert as needed, add indexes, etc.

    I've seen so much on table variables v temp tables that...

  • RE: which exams are the best, and other preparation methods (70-431)

    Winston,

    First of all good luck with this one. I took the 431, 441, 443, and 444 and this was the hardest one to me. It's two parts, one multiple choice,...

  • RE: Database Activty

    Not sure sp_who2 lists transactions. It lists active users. You can run dbcc opentran to see which transactions are open.

    You can run profiler on a particular database to see if...

  • RE: Named instance and TCP/IP

    Why do you need to specify TCP: to connect? Is there something I'm missing?

  • RE: Datetime

    You can use UTC time on both as the central time and then use an offset for local time.

    Can you explain more about what the insert looks like and what...

  • RE: Error in receiving mails from SQL SERVER Job

    Log in with the account used to run SQL Server (the service account). Run outlook and check the profile, be sure it can send and receive. Likely something is misconfigured...

  • RE: INSERT and "out of memory"

    You can break up the insert as well, use a transaction if needed, and insert in batches rather than one large statement. That could help with memory.

  • RE: ETL From Clipper to SQL (and back again)?

    Interesting.

    BTW, Clipper uses dBase format, so you can use those drivers.

  • RE: DDL Triggers - Search for a solution

    Brandie,

    What's your trigger code? Are you rolling things back?

    They should work no matter what. A sysadmin doesn't override the trigger. Can you add log code to the trigger to see...

  • RE: Question of the Day for 15 Jun 2007

    I realized that and had to recheck the question, but I don't think it implies space on the drive. The log could fill up, with no autogrow, and there still...

  • RE: Friday afternoon hang-outs

    It definitely wasn't me and no sheep on this ranch. I was actually in Mexico, swimming with my daughter, completely unwired and enjoying the day.

    I've fixed the ID, though I...

Viewing 15 posts - 31,996 through 32,010 (of 39,818 total)