Forum Replies Created

Viewing 15 posts - 361 through 375 (of 408 total)

  • RE: Table Space growth based on each year

    I have all the information gathered in the tables, howerver i want to show the row count and size growth based on the each year for specific tables.

    Thanks

  • RE: Table Space growth based on each year

    I am populating all the table information to main table on daily basis based on date time stamp. However, how to create a script to query against the table. Any...

  • RE: Performance issues

    Yes, i did. It will give me the top 10 current running queries. However, i am looking for something like 30 mins before.

    Thanks

  • RE: SQL Server Agent Job

    Ok thanks! This helps, I have created Job and alert me if row count > 0 from sysjobs table.

  • RE: SQL Agent Job

    I have seen in the past if there are any blockings then it should time out right. However, it will show as running for days without failing and doing nothing?

    Thanks

  • RE: SQL Agent Job

    Well I would like to find if there is a way to setup some kind of notification when the job is hung? Do we have any workaround like that?

    Thanks

  • RE: SQL Agent Job

    It never ends. We restarted the server but no luck?

  • RE: Tempdb not releasing the space

    Thanks so much!

  • RE: Tempdb not releasing the space

    Thanks it worked! So here we are not moving the file to different location.

    That means we are just altering the file size with following command.

    ALTER DATABASE tempdb MODIFY FILE...

  • RE: Tempdb not releasing the space

    We had unusual growth happened for one bulk operation. Which we may run again. So the tempdb suppose to be 25 GB and it grow to 50 GB. So I...

  • RE: BCP

    Do you think it cannot be done with BCP?

    Thanks

  • RE: High Memory Utalization

    However, now I am getting memory shortage. When I look memory metrics it looks good. Does it mean it needs more memory? Why I am seeing this notification when I...

  • RE: Blocking

    Lets consider 2 different tables TABLE A and TABLE B.Now, suppose that there are two different sessions with different activity. Does one of the session will be blocked or timed...

  • RE: TEMPDB on RAM

    Thanks to everyone!

  • RE: Disk Space recomendation

    Thanks!

Viewing 15 posts - 361 through 375 (of 408 total)