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

  • RE: Cannot delete distribution data

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

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

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

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

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

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

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

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

  • RE: Working part-time

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

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

  • RE: Addition to the previous question

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

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

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

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

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