Forum Replies Created

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

  • RE: How to find DTS package Name from JOB step

    Thanks Greg Charles,

    for your alternative suggestion, Now /!x /!c works in my case

    Output is same in both the solution.

    Regards

    Shashi Kant chauhan

  • RE: How to find DTS package Name from JOB step

    Thanks to both of you,

    The first reply is only applicable when you use the name as an unencrypted form...

    The second reply i check and tried before my testing but i...

  • RE: Timeout expired when altering table

    Try through using CUI not through GUI

    ex.

    Alter Table Person

    Alter Column Person_Add nVarchar(100) not null

    in my example Person_add is having a datatype varchar(100)

    so i modify it

    regards

    shashi kant chauhan

  • RE: It is possible or not Just check & try ............

    Hi Lynn Pettis

    the same post i sended with the different name.

    I even tried it but not succeded, so any budy have some other alternative to achive the same task...

  • RE: Expert Must see this Update Statment

    CREATE TABLE [ReserveStock] (

     [DeptMainCode] [varchar] (3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,

     [DeptSubCode] [varchar] (3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,

     [TitleId] [int] NOT NULL ,

     [DateofEntry] [datetime] NOT NULL ,

     [COId] [int] NOT NULL ,

     [OpeningReserveStock]...

  • RE: Expert Must see this Update Statment

    no dear

    i am not using any trigger in this table.

    i got the solution from Ist reply

    thanx for reminding me for the trigger

  • RE: Expert Must see this Update Statment

    thanx perter larsson

    for your valuable solution

    i got the result as no of rows get effected using this upper case /lower case

    but please describe more about why case sensitive collation occurs..

     

    regards...

  • RE: Error in Query

           AND [dateentered] BETWEEN ((YEAR([dateentered]) = 2006

                                       AND MONTH([dateentered]) = 12

                                       AND DAY([dateentered]) = 12)

                                      AND (YEAR([dateentered]) = 2007

                                           AND MONTH([dateentered]) = 12

                                           AND DAY([dateentered])...

  • RE: ORDER BY in Views and Table Functions not working

    Hi Mathew Leigh

    I try your problem

    but i don't face any such order by problem , as i do the following test

    create view shashi as

    select top 10 Persent *...

  • RE: A Look at ApexSQL Log

    Hi Srivathsani ,

    It is very good article u send about log file , this tool is good i already used it.

    for checking the log . Is there any other tool...

  • RE: Maximum Row Size in SQL Server 2005

     

    Andy,

    Excellent Article by u ,

    But how to overcome or increase the maximum size of row ??

    Regards,

    shashi kant

  • RE: expert Must Suggest In this Question.

    Thanx for This Valuable SP

    I got the Result i Needed , Is This sp works for the sql server 2005....

    regards

    shashi kant

  • RE: Problem with Inner Joins

    Try this  .............

    Select DISTINCT

    A.CompanyName

    FROM Leads A ,  dbo.LeadBase B 

    where LTRIM(RTRIM(ISNULL(A.CompanyName,'-'))) = LTRIM(RTRIM(ISNULL(C.CompanyName,'-')))

    check it how many rows u got......

     

  • RE: how to retrieve the week number for a given date

    thanx David Burrows

    i got the same result which I needed....

     

  • RE: how to check system errorlog for a previous date, It''''s very urgent...

    thanks

    GilaMonster 

    your suggestion is great and i check this. i clear my doubt so i can say 100% to some one about...

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