Forum Replies Created

Viewing 15 posts - 31 through 45 (of 62 total)

  • RE: OS Disk Capacity Information

    thanks for the reply.

    I want to stay away from enabling options on the server, I don't know much about 'Ole Automation Procedures'; not sure of the security implications or as...

  • RE: Parallelism

    .

  • RE: Parallelism

    GilaMonster (1/29/2014)


    Is the hardware identical?

    Are the server settings identical?

    Is the data identical?

    Are statistics up to date on both servers?

    No to any of those could be the reason for the difference.

    This...

  • RE: Parallelism

    As in the index statistics?

  • RE: Parallelism

    Neeraj Dwivedi (1/29/2014)


    When you say pretty much same it means identical or few things are different?

    Do they have same # of processor & same amount of memory?

    yeh 4 processors each....

  • RE: SQL 2000 Database Availabily

    I found a quicker way to find out that status, I query DATABASEPROPERTYEX, this gives me what I need (simply whether the database is ONLINE/OFFLINE). Now just working out how...

  • RE: Running DBCC CHECKDB Against Mirrored DB

    Dammit, this was what I didn't want. Oh well.

    thanks for advice.

  • RE: DBCC CHECKDB

    How do you run a DBCC Check DB against the database that is acting as a Mirror? When I try, I get the standard message saying I can't run it...

  • RE: Robocopy

    Yes, I've tried different sequences, characters (e.g. "", ' ', % etc.) but to avail.

    No, not using variables. If I take either of the options out, it works but not...

  • RE: Using Robocopy within SQL Agent job - headache with error codes!

    I'm having the exact same issue!

    My problem is that I've got round the exit code issue by this:

    ROBOCOPY D:\filetocopy E:\filetocopyto ^& IF %ERRORLEVEL% LEQ 1 exit 0 /MAXAGE:1

    The problem which...

  • RE: Dynamic TCP/IP Port

    Aha. So that explains what I saw when I restarted a Instance with 'Dynamic Port' allocated, the port number did not change as it wasn't being used by any other...

  • RE: Slow Query

    What would be the best way to view the execution plan, seeing how the queries are executed from the application? Would I need to replicate the process and perhaps view...

  • RE: Help needed with BCP command

    Thank you for the reply, I will look into this.

  • RE: Help needed with BCP command

    HanShi (10/2/2013)


    Execute this command from SSMS:

    exec xp_cmdshell N'whoami'

    Make sure the account listed in the results has the correct permissions to execute the BCP executable and to write to the destination...

  • RE: Help needed with BCP command

    Jeff Atherton (10/2/2013)


    Have you tried running the bcp command by itself from a command prompt? That should give you some error messages if it doesn't work.

    Yes, it runs in command....

Viewing 15 posts - 31 through 45 (of 62 total)