Viewing 15 posts - 16 through 30 (of 34 total)
Thanks for suggestion guys, I rewrote the code as shown below ... it is working right now.
DECLARE @currentDate datetime = ' 2012-03-22'
DECLARE @rowCount Int
DECLARE @count int...
April 4, 2012 at 10:21 am
i haven't seen something blocking in sysprocessors, but for hundred records it is executing fine but when the count increase to 10000 records. It keep on executing. So suggest...
April 3, 2012 at 6:46 pm
Actually i am trying to map the drive using script in ssis + c#
March 16, 2012 at 12:34 pm
hi, my problem is how can i get if it is on remote server. My flat file in CSV is on another server. how can i access that server. i...
August 18, 2011 at 12:38 pm
I got the store procedure for above XML, The problem is i don't know how to insert vendor_cache_id it is underlined in XML file.
/****** Object: StoredProcedure [dbo].[usp_vendorCacheData] ...
August 16, 2011 at 6:03 pm
i selected fixed width option, but i am displayed with only one column in preview
August 7, 2011 at 8:03 pm
this is the accurate display of the table, and i created the table structure in database. What the problem is when i browse the flat file, after making connection...
August 7, 2011 at 7:11 pm
actually i want to know is it possible to create primary key with non_cluster index.
August 2, 2011 at 11:31 am
DATEADD(S,-59, DATEADD(s,-1,DATEADD(M,1, DATEADD(D, 1 - DATEPART(D, GETDATE()), DATEDIFF(D, 0, GETDATE())))) )
how can assign are use above expression in expression builder in execute sql task.
any help that would be soooooooooo great
August 1, 2011 at 4:11 pm
ok i dnt want milliseconds but it it possible to get above boundary without millis seconds. If yes how?
July 28, 2011 at 11:04 am
millis seconds as well..... the given date is my boundary value for my partitions. I need date including seconds to.
July 28, 2011 at 10:32 am
(1000 row(s) affected)
(4000 row(s) affected)
(4001 row(s) affected)
(2000 row(s) affected)
(2000 row(s) affected)
Msg 242, Level 16, State 3, Line 23
The conversion of a varchar data type to a datetime data type resulted...
July 4, 2011 at 5:33 pm
update dbo.[sample]
set platform_id= 'AVMselect', creation_dt= '2009-02-7'
where Row_id between 131001 and 132000
update dbo.[sample]
set platform_id= 'Realquest', creation_dt= '2009-02-2'
where Row_id between 132001 and 136000
update dbo.[sample]
set platform_id= 'RealList', creation_dt= '2009-02-14'
where Row_id between...
July 4, 2011 at 5:32 pm
Viewing 15 posts - 16 through 30 (of 34 total)