Forum Replies Created

Viewing 15 posts - 841 through 855 (of 966 total)

  • RE: DTS Export Package Task

    Right, so if you go the properties of the Execute Package Task, it will tell you what instance and the package name of the package the Execute Package Task is...

  • RE: DTS Export Package Task

    An Execute Package Task runs a separate package from the one that you are currently in. Since it does not have arrows, it is most likely running in a separate...

  • RE: restoring to non domain server

    If the server you want to restore to is connected to the network, then you can copy over just the backup file(s) you want and restore to the new server,...

  • RE: Got Cache?

    I agree with Gail. There is no way to troubleshoot this without sufficient information on your environment and the queries you are troubleshooting. Please post eveything you can in order...

  • RE: connection error

    You can also check the client network utility on one of your clients and ensure that it is setup to conenct properly. I believe there is an area where you...

  • RE: Erorr running sqlrun_tools.msp

    I think I was unclear before. I apologize. The tools install you were trying to run is an msp file. It cannot be applied by itself, it needs to reference...

  • RE: Erorr running sqlrun_tools.msp

    Install from the original media, then run SP3 again to upgrade just those components.

  • RE: connectiivity issue to sql server

    There could be a lot of reasons for this. Are there any errors in the SQL log or the event logs? Any networking errors or outages at that time? If...

  • RE: Why tempdb is growing ??

    It sounds like you are either writing to tempdb in the stored procedure, or the underlying views you are accessing are using tempdb in some way. Try running Profiler and...

  • RE: Copy data from one Server to other

    It may be easier to restore from a backup.

  • RE: Slow insert speeds, but fast read speeds

    Not sure if this is your issue, but have you checked your disk subsystem? Are there any errors reported? High disk I/O from another process or job? Also, if your...

  • RE: Substring column

    Have you tested it? If you run the query statement that is being assigned to @query in management studio and have the output written to a file that would probably...

  • RE: Substring column

    Will this not work?

    SELECT RTRIM(COMMENTS) FROM <table_name>

  • RE: connection error

    I am not positive, since we have Windows Firewall disabled on our clients at work and depend on a hardware firewall for traffic in and out of our organization. I...

  • RE: connection error

    Is the Windows Firewall turned on? I wonder if it is blocking port 1433 from connecting.

Viewing 15 posts - 841 through 855 (of 966 total)