Forum Replies Created

Viewing 15 posts - 406 through 420 (of 492 total)

  • RE: profiler shows junk duration on Virtual Server?

    Are these AMD chips by any chance?

    I know there is some technology that messes with the way SQL 2005 tracks time. This is typically AMDs Quite 'n Cool technology. I've...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Timeout errors when deleting, even selecting data

    After starting the select or delete have you done an sp_who2 from another MS conection to see if there is any blocking?

    This is the most likely cause.

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: How to handle Tempdb.dbo.##XXXXXXX

    zeeaay (7/1/2010)


    Dear folks,

    Thank you very much for replying so quickly to help me out. Reply to your assumptions. I am not doing anything. If you read my message carefully I...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: move Master database from the 2000 to 2005 SQL server

    mitra.zaimi (7/1/2010)


    would you send me a link to show how to script against master database ( in sql 2000 ) to collect data and then restore it to sql 2005...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: BULK INSERT

    Try adding a carriage return at the end of the last line if there isn't one there already.

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Application Generated Tables and Indexes.

    Duran (6/14/2010)


    ... I wonder if off the peg applications create indexes that are not as optimal as they could be, and generally can they be changed.

    Yes, off the peg applications...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Why can't I connect to 2 sql servers with SSMS, but others can?

    From the timeout error it looks like the problem is load on the database server. It may be worth running some Performance counters. like CPU usage to see if your...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Why can't I connect to 2 sql servers with SSMS, but others can?

    Are you seeing any error messages when your connections fail or when trying to connect and it fails? Either in SSMS or the SQL error logs?

    Do you see different behaviour...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: what is the cause of the sudden and unexpected increase in the load on the sql server?

    Users writing their own queries.

    New application added, typically data warehouse and Analysis Services

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Cannot get trigger to fire from third party software

    Quite possibly a permission error. Have you set the trace to capture errors?

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: I am trying to install sqlserver2005 enterprise64 on windows server2003 standard edition 32 bit.

    In simple terms, you can run a 32 Bit application on a 64 Bit operating system (with exceptions), but you can't run a 64 Bit application on a 32 Bit...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: backup application log

    I much prefer setting the plan to write to a log file and use that than the plan history.

    Different courses for differeent horses.

    Leo

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: backup application log

    Have you looked in the SQL Server error log?

    Maint plans are notorious for not logging things nicely unless you actual add logging to the plan. Something I would always do....

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Blocking vs Dead lock

    You can do a query against master..sysprocesses and look at the blocked value. This will also tell you the SPID doing the blocking.

    I have a script but I'll need...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

  • RE: Blocking vs Dead lock

    In blocking, one process is holding s resource that another process requires. SQL knows that once the blocking process finishes the resource will be available and so the blocked process...

    Leo
    Nothing in life is ever so complicated that with a little work it can't be made more complicated.

Viewing 15 posts - 406 through 420 (of 492 total)