Forum Replies Created

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

  • RE: Moving Datafiles

    jeffwe,

    What version of SQL Server, SAP, and who's SAN are you using ?

    We are running SAP/R3, SQL7, on Seagate's XIOTech Magnitude for a year now with no issues. We...

  • RE: Log shipping VS Replication

    Is any one using SLS, simple log shipping ?

  • RE: SQL 2000 Standard using SAN

    We are using W2K Server(Not Adv), S2K Std Edt on a san, XioTech Magnitude by Seagate, with no issues. "Everything" is on the SAN.

    We also have the data files...

  • RE: Log shipping VS Replication

    I found the Simple log shipping version and was wondering if those that have used it have any lessons learned or suggestions from their experience.

  • RE: Converting a SQL7 db to a SQL2000 db

    I will also be converting from Sql 7 to 2000, but specifically from Ent. Edt. to Std. Edt. and have heard there are problems for this type of upgrade. ...

  • RE: Log shipping VS Replication

    I was very excited about log shipping until I read it is available in Ent. Edt. only.

    I only have Std. Edt., and was wondering if replication is my...

  • RE: Connection Problems

    You didn't say what you were using to connect that fails. EM or QA ?

    If EM is from a SQL 7 install, I believe you'll have to install...

  • RE: Default Directories

    Look at your SQL Server Properties via EM and click on the database settings tab. Towards the bottom you'll see the "Default data directory" and "Default log directory" settings....

  • RE: SP's occasionally dont return data.

    Has anyone else had similar experiences?

  • RE: SP's occasionally dont return data.

    I can only say that this has happened about a 1/2 dozen times over the past 5 months, and I do not think that the sp's have been the same...

  • RE: Backup Fails (22029)

    The SQL Box has 512MB Ram. The OS is W2K with sp3 running SQL Server 2000 standard edition with sp2.

    I had searched msdn KB in sql server 2000 for...

  • RE: Query Analyzer Phone # Manipulation.

    I don't believe that is TSQL Syntax. Try this in QA.

    DECLARE @WORKPHONE AS NVARCHAR(12)

    SELECT @WORKPHONE = '1234567890'

    SELECT CASE LEN(@WORKPHONE)

    WHEN 10 THEN

    '(' + Left(@WORKPHONE,3) + ') ' +

    substring(@WORKPHONE,4,3)...

  • RE: Backup Databases to a mapped Drive

    When I clicked, All Tasks |Backup Database |Add |Backup device |<New Backup Device> and set Name: = Test and FileName = \\ky2095\c$\temp\backups\, I was able to backup successfully from the...

  • RE: SQL Panel

    SELECT *

    FROM Members

    WHERE (EMAIL is NULL)

  • RE: Error Handling Design

    I'm not doing anything on par with outline, but from my sp's and I had to get around the transactions and nested sp's also.

    I've added a @Return_Text parameter to sp's...

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