Forum Replies Created

Viewing 15 posts - 2,026 through 2,040 (of 2,496 total)

  • RE: Determining if a server is 32 bit vs 64

    Look in the system Environment variable PROCESSOR_ARCHITECTURE. 

  • RE: Migrate SQL 2000 Logins to SQL 2005

    Once you have got your Logins known to SQL, you can detach your user databases from SQL 2000 and attach to SQL 2005 (or restore a backup to SQL 2005) and...

  • RE: Migrate SQL 2000 Logins to SQL 2005

    I think you need to separate the issues of transferring SQL logins from the issues of database users.

    If you send me your email address, I will send you our proc...

  • RE: LINQ to SQL ???

    There have been many tools such as LINQ in the past, that purport to make life easier for developers by avoiding the 'pain' of coding SQL.  Most of these have...

  • RE: Is IIS required?

    If you installed SQL 2005 on to a W2003 server, .Net 1.1 is already there.  The SQL 2005 install will install .Net 2.0 if it is not already on the...

  • RE: Inplace upgrade from sqlserver 2000 to sqlserver 2005

    You should only consider a in-place upgrade from SQL 2000 to SQL 2005 if all other options are impossible. 

    The result of an in-place upgrade is messy.  You have a...

  • RE: multiple instances of sqlserver2005

    You have to specify the port number after installation completes, using SAC or other tools.

    You can change the file location on the Feature screen.  Highlight a component and click Browse.

    Every...

  • RE: Trouble trying to move mssqlsystemresource db

    My advice is leave master, mssqlsystemresource and distmdl files in their default locations.  I have had no problems in moving model, msdb and tempdb.

    SP2 changes the way SQL Server deals...

  • RE: Trouble trying to move mssqlsystemresource db

    My advice is leave master.mdf, the mssqlsystemresource files and distmdl files in the default location.

    Our SQL2005 SP1 standard was to move all these files to specific locations, with the ldf...

  • RE: Corrupted DTS packages

    If your packages have custom tasks you will get this message.  If it is a custom task problem your MSDB is probably OK, all you need to do is register...

  • RE: DB keeps autogrowing!

    I agree with 50% of what SQLBill says on this. 

    If you use a maintenance plan to reindex, you will see a large amount of free space at the end...

  • RE: Migration from SQL SERVER 7.0 to SQL SERVER 2000

    You should convert your Dev databases before your Test, and Test before Production.  It is a few years since we converted from SQL7/NT4 to SQL2000/W2003, and there were a few...

  • RE: Disaster Recovery using SAN Replication

    We store all our critical data on HDS SANs, one in GB and one in US, and these use async replication and are fully integrated into our DR plan.

    On our...

  • RE: Agent XPs automagically being disabled

    Our standard build includes SP2 and hotfix rollup 3152.  Agent runs fine here.

  • RE: delete all old translog every day

    If you are using vbscript to generate your file deletes, then Google for information about the FilesystemObject.  This has properties that can give you the creation date of each file,...

Viewing 15 posts - 2,026 through 2,040 (of 2,496 total)