Viewing 15 posts - 16 through 30 (of 32 total)
Thank You Eugene Elutin....!
August 18, 2010 at 5:04 am
Thank you for your reply
The file is located in the server machine's D:\ drive
Another thing is that I am loging into SSMS in Client / Server through the same...
August 18, 2010 at 4:26 am
[font="Arial"]
I suggest you go thru PIVOT Tables once if you have time...
[/font]
IF the dates are constant you can frame up this way
select * from (
select...
July 6, 2010 at 1:08 am
Mr. Moden
I gave that statement bcoz Dave gave me some blog link to verify so i asked him and told him if you can solve...
May 27, 2010 at 10:25 pm
select t3.* from table1 t1
inner join table2 t2 on t1.columnA = t2.columna
inner join table3 t3 on t2.columnb = t3.columnb and t3.columnc = t2.columnc
May 27, 2010 at 4:45 am
try out this.....
select * from table1 t1
inner join table2 t2 on t1.columnA = t2.columna
inner join table3 t3 on t2.columnb = t3.columnb and t3.columnc = t2.columnc
May 27, 2010 at 4:37 am
i asked you for an update statement
not the select
need to update the same column which is generated by this select in the table with corresponding data
May 27, 2010 at 4:29 am
sorry buddy.............. if u r really talented enough jst solve it here itself
May 27, 2010 at 4:19 am
yah... really a good question and i got some info reading implicit transactions need 2 read jst think it to be the kick start
still u have this sort of...
May 27, 2010 at 2:45 am
hello....
if u dont mind plz let me knw how u are loading the data through a wizard or through some scripts like vb script or bulk insert ... etc
so that...
May 20, 2010 at 10:44 pm
hello frnds....
wht ever it may be in order to run completely a block of t-sql code it should be syntax error free
i think there is no += operator...
May 19, 2010 at 11:01 pm
Hi rookie
jst try out this.........
Select
case datepart(dw,RCPTDT)
when 1 then 'Sun'
when 2 then 'Mon'
when 3 then 'Tue'
when 4 then 'Wed'
when 5 then 'Thur'
when 6...
May 11, 2010 at 11:02 pm
yaah...! thts right if you have a text or a image datatype column in the table and you try to trigger any action from trigger then you get that error...
May 11, 2010 at 4:33 am
Hi Rookie...
I didnt modified the entire code but just added ur requirement verify it once and if u want it in any other manner then tell me i will...
May 6, 2010 at 6:58 am
Viewing 15 posts - 16 through 30 (of 32 total)