Forum Replies Created

Viewing 15 posts - 586 through 600 (of 1,292 total)

  • RE: Uninstalling SQL 2k components

    Is your SQL Server 2000 DB engine still running?

    If so, I would first stop the DB engine and check if there is any impact ( Incase any apps are...

  • RE: Rolling back transactions for a paticular table

    Gail, any corrections / suggestions to my method...

  • RE: Rolling back transactions for a paticular table

    I am not sure if this is a suggested method, but I am giving what's on top my head.

    You cannot rollback changes only to a single table, rather to a...

  • RE: Are the posted questions getting worse?

    CirquedeSQLeil (12/10/2009)


    Back to the lock pages thread

    GilaMonster (12/10/2009)


    Krasavita (12/10/2009)


    I already have AWE check and I have Standard Edition.

    If you have Standard edition of SQL 2000 then this entire conversation has...

  • RE: Lock Pages in Memory

    I wonder would you ever use Google šŸ˜‰

  • RE: Error in update statement

    Where are you using varchar(10) and smalldatetime, I dont see the DDL stmts.

    But yes, you can use Varchar(10) to store in the format that you wanted to.

  • RE: Today's Random Word!

    Feels like 240 F with gusty winds around 30 MPH

  • RE: Error in update statement

    mr_adeelalisyed (12/10/2009)


    Hello experts,

    I’m having a little challenge in updating one of my table. I’m trying to capture create_date from sys.databases. when I try to update my table using the following...

  • RE: Creating DTS packages in SQL Server 2005

    Are the questions really worthy of asking.

    Someone who has worked at least once with SQL 2000 would surely know how DTS packages can be created and if you worked...

  • RE: DISABLE REPLICATION

    Replication is by default disabled (not configured), you may try to find out the servers where replication is configured, may be a documentation or a write up.

    Question about impact...

  • RE: Best way to restore MSDB

    Nice Marmot (12/10/2009)


    Hi,

    The version of SQL Server you are restoring on to has to be the same or higher than the source version. Install any updates first.

    I haven't...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (12/10/2009)


    Bru Medishetty (12/10/2009)


    ray 78019 (12/10/2009)


    Hi Greg,

    If I understand correctly, if I open the DTS in SQL Server Management Studio (2005) and save it under a different name, it'll...

  • RE: Creating DTS packages in SQL Server 2005

    ray 78019 (12/10/2009)


    Hi Greg,

    If I understand correctly, if I open the DTS in SQL Server Management Studio (2005) and save it under a different name, it'll still be saved as...

  • RE: Snapshot Agent Failure

    Is this on a production system? Just don't want to cripple your prod boxes.

    Can you try reconfigure distribution this time choosing a different location for the ReplData.

    Of course, if you...

  • RE: counting rows in a table

    schauhan13 (12/9/2009)


    Solution:-

    SELECT COUNT(*) AS Expr1

    FROM (SELECT partnbr

    ...

Viewing 15 posts - 586 through 600 (of 1,292 total)