Forum Replies Created

Viewing 15 posts - 76 through 90 (of 112 total)

  • RE: Tempdb GROWS

    Hi Grant, Solarwinds is a server performance monitoring application which is 3rd party. We logged a call with them enquiring about the tempdb issues we haing.

    We will monitor the temodb...

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: Tempdb GROWS

    Hi Guys an update ...

    The Tempdb is staying at the 35Gig mark. We are happy to leave it at that size as it is not growing to fill the drive...

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: Tempdb GROWS

    lol thanks, I'm monitoring it currently, tempdb files sizes and checking queries as the day goes on.

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: Tempdb GROWS

    Hi Guys, the Tempdb is currently on 35Gig ...

    the main database on the server is 126Gig ...

    DBCC OPENTRAN ==> No open transactions!!!

    MANU-J. your query gives me NULL in all the...

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: Tempdb GROWS

    Hi Guys, well the Tempdb is once again 36Gig on a 40Gig drive.

    I ran this query

    SELECT SUM(unallocated_extent_page_count) AS [free pages],

    (SUM(unallocated_extent_page_count)*1.0/128) AS [free space in MB]

    FROM sys.dm_db_file_space_usage;

    Free Space in...

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: SQL Server Job

    you can use SSIS to do that easy 😉

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: Upgrade from MCITP 2005 to MCITP 2008 DBA

    Who went this route and what was your experience???

    I save this learning plan on the learning.microsoft site ==> Learning Plan for Transitioning from MCITP SQL Server 2005 DBA to MCITP...

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: Upgrade from MCITP 2005 to MCITP 2008 DBA

    I was afraid of that :pinch:

    Thanx for the reply Gail

    exam 453 is next now 😉

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: Forcely Logout of USers

    this option is for when you connect to the server remotely, from a remote PC, desktop, server, laptop to a MS SQL2005 instance on a server.

    The applications connect to your...

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: Forcely Logout of USers

    under you MSSMS go to server properties and under connections, untick the allow remote connections to the server.

    That should do it ...

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: Database mail configuration error in sqlserver 2005

    Do you have permissions set on the out going SMTP server to give your MS SQL 2005 server to send mail via this SMTP server ???

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: DB available space ZERO!!!

    BU69 (6/17/2009)


    Have you tried running UPDATE USAGE to see if it's just telling you the wrong information?

    Hi Guys Thanx ...

    Googled the problem and did a DBCC UPDATEUSAGE on the...

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: Various methods of inserting/querying multiply rows in a table

    What we discovered with this problem or apparent problem is that we call a stored proc to insert the batch into the DB. pass parameters to the stored proc and...

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: Various methods of inserting/querying multiply rows in a table

    THANX!!!

    Will probably send a text file to the SQL server per download or batch of downloads and then create a SSIS package to do the rest ... ;-);-)

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

  • RE: Various methods of inserting/querying multiply rows in a table

    Some extra info,

    I went through a trace file and a batch of 922 scans takes +- 4 seconds to complete in our Live production evironment to insert via 922...

    MCITP: Database Administrator 2005
    MCTS SQL Server 2008
    MCP SQL 2012/2014
    MCSA SQL Server 2012/2014
    MCSE Data Management and Analytics

Viewing 15 posts - 76 through 90 (of 112 total)