Forum Replies Created

Viewing 15 posts - 1 through 15 (of 89 total)

  • RE: Confused with a Cluster.

    Not sure if you are using a listener, but when you fail over and if you used the SERVER1 name, you connection may fail and that is not longer the...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: Excessive wait

    Yes, sp_whoisactive and sp_who2 are very useful and have already been run. There is no activity on the server. The only action is the drop / restore. It may...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: SSIS Package hangs without any errors

    Chris, glad you solved your issue. Take a look at the solution I gave above, my guess is that you are experiencing the same blocking that I was. ...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: SSIS Package hangs without any errors

    I experienced this problem and found a solution, so hopefully this will help others.

    Action i was doing; I was importing data from using a query into a table. The destination...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: Pre Check List for 64 BIT SQL Server 2008 Cluster Installation

    Another issue that is somewhat related to this is installing on Server 2008 R2, which requires the installation to be slipstreamed. Its best to check before running the installation. ...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: Problem

    Off the top of my head, if you have a sequential ID you could setup a loop using something like a CurrentID and select the "TOP N" rows where the...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: Check Yourself

    Very Good Article: What I see a lot, are replies that do not provide the best answer. I understand that people often provide a solution without looking at...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: fatal error 5243, possibily related to snapsnot

    This problem has been resolved. Not sure of what was causing the problem exactly, but applying SP3 resolved the issue




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: fatal error 5243, possibily related to snapsnot

    Sorry I cannot post the text of the trigger, but here is what it is doing, nothing complicated;

    Insert into table( … )

    Select inserted.ColumnA, deleted.ColumnA

    From inserted inner join deleted

    Where (deleted.ColumnA ...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: Print Slow for SSRS reports with High Resolution(JPEG) images

    This is a known issue with reporting services. We had to change the code to go directly to PDF. and then print from there.




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: SQL Reporting Services Font issue...

    Your original post didn't mention if you were trying to export PDF, but some of the responses mentioned it, so maybe I missed something. If you are trying to...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: Layout of Parameter Prompts for Report Viewer

    You are correct in you question / answer. You cannot control then in reporting services and one way to design around it is to gather the parameters using something...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: Group in New page

    on the layout tab, click on the box containing the data (cannot remember it official name right now) ; click on the group "row" that you want to edit....




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: SQL 2005 Upgrade

    there are some differences, but mostly depends on the complexity of your DB. On way of getting a good estimate is to run the upgrade advisor on the 2000...




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

  • RE: Deleting snapshot folder

    Have you found a solution to this yet? I am having the same problem.




    Curtis Smith
    SQL Server DBA
    Well in worked in Theory ...

Viewing 15 posts - 1 through 15 (of 89 total)