Forum Replies Created

Viewing 15 posts - 16 through 30 (of 36 total)

  • RE: Archiving Data

    Firstly I would like to recommend you to watch the SQL Server 2005 videos (free):

    https://www.microsoft.com/Sqlserver/2005/en/us/demos.aspx#express

    Next, what you need looks like a method to hide some data during a specific time,...

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: sysdts90 purge in msdb

    SYSDTSLOG90 logs are usually used to debug purposes, but if your SSIS packages log all steps for each execution, you need to implement an export (recommended) and purge steps.

    You could...

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: Recommendations for learning clustering

    I recommend you to learn about the concepts first and next learn about how to implement this kind of environment.

    Windows 2003 Clustering

    http://technet.microsoft.com/en-us/library/cc783714.aspx

    Windows 2008 Clustering

    http://www.microsoft.com/windowsserver2008/en/us/failover-clustering-overview.aspx

    Pro SQL Server 2005 High Availability

    http://www.amazon.com/Pro-Server-2005-High-Availability/dp/159059780X/ref=sr_1_1?ie=UTF8&s=books&qid=1240679522&sr=1-1

    This is...

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: How to check if one of the sql job is running for long time

    Another option is to check the SYSJOBHISTORY system table, but there is a trick to use it.

    The sysjobhistory record is created only when a job STEP finish, so you can...

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: How to split one mdf file into two

    SQL Reddy (4/25/2009)


    A database can have only one mdf file.So you cannot split this.

    opss...I guess the information above is not correct.

    It's possible to create more than one DATAFILE per DATABASE:...

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: PK to identity

    There are some methods to do this, take a look at this article:

    Changing a Non-IDENTITY column to IDENTITY and vice versa

    http://www.sqlservercentral.com/articles/T-SQL/61979/

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: Manage Your Career

    Hi,

    I'm happy with my profession.

    I believe that I have a profession and not just a job.

    I've been working hard to improve my skills in English, Operating System, and Databases.

    I don't...

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: Can't kill a process

    Hi,

    I've been faced this problem sometimes.

    The good news: there isn't rollback process still running. "real rollback"

    The bad news: in all cases we needed to restart the MSSQL engine service to...

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: SQL Server 2008 SSMS Enhancements - Debugging Support

    few coins...very good...:)

    Well, I would like to have a Debugger feature with no sysadmin requirements, but to read and access some MSSQL resources sysadmin is required to debug.

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: SQL2K8 DEV Edition - FOR FREE

    Hi Jerry,

    SQL Server Express, don't give us the opportunity to test High Availability features, for example.

    They could talk about CTP's too, but the main goal is to test the product...

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: Telework Works

    I've been hearing about this topic for some years, and in my experience the companies still want to see you sit down in a chair inside the company.

    This is a...

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: A Release from Data

    Hello guys,

    I'm included in this list too.

    I'd practiced Brazilian Jiu-Jitsu for some years.

    This martial art was good in my case, because I became more self-confident, calm, and it's a good...

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: The Starting Point

    Hi guys,

    I've been using Windows Vista Ultimate for 1 year, because I bought a new laptop powered by Vista, and for while it's everything ok. But I didn't upgrade my...

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: Historical Dollars

    Hello guys,

    Thank you for your comments, I my opinion this is a great way to improve our experience.

    But let me explain something that I think was not clear in my...

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

  • RE: Historical Dollars

    Hi everybody,

    I'm a little bit late in this posting, but I'd like to share with you my similar case.

    Some months ago I was fired, don't worry, I got a new...

    ---------------------
    Alex Rosa
    http://www.keep-learning.com/blog

Viewing 15 posts - 16 through 30 (of 36 total)