Viewing 15 posts - 16 through 30 (of 37 total)
insert into dbo.Billing
select * from [112.64.104.210,3824 ].fttpreports.dbo.Billing
January 20, 2010 at 10:33 am
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...
January 20, 2010 at 10:17 am
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 .
December 22, 2009 at 11:49 am
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)...
December 17, 2009 at 7:18 am
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 ....
December 14, 2009 at 8:32 am
Viewing 15 posts - 16 through 30 (of 37 total)