Forum Replies Created

Viewing 15 posts - 1,381 through 1,395 (of 1,790 total)

  • RE: Delay databases startup

    I would push a bit harder with the vendor. Theoretically (I would not do this) you can run the OS on SAN storage so, if they are accepting this as...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Cannot delete distribution data

    Have you disabled that server from being a distributor yet? Right click on replication folder, "Disable Publishing and Distribution"

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: How to optimize the query

    You should start looking at the execution plans (from SSMS Query>Display Estimated Execution Plan - or - CONTROL L) and the DISK IO (SET STATISTICS IO ON / OFF). Additionally,...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Replication of DB from one machine to another

    There are many questions to be answer prior to coming up with a solution so, any input you can provide to the following will greatly aid those in providing recommendations....

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: sql server 2005 stops every night

    sultankahut (7/15/2008)


    The sql server I am working with stops every night since last Friday. Whenever I try to connect it in the morning it gives me following error:

    Cannot connect to...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Trace

    Just to make sure the horse is dead...

    You should also be able to see the trace start / stop in the SQL Server Log.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: sql server 2005 stops every night

    Sounds like your SQL Server instance is part of a cluster and the service broker service is one of the clustered resources. If so, then that would be pretty standard...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Working part-time

    As with anything related to business, it has to be about the bettering the company. I don't say that with any malice, that is just economics. No business is in...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Upgrading a database compatibility from 6.5 to 2000

    You really shouldn't have any issues changing the model. I haven't had to go from 65 to 80 but I have gone from 70 and have had no issues.

    It...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Working part-time

    Agree Jeff. That would definitely keep me sharp... Just might have to try that soon. :w00t:

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Merged Table Added Columns

    Well, testing revealed that you can't do this. I was unable to add columns to the subscriber table. Sorry, new to merge replication.... : )

    I guess it is a...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Addition to the previous question

    If you can post the code that would help a lot in providing an answer. Thanks in advance.

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Query regarding SSRS report server

    Yes, you will have to walk through the Windows feature install to get IIS installed but then you should be all set. When you go through the reporting services install...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Storage Migration

    There are a few things unclear from your post so, a few questions along with a few inputs;

    It appears that you are able to present storage from your new...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

  • RE: Blockings related to SQL Server

    You can use sp_who2 to get all processes and any that are blocking will be in there. There are several variations of how to handle that output to get the...

    David

    @SQLTentmaker

    “He is no fool who gives what he cannot keep to gain that which he cannot lose” - Jim Elliot

Viewing 15 posts - 1,381 through 1,395 (of 1,790 total)