Forum Replies Created

Viewing 6 posts - 46 through 51 (of 51 total)

  • RE: sqlmaint.exe failed. [SQLSTATE 42000] (Error 22029

    Thanks for the answer..the links have helped. the error i got is as follows

    [Microsoft][ODBC SQL Server Driver][SQL Server]I/O error 240(The session was cancelled.) detected during read of BUF pointer =...

  • RE: CoInitialize Has Not Been Called

    Thanks very much for your response. I will re-install

    Scott

  • RE: Error running Index Tuning Wizard

    ok..I am running (Build 1381: Service Pack 6)

    I run profiler from start menu. Click on tools, Index tuning wizard..etc etc. Select the workload file I created earlier. Select the table...

  • RE: Error running Index Tuning Wizard

    i was following some MS documentation to demonstrate how to use profiler and index wizard. I have actually come across this error a few times now.

    I have checked all of...

  • RE: Understanding NULL in SubQueries

    Now i'm coming to understand the principles of this. My original query i was checking out is as follows for finding duplicates in a table;

    SELECT Surname, Address1, Address2, Address3

    FROM tblCustomerData

    WHERE...

  • RE: Understanding NULL in SubQueries

    I'm really sorry..i'm just as confused.. Can you explain the following query for me

    USE Northwind

    GO

    SELECT CategoryName

    FROM Categories

    WHERE EXISTS (SELECT NULL)

    ORDER BY CategoryName ASC

    GO

    and how the (SELECT NULL) comes into play.

    Thanks...

Viewing 6 posts - 46 through 51 (of 51 total)