Viewing 15 posts - 511 through 525 (of 543 total)
i have a date column in an excel sheet...i need to take the value of the very first row of this column and i have to start incrementing the dat...
October 4, 2011 at 6:56 am
I don't have any ideas about tha...
i just wanna know whether it is possible to download a file through SSIS package...?
if we can...i wanna see an example then...
can you help...
October 3, 2011 at 3:22 am
Hi,
I'm not understanding the way...
how can i create a connection over HTTP....what is the connection manager that i should use?
October 3, 2011 at 1:41 am
yeh my friends... i understand it now....i was not clear with his requirements...:-D
sorry about that
September 28, 2011 at 7:29 am
yeh random manner...but not deleting 9 rows always for all the execution....it differs...i don't know how it deletes...sometimes i get 7 rows deleted, sometimes it is 8 and sometimes it...
September 28, 2011 at 7:06 am
yeh...he needs only india and iran...why should we go for other countries..?
September 28, 2011 at 7:00 am
so it deletes based on newid()..?
September 28, 2011 at 4:46 am
ok..i understand the select query..but what is that delete statement?
DELETE t
OUTPUT DELETED.*
im not aware of this type of declaration...what actually it is?
September 28, 2011 at 4:39 am
yes, Ratheesh is correct...
may be you select wrong column...
just use select name,region from bbc where name in ('india', 'iran')
this is more enough to select the particular records of this region..
if...
September 28, 2011 at 4:27 am
assume if im a client side..and im connectiong to server....i want to know the server date and time..? is it possible?
September 26, 2011 at 9:43 am
but when i rerun the stored procedure with different parameter values...once again it starts with 999,998....it should be like that...whats my mistake?
September 26, 2011 at 7:34 am
Ya thanks Buddy... i got fixed it...
September 26, 2011 at 7:29 am
sorry pal, i didn't understand that
September 26, 2011 at 7:20 am
CREATE PROCEDURE Sp_Coded (@TableName varchar(15), @ColumnName varchar(10), @CodeID int, @Number bigint, @MaxLength int) AS
BEGIN
DECLARE @MySql varchar(5000)
SET @MySql = 'select 1501 as JurisID,' +...
September 26, 2011 at 7:13 am
DECLARE @JurisID int, @CodedID varchar(4), @CodeIDDescr varchar(60), @SrcCodeDescr varchar(60), @IsConverted int, @DecNumber bigint
here i declare @DecNumber as a variable, how do i declare it as identity column or something?
September 26, 2011 at 7:12 am
Viewing 15 posts - 511 through 525 (of 543 total)