Viewing 15 posts - 1 through 15 (of 64 total)
CREATE TABLE [dbo].[test](
[LeadId] [nvarchar](255) NULL,
[PgNm] [nvarchar](255) NULL,
[Start_Date] [datetime] NULL,
[End_Date] [datetime] NULL,
[UsrNm] [nvarchar](255) NULL
) ON [PRIMARY]
INSERT INTO [dbo].[test]
...
August 9, 2017 at 5:41 am
Hi,
Actualy in #DueAmount table,
whenever the due for next month is added a new column with next month should be added.
there is...
September 22, 2014 at 2:59 am
Hi,
Thanks for the suggestions,
I just wanted to understand,how to identify the payment recieved is against which payment Due.
create table #Temp
(
lnno varchar(15),
Due...
March 7, 2014 at 4:59 am
Hi Koen,
This is really a greate article,
but according to it,I done me setting to
TypeGuessRows
ImportMixedTypes
IMEX=1
but according solution part II in this article,
I...
February 4, 2014 at 2:11 am
Thanks GilaMonster and thanks Jeff!!
January 21, 2014 at 2:34 am
Hi,
I want to create this string dyanamically,
based on the data in the table.
January 17, 2014 at 12:40 am
Ok Thanks.
January 16, 2014 at 6:09 am
Hi,
But my requirement is to insert into table from a select query conationg for "xml keyword"
January 16, 2014 at 1:50 am
Hi thanks Abu,
Is any other alternative way for this.
January 15, 2014 at 5:40 am
Hi,
On right clicking Agent Start option is gray.
i had check in services also it is showing me as running.
January 13, 2014 at 3:12 am
hi Cris and Jeff,
Actualy we had requirement upto 3 levels only.
So I done changes accordingly.
So its working for me.
Thanks...
December 23, 2013 at 2:08 am
Thanks cris!!!!
Its working as per my requirement.
December 20, 2013 at 10:39 pm
Hi Koen,
I don't want all the requirement to be done by you,
I just described by whole requirement,
I...
December 12, 2013 at 12:39 am
Viewing 15 posts - 1 through 15 (of 64 total)