Forum Replies Created

Viewing 15 posts - 76 through 90 (of 153 total)

  • RE: tables with vertical partition

    But all other articles are getting replicated except for a couple of them. Is there something that needs to be checked? thanks

  • RE: Vertical partition for an article

    Sorry, but sometimes the response is too poor on anything other than administration and so i tried on this section too.

  • RE: sql script for table rowcounts

    Just a quick question before anyone logs off. Can data ever cause a h/w failure specially on EMC machines? Reason is we had a prodn failure yday morning wherein 1 disk...

  • RE: sql script for table rowcounts

    Yeah good to stay away then and help the rest of us with your great brain.thanks

  • RE: sql script for table rowcounts

    Thanks Noel. Thats what i was looking for. good mind reader..

  • RE: Articles of a database

    I know from sysobjects you get all tables where xtype= 'U' but what i need is to know which tables are replicated and which arent.

    TIA

  • RE: Error in procedure

    Thanks Noel. You have always been a great help...

  • RE: Error in procedure

    Heres the proc. error shows up on the lines marked in RED

     

    CREATE PROCEDURE dbo.XXXXX

       (@rpttype varchar(3),  

       @CorrID char(4),     @prsnid char(6) = NULL)  -- for logging purposes only

    AS

    SET NOCOUNT ON

    BEGIN

    IF @rpttype NOT IN ('S','D')

    BEGIN

     RAISERROR ('ERROR:...

  • RE: tsql help

    But what if there isnt any date column in the table. All i need to check is the number of rows inserted in last 1 hour.

  • RE: Fetch a row in a table.

    Thanks gusy i kneew this is indeed not diable unless you have an identity column and a where clause. BUt thought of checking up before i finally say abt this....

  • RE: Fetch a row in a table.

    lets say you have 6 rows as follows. Is there a way i could get 5th row without using a where clause so that my results are EEE, 888. I know...

  • RE: sorting a column

    Thanks guys everyone did  a great jobs. thanks so much...

  • RE: sorting a column

    Yeah what if my value goes beyond 3 .'s. parsename doesnt work there. any other way to get this resolved?

  • RE: sorting a column

    Thanks you are awesome...

  • RE: sorting a column

    Noel, this result

    1        

    2        

    3        

    4        

    2.1      

    2.2      

    2.3      

    2.99     

    2.100    

    2.101    

    2.102    

    2.1.1    

    2.1.2    

    2.1.3    

    2.1.4    

    2.1.5    

    2.1.6    

    2.1.7    

    2.99.1   

    2.100.1  

    2.1.1.1  

    2.99.1.1 

     doesnt match up with my initial...

Viewing 15 posts - 76 through 90 (of 153 total)