Viewing 15 posts - 1 through 15 (of 27 total)
Thanks for your solution.
But it does not works with string logical expression like below
'FirstName=FirstName AND LastName=LastName'
Please provide me a solution that works with with varchar values as well...
without adding single...
November 25, 2014 at 4:45 am
But there is no need to add a from clause as it was working fine.
See the code below:
--my table payment_details structure is
DECLARE @payment_details TABLE
(
payment_id ...
June 24, 2014 at 11:20 pm
Dear Friend,
Your Sql query seems good, Try to fill dataset like below:
Update Your VB code::
SqlDataAdapter da=new SqlDataAdapter("<Query here>",Connection Object);
DataSet ds;
da.fill(ds.Tables[0]);
may this will help you..
May 18, 2014 at 10:38 pm
Thanks Gail!!
Thanks Lowell!!
Agreed, i was doing something wrong but use of CLR is the best option.
Lowell, given link was too much helpful.
Thanks a lot!:-)
April 3, 2013 at 1:02 am
I Want to store image as in image datatype with compression of byte using a function
like fn_compress(@imagebyte image) also need to decompress the same.
could you help me to create...
April 2, 2013 at 3:28 am
Hi Friend,
But I am working on SQL Azure and in that portal i am not able to generate script
it shows following error
TITLE: Microsoft SQL Server Management Studio
------------------------------
Script failed for Server...
May 2, 2012 at 4:23 am
Hi Friend,
Thank You Sooooooooo Much...:-)
May 2, 2012 at 4:17 am
Dear friend,
plz tell me how to drop primary key 'IND_HIM8' on table City_Master CITY_ID Column..
Plz send me Script to drop primary key..
Thanks
May 2, 2012 at 3:06 am
but union works 40 times i test it..
run the statement...
declare @i int
set @i=0
declare @v-2 varchar(max)
set @v-2=''
while (@i<40)
begin
if (@i=39)
begin
set @v-2=@v+'select '+cast(@i as varchar)
break
end
else
April 25, 2012 at 2:57 am
Thanks m allmost satisfied with you..:-)
November 18, 2011 at 10:40 pm
Hello Dear,
I am using tool SSMA But it takes a lots of time and consuming lots of space
in comparision to oracle.is there any other tool to migrate our oracle data...
November 18, 2011 at 10:39 pm
Your query is perfect and I got the perfect result..
But How I am not getting:
You have written that
X.abc=Y.abc(+) (side with nulls) => X LEFT JOIN Y ON X.ABC=Y.ABC
X.abc(+)=Y.abc => X...
November 17, 2011 at 10:09 pm
Dear All Friends,
I have found a tool names "SQL SERVER MIGRATION ASSITENCE FOR ORACLE" that completely resolved my problem..
Thanks 4 sharing my problem !!:-)
November 15, 2011 at 10:11 pm
:crazy: ... That is what I want to convey...
Plz send me sample sql statement about this...
November 12, 2011 at 5:15 am
Viewing 15 posts - 1 through 15 (of 27 total)