Viewing 15 posts - 1 through 15 (of 53 total)
Can you give me any example how to do it in real?
September 5, 2010 at 6:46 am
.value('.','VARCHAR(MAX)') , 1,1,SPACE(0)) AS Concat_Values
can you explain this part only?
September 5, 2010 at 3:46 am
Thanks... i'll try this and let you know...
August 29, 2010 at 11:14 pm
Can any give me the easiest way to check?:
August 2, 2010 at 11:00 am
That will take much work. right? If you have any good idea can you share me how to design the table in easy way...
July 29, 2010 at 11:18 pm
Yes. I agree.
Table Name: busroute
It has two columns: busno and places.
Busno ...
July 29, 2010 at 1:04 pm
I am getting this error.
Msg 2812, Level 16, State 62, Line 18
Could not find stored procedure 'master.dbo.xp_smtp_sendmail'.
April 13, 2010 at 5:20 am
Hi Kingston and all,
Got it. I have read some article. So If i make a query like
Select * from employeeId where employeeId between 'xxxxxx' and 'xxxx'
or
Select * from employeeId...
April 8, 2010 at 10:29 pm
Nice explanation. But I dint get how it is related to the database. Are you meant that if i can pull the data where index no is 3 I can...
April 8, 2010 at 10:18 pm
Can you please give me the sample code and sp query which you have written.
April 8, 2010 at 6:24 am
It means that table2 has multiple instance of fieldid (say eg. fieldid =2). If you delete filedid (fieldid 2)then all the fieldid 2 will be deleted in table 2 right?
April 7, 2010 at 11:22 pm
Can you please explain this code little bit?
April 7, 2010 at 4:29 am
Insert into Table1
SELECT * FROM OPENDATASOURCE('Microsoft.Jet.OLEDB.4.0',
'Data Source=C:\test\testing.xls;Extended Properties=Excel 8.0')...[sheet1$]
finally this code is working..
Thanks bhuvanesh......
April 6, 2010 at 10:13 pm
Viewing 15 posts - 1 through 15 (of 53 total)