Forum Replies Created

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

  • RE: faliover

    yes

  • RE: loading data

    insert into dbo.Billing

    select * from [112.64.104.210,3824 ].fttpreports.dbo.Billing

  • RE: loading data

    I dont provide the colums names when i do the insert .

    when i provide the column names , i should not give the computed column name right

    is that what...

  • RE: Login

    View the stored procedures not execute

  • RE: cluster

    Thanks for your help

    I was just curious about this issue as they where speaking , how to do it or who has to do it .

  • RE: cluster

    How do i connect them and share the disks ?

  • RE: msdb

    Thats okay , it worked even this way through ssms .

    Thanks for your help !

  • RE: msdb

    When u don't give path doesit automatically saves to msdb

  • RE: msdb

    Is this correct what i did ?

  • RE: msdb

    Thanks a lot

    But i put the sourse as ssis package store and gave the connection for ssis

    and pput the path as msdb\ package

  • RE: msdb

    Do i have go to ssms and click properties and change it to ssis package

    or else i have to click the package in bids save it in soem folder and...

  • RE: create table error

    Got it . Thanks for your Help , It helped .

  • RE: create table error

    SET ANSI_NULLS ON

    GO

    SET QUOTED_IDENTIFIER ON

    GO

    IF NOT EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[WBN_DueDate_Calling_details]') AND type in (N'U'))

    BEGIN

    CREATE TABLE [dbo].[WBN_DueDate_Calling_details](

    [MON] [varchar](50) NULL,

    [JobID] [varchar](50) NULL,

    [Customer_Name] [varchar](100) NULL,

    [CKT_WORK_LOC_ADD] [varchar](1000) NULL,

    [WIRE_CENTER] [varchar](20)...

  • RE: clustering

    yes i got it thanks

  • RE: clustering

    Hi

    I got to see in cluadmin , i have dirrenet servers which are clustered , but i need to know the virtual ip address of both the servers ....

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