Forum Replies Created

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

  • RE: Bad habit #2: Prod data -->> dev, test databases

    1. Set up a Staging environment to restore the PROD backup;

    2. Develop a scrubbing procedure to erase those sensitive data/columns with some random data on the Staging DB

    3. Backup the...

  • RE: Unable to connect to SQL server

    Is the Clustername pingable? if it is, try this? Go to Server Property-->Connections

    ...

  • RE: SP3

    My Active/Passive Cluster SP3 installation was smooth and successful.

    1. Connect to Active node, Install SP3 on Active node (with everything running, no failover, no shutdown)

    2. when finished on Active...

  • RE: reporting service issue

    Sometimes, when I deploy report or try to connect to the reporting server, it failed to connect it.

    Then it caused the database connection failed too. then sometimes caused the...

  • RE: SQL Agent can't run SSIS Package

    Connect SSIS (default instance) from the Object Explorer and click Filesystem and import the package from the Filesystem (your path).

    Then run it from there and see how it goes.

    If this...

  • RE: Cannot Drop a SQL Agent Job

    If the job was created from maintenance plan, you should be able to drop the job by dropping the maintenance plan which created that job.

  • RE: Configuring Reporting Services

    When you set up the Subscription, it would ask you to provide the UserName and Password to access the fileshare.

    You only need to make sure the fileshare folder is really...

  • RE: Failover=restart SQL Service?

    ROBOCOPY is not the sole cause in my case, but it's a major one. I have a job copying backup files over to another server using robocopy. Many times,...

  • RE: Failover=restart SQL Service?

    It should if restarting SQL services is all that it needs to get working.

    BTW, I am having same errors as you were trying to fix. but our SQL is Standard...

  • RE: Failover=restart SQL Service?

    failover from Active to passive will restart the services on the passive node;

    failback from THEN_passive_Now_Active to Then_active_now_passive node will restart the services on the Then_active_now_passive node.

  • RE: How Much Memory is SQL Using ?

    Did you see any blocking?

    How about the Exec Plan?

  • RE: Table Columns count

    SELECT Count(*) FROM sys.COLUMNS

    Where object_name([object_id]) = 'TABLENAME'; --without DBO

  • RE: Logshipping not creating tables on Standby Database

    Is the Created/modified date of the TUF file same as or close to your last LOG file? ( the TUF file should be in your logcopy folder by default)

    If...

  • RE: SQL 2008 x64 on Server 2008 x64 - Job Email notifications

    Is the Profile set as Public and Default?

  • RE: SP3 domain group won't work

    If nothing helps, Restart the server/services, which probably will help.

    Sometime the security/permissions won't take effect until after a restart.

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