Viewing 15 posts - 1 through 15 (of 24 total)
Really appreciate your help Ninja...
thanks a lot...
June 28, 2011 at 11:47 am
Ninja's_RGR'us (6/28/2011)
if convert(VARCHAR(2000), colname) doesn't work then you need to use the actual application to read it.
so you say that we cant convert the column using SQL...? When I tried...
June 28, 2011 at 10:55 am
Ninja's_RGR'us (6/28/2011)
It's a text comment put in a varbinary column? Are you sure this is not a blob of some sort like .doc or .pdf?
I'm not really that familiar...
June 28, 2011 at 10:39 am
Ninja's_RGR'us (6/28/2011)
Why do you need to convert that column to be able to join? I never had that restriction before!
I just want to read what was there in that...
June 28, 2011 at 10:17 am
thanks a lot guys...
now I understood what exactly nolock is....
November 9, 2010 at 2:55 pm
Can you help me structuring this #tmp table...
This is my root and to which I need to add the rows column...
select k.ChangeId, k.refOTSid, k.OTtime, k.DateClosed, k.DateChanged, rowid from
(select top...
November 2, 2010 at 2:29 pm
Craig Farrell (11/1/2010)
November 2, 2010 at 9:34 am
let me try to analyze this and implement with my table...
Thanks a lot for your help...
November 1, 2010 at 6:42 pm
Craig Farrell (11/1/2010)
November 1, 2010 at 6:11 pm
yeah thank you...
thats right...
please help me how to achieve this...Actually I am from Cognos background so I dont have much familiarity with SQL and so I am trying to learn...
November 1, 2010 at 6:04 pm
Craig Farrell (11/1/2010)
refotsid = 48242 then for the first row...
November 1, 2010 at 5:55 pm
oldlocal or newlocal are supposed to be datetime but when its parts then need some parts to fix so they are not sure of the datetime and when coming to...
November 1, 2010 at 5:42 pm
I tried create a table with the data in it...
create table mytable
(
changeid int,
refotsid int,
OTtime datetime,
Oldtype varchar(20),
Oldlocal varchar(50),
newtype varchar(20),
newlocal varchar(50),
DateChanged datetime,
DateClosed datetime
)
inserting the rows in it...
insert into mytable (Changeid, refotsid,...
November 1, 2010 at 5:25 pm
Thanks a lot for the reply Craig...
let me try DDL by looking at the first link but please give me some time...
November 1, 2010 at 3:44 pm
Viewing 15 posts - 1 through 15 (of 24 total)