Forum Replies Created

Viewing 15 posts - 1,321 through 1,335 (of 1,524 total)

  • RE: Maintenance cleanup task not functioning as planned

     I wish I had some answers and I am experiencing these same type issues. For the life of me I don't know why such a simple thing is so difficult....

  • RE: Import/export wizard, where does it save the package ??

    I tried that.... it isn't there... I even went thought and created another one and it did not show up... I am stumped.

  • RE: The End of the Line

     In 8 years our youngest will graduate from High School. We have talked about a year or so after that of moving to Charlotte or some warm city in the south and...

  • RE: Attempting to recover master database in SQL2005 as a test

    I figured out my problem. The -s is case sensitive and needs to be capitalized..

     

    sqlcmd –E  S servername\INST3 –Q”restore database master from disk = ‘E:\backup\INST3\master_backup_200701021308.bak’”

  • RE: Move logins from SQL 2K to SQL 2005

    I use this script.

     

    SET NOCOUNT ON

    SELECT 'EXEC sp_addlogin @loginame = ''' + loginname + ''''

    ,', @defdb = ''' + dbname + ''''

    ,', @deflanguage = ''' + language + ''''

    ,', @encryptopt...

  • RE: index creation

    Select the db, goto Report, disk usage. On that report Disk space used by tables... it will show space used by indexes in there.

  • RE: Transfer USer

    In 2000 you could have a one letter word or even a blank password. In SQL 2005 i don't think you can.... if you want to transfer you will have...

  • RE: Moving from ss2000 to ss2005

    Depends. Detach / attach works and backup/restore works fine. In my workings I have typically gone with backup restore when I have moved from SQL 7 to 2000 or simply...

  • RE: Online index rebuilding: not very useful!

    You can't perfom online indexing when the table contains LOB data like TEXT, NTEXT, IMAGE...

     

    this is true in Oracle as well I believe.

  • RE: ERROR :3242

     You should get an error stating it is not a microsoft backup file or something to that effect.

  • RE: ERROR :3242

    Have you tried these options ???  Try either or both. You will be able to tell if SQL Server can read the backups at least. If it cannot read them...

  • RE: PostgreSQL

    In our shop we have DB2 MVS, AIX, NT, Oracle on Windows, Linux, AIX and SQL Server. All of our Store support stuff is on Oracle and it is very,...

  • RE: The Amazon Way

    Here the way it is done is there is a development team and a support team. After a new app is developed and in production for a month it is...

  • RE: Database reports backup and restore events is blank

     Interesting. Thanks. When I first installed my first SQL2005 before SP1 came out I thought this worked... but don't remember for sure.

  • RE: Maint Plan not deleting old Backup Files

    You must create another task of Maintance cleanup task and then specify the folders of which you have the db backups to delete from. Also, be careful of the file...

Viewing 15 posts - 1,321 through 1,335 (of 1,524 total)