Forum Replies Created

Viewing 15 posts - 46 through 60 (of 1,109 total)

  • RE: delete records

    kumar99ms (8/20/2008)


    Query to delete, all the records from a table before half an hour,…

    Delete * from table where condition=100 and …..what we have write here…for time…

    Regards,

    What is the schema...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: does management studio has something like devenv /resetsettings??

    jon (8/20/2008)


    Hi Andras,

    Thanks for e quick reply =)

    Shall check MS site for bug patches then 😉

    Cheers,

    Jon

    The bug is at https://connect.microsoft.com/SQLServer/feedback/ViewFeedback.aspx?FeedbackID=362597

    Regards,

    Andras


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: BACK UP ERROR

    shree (8/19/2008)


    As you said when i open it in txt editor i see first four Letters are 'TAPE'

    but when issue restore header only command it gave the below error

    Server: Msg...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: problem with OPENROWSET(BULK...)

    johan.frisell (8/20/2008)


    Hi,

    I want to reada textfile which will further on be used in a mail sent from the database.

    To read this file i want to use the OPENROWSET(BULK..) command....


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: does management studio has something like devenv /resetsettings??

    jon (8/20/2008)


    Hi,

    Can anyone tell me if SQL Server Management Studio 2005 have anything similar to VS "devenv /resetsettings" cmd??

    Because I want back the default alert box that tells you that...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: BACK UP ERROR

    shree (8/19/2008)


    Hi guys

    what might be the reason for this error before that i need to say this back up file we are getting from outside vendor

    Please provide possible reasons

    it...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Is there limit to enter data to the table?

    jskvirsky (8/19/2008)


    Is there limit to enter data to the table? How many rows can we have in a table and what to do if it reaches the limit? Thank you

    No...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Problem with SET DATEFIRST in a View

    An example is on:

    http://www.eggheadcafe.com/software/aspnet/29116616/weeknumber.aspx

    Regards,

    Andras


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Problem with SET DATEFIRST in a View

    adnaan.afzal (8/19/2008)


    Hi

    I need to place SET DATEFIRST 1 in a view I am creating as I am based in the UK, where Monday is the start of the week.

    I am...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Query....

    The datetime data type stores time with the date, so instead of "T_Customers.[Regdate] = GETDATE()-31"

    you may want to do something like:

    DATEDIFF(day,getdate(), T_Customers.[Regdate]) = -31

    Regards,

    Andras


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Trigger problems

    Another thing that you may want to handle (although it does not result in an a syntax error), is multiple updates. When more than a single row is affected, your...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Trigger problems

    When you assign a value to a variable you need to use either a SET or SELECT command. So you should have something like:

    SET @intFrequency = (@intFrequency * @i)

    instead of...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: List out SP's Columns into a Table

    sqlindia (8/12/2008)


    Hi All

    I want to list out columns name of SP into a table. They can be dynamic.

    Thank in advance

    sonny

    Could you give an example of what you mean?

    Regards,

    ...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Why to backup on seperate folders?

    vinu (8/12/2008)


    Thank you First of all for your quick response.

    What you have told is correct but if we are taking both the backups in the same folder will it wont...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

  • RE: Why to backup on seperate folders?

    vinu (8/12/2008)


    Hi all,

    Can anyone tell me why we need to take the Full and Differential backups on separate instead of same folder.

    What are the disadvantages if we take...


    Andras Belokosztolszki, MCPD, PhD
    GoldenGate Software

Viewing 15 posts - 46 through 60 (of 1,109 total)