Forum Replies Created

Viewing 15 posts - 31 through 45 (of 58 total)

  • RE: Email alert for scheduled task job

    thanks for the reply

    I just want to make sure if you got this as a windows scheduling task. Can you provide me the code for step i.e code in batch...

  • RE: Automatic detection of Schema changes

    THanks for the reply,

    I would want to do it for both DML and DDL but I need to find a way where I can get notifications whenever there is a...

  • RE: Automatic Failover in mirroring

    Thanks a tonn for that reply,

    It did help me out in redirecting application to the mirror server. I have one more question for you, do you know a way using...

  • RE: Automatic Failover in mirroring

    Hello Guys,

    I waas waiting for some help...?? anyone who can help me out??

    Thanks,

    Nikhil

  • RE: Replication on database which is in readonly mode

    Thans a tonn guys forr all the responses. THey really helped me. From your discussion I can understand that I cant have mirroring and replication or log shipping and replication...

  • RE: Replication on database which is in readonly mode

    Thanks for the reply, let me tell you scenario.

    We need to replicate and also have a standby server at the same time. We were planning on doing it this way....

  • RE: Load test, Performance Test

    Thanks a tonn guys... for all the help....

  • RE: insert problem

    INSERT INTO [dbo].[Table1](

    [DATE_OF_COLLECTION]

    ,[DATE_OF_POSTING]

    ...

  • RE: insert problem

    CREATE TABLE [dbo].[Table1](

    [ID] [dbo].[ID] IDENTITY(1,1) NOT FOR REPLICATION NOT NULL,

    [DATE_OF_COLLECTION] [datetime] NULL,

    [DATE_OF_POSTING] [datetime] NULL,

    [PAYMENT_AMOUNT] [varchar](20) COLLATE SQL_Latin1_General_CP1_CI_AS...

  • RE: Copy backup files

    Thanks a lot manoj,

    I tried to do what you just said. It says file not found. My case is I have to copy all the backup files in the job...

  • RE: Copy backup files

    Thanks a tonn guys for all the help and the replies. I tried using it this way

    This was the step which I created and gave type as cmdexec.

    Copy C:\Program...

  • RE: Copy backup files

    Thanks for the reply,

    Thats a little too complicated for me, any1 has anything easier if I have to execute it in sql server mangement studio.

    Nikhil

  • RE: Copy backup files

    I could use it your way, but can you give me the code and also tell me exactly how to do it???

    Thanks,

    Nikhil

  • RE: Cannot connect to SSIS from SSMS

    Thanks for the reply,

    But if that is the case, why do they even have it in SSMS? I thought it is there for a reason. I mean I could login...

  • RE: Tracking specific users

    thanks a lott brian... I dint know all dat..

Viewing 15 posts - 31 through 45 (of 58 total)