Forum Replies Created

Viewing 15 posts - 841 through 855 (of 972 total)

  • RE: How to group the Data

    It is helpful if you can include some sample data.

  • RE: 'tempdb' is full

    Krasavita (1/5/2010)


    I got this error message:

    The log file for database 'tempdb' is full. Back up the transaction log for the database to free up some log space..

    How can I fix...

  • RE: Maintenance Plan \ New Job Creation... Please Help

    In agreement with Jeffrey, use the tools that came with the version of SQL Server 2000. If the you don't have access from your desktop they would be accessible...

  • RE: Maintenance Plan \ New Job Creation... Please Help

    david.ostrander (1/5/2010)


    Hello -

    I'm trying to create a new backup job for a sql server 2000 db in Sql Server Management Studio 2008. I keep getting error messages that point...

  • RE: 'tempdb' is full

    Krasavita (1/5/2010)


    I got this error message:

    The log file for database 'tempdb' is full. Back up the transaction log for the database to free up some log space..

    How can I fix...

  • RE: SQL Server Unexpectedly stopped

    In agreement with John.

    What do you see in the other Windows event logs that correspond to the time frame of the stop messages? The events showing within Windows Event...

  • RE: Books for Query Optimizer inner workings?

    ducon (1/4/2010)


    Hi there,

    I would love to find a book dedicated to the query optimizer that explains how it works, how it chooses certain plans over others etc.

    Greg

    ISQL Server Execution Plans[/url]

    It...

  • RE: All-in-one

    I like SSMS pretty well. Seeing a log viewer as a separate app would be great, quick and easy to check the logs. Something that would be nice...

  • RE: SQL Agent Maintenance jobs run successfully but emails are not sent

    kevinsql7 (12/2/2009)


    Once the Exchange Server or DC come back online (after maintenance), my SQL Server Jobs continue to run successfully. The jobs just do not send out the emails associated...

  • RE: Restoring database with multiple files, filegroups and With Move

    This link has a good video along with it from Brent Ozar that goes through restoring a multiple file database. Sorry it is not an exact script for you...

  • RE: Tables and Stored Procedures

    I believe you would need to have a pound sign (#) in front of your table name to create it as a temporary table.

    So you would reference it like:

    IF EXISTS...

  • RE: Documenting SQL as a Administrator not Developer

    Thanks for the assistance!

  • RE: Help me shut up a vendor

    Just curious but with the size of data you are keeping how will you keep the database under 4GB, which is the database size limit for SQL Server Express?

  • RE: Login Error

    Well State 11 seems to show it is a valid login but does not have the proper access to log into the server.

    If you take the group login on the...

  • RE: Login Error

    sunshine-587009 (10/14/2009)


    Error:

    Cannot connect to SErvaname\INstance.

    ------------------------------

    ADDITIONAL INFORMATION:

    Login failed for user 'xxx\xxx. (Microsoft SQL Server, Error: 18456)

    Any help appreciated!

    You may have already read this post, but there should be an entry after...

Viewing 15 posts - 841 through 855 (of 972 total)