Forum Replies Created

Viewing 15 posts - 2,086 through 2,100 (of 6,394 total)

  • RE: tempdb is full

    The error is related to the transaction log file.

    Is that unrestricted also? If so you may be hitting the disk capacity and need a bigger disk.

  • RE: tempdb is full

    Increase space in TempDB, set it to autogrow, manually increase the file size, increase space on the TempDB drive if its at capacity.

  • RE: Training for exam 70-464 SQL Development

    If your after the certs then 70-463 will be needed to get MCSA and then MCSE when you do 70-464 and 70-465.

    I wasn't looking forward to 70-463 as its not...

  • RE: Error 18456, Severity 14, State 16

    Can run a profile trace for login failed events to see what its trying to do.

  • RE: Today's Random Word!

    Ed Wagner (10/5/2015)


    Emergency

    Room

  • RE: Error 18456, Severity 14, State 16

    Is the default database online?

    Does the state of the database change at any point during the day when the users could be accessing the DB? Daily refresh or something like...

  • RE: Convert SQL table to XML

    How often does this need to run?

    Very ad-hoc you could look at the Import/Export Wizard

    Everyday/hour etc I would look at SSIS

    Also thanks to Jeff, hadn't seen spreadsheet XML like that...

  • RE: Recovery Model + VLF

    VLF's you will need to do some sort of loop like using sp_msforeachdb or building a dynamic query that goes and queries each DB individually.

    But for the other bits, just...

  • RE: Upgrading from SQL Server 2008 R2 to SQL Server 2012

    You need SSDT (SQL Server Data Tools) this is a VS2012 based product and comes built into the SQL media so can be installed via the SQL installer on all...

  • RE: Permission issues when adding server role or new login

    Do you have SysAdmin / SecurityAdmin role against your login or a group you are a member of on the SQL server?

    Builtin Admins hasn't been a member of SysAdmin as...

  • RE: How To Increase Your Testosterone Power

    reported

  • RE: DBCC CheckDB

    New Born DBA (10/5/2015)


    Any help on this?

    Have a go at writing a loop to run the query I posted for each DB you have on your server, one thing to...

  • RE: Today's Random Word!

    djj (10/5/2015)


    anthony.green (10/5/2015)


    TomThomson (10/5/2015)


    whereisSQL? (10/5/2015)


    crookj (10/5/2015)


    anthony.green (10/5/2015)


    Ed Wagner (10/5/2015)


    djj (10/5/2015)


    anthony.green (10/5/2015)


    Ed Wagner (10/5/2015)


    anthony.green (10/5/2015)


    SQLRNNR (10/4/2015)


    ghoul-ash

    Uno

    Cards

    House

    Boat

    Fishing

    Tackle

    Guard

    Defense

    Attack

    Block

    Stone

    Cutters

  • RE: logical file name different in sys.database_files vs. sys.master_files

    IIRC you need to restart the instance after the restore. Might be tricky with Always On, might have to take all the servers offline.

  • RE: Today's Random Word!

    TomThomson (10/5/2015)


    whereisSQL? (10/5/2015)


    crookj (10/5/2015)


    anthony.green (10/5/2015)


    Ed Wagner (10/5/2015)


    djj (10/5/2015)


    anthony.green (10/5/2015)


    Ed Wagner (10/5/2015)


    anthony.green (10/5/2015)


    SQLRNNR (10/4/2015)


    ghoul-ash

    Uno

    Cards

    House

    Boat

    Fishing

    Tackle

    Guard

    Defense

    Attack

    Block

Viewing 15 posts - 2,086 through 2,100 (of 6,394 total)