Forum Replies Created

Viewing 15 posts - 16 through 30 (of 57 total)

  • RE: Restricting MSDTC Service security

    Be careful of what version of Windows Server you are running. If it is 2003, there is a requirement for running the MSDTC Service under a local account - something...

  • RE: Question of the Day for 27 Aug 2004

    My point is that BOL is vague, and so it is a perfect MS certification-type question. You always have to think "what are they really meaning", instead of religiously adhereing...

  • RE: Question of the Day for 27 Aug 2004

    BOL is very vague about this topic. Consider the following quote: "Because the name of the mark is the same as its transaction, a transaction name is required. The optional...

  • RE: Question of the Day for 27 Aug 2004

    Clip from BOL:

    Inserting Named Marks into a Transaction Log

    To insert marks into the transaction logs, use the BEGIN TRANSACTION statement and the WITH MARK [description] clause....

  • RE: Question of the Day for 27 Aug 2004

    This is one of those certification-type questions. You know, where in the real world you wouldn't do any of the options listed, but you have to pick the "best" one...

  • RE: Question of the Day for 27 Aug 2004

    Hello,

         I admit I haven't heard of this feature before, but I'm not sure the answer is correct. The question refers to "creates named transactions that include the...

  • RE: Executing the Contents of a Variable

    I recently wrote a script(with a bit of help from an article on this site) to do what you are talking about. Here's what I use:

    set nocount on

    create table #reccount...

  • RE: Whats better, Clustered Server or Stand Alone Server?

    Hello,

         With equal servers, you should see roughly the same preformance if you are using an Active/Active cluster (one instance of SQL normally runs on Server A, and the second...

  • RE: Check constraints with multiple varchar values

    Yep, I just realized the ERWin left the wrong kind of quote in, and I didn't catch it. Thanks for the info.

  • RE: SQL Server and NLB on Win2003 Standard

    Thanks for your ideas, but maybe I didn't really explain very well.

    The application is an in-house developed application that is not cluster aware. I am not going to run...

  • RE: SQL Newbie

    The Murach series of books are great, and their SQL for SQL Server book specifically addresses the T-SQL that every db developer should know (and more). Great way to get...

  • RE: SQL Server 2005

    I'm kinda scared by the CLR integration - Don't get me wrong, it is a GREAT thing. I just think a lot of developers are going to start writing Stored...

  • RE: largest row in a table

    beautiful. That works perfectly. I shoulda though of that...

     

    Chris

  • RE: DOES Full backup Clear out Transaction Logs?

    Personally, I found it a great solution for keeping a reporting server relatively up to date. I just had to kill the reporting (read-only) users on a published timeline. Our...

  • RE: DOES Full backup Clear out Transaction Logs?

    I had to incorporate a step that killed all of the users of the reporting database before applying the log. Here's a copy of the sp that I used (created...

Viewing 15 posts - 16 through 30 (of 57 total)