Viewing 15 posts - 91 through 105 (of 107 total)
Actually i have banners data in table...each baner have time from...if current time si inside that timeframe..mean from and todate then display otherwise not
September 22, 2011 at 6:21 am
there is no option for me to choose the' Microsoft Office 12.0 Access Database Engine OLE DB Provider'........i do not have this in options...pls specify me a simple procedure...
September 21, 2011 at 12:50 am
when i save as xlsx to xls,some data are missing...could not get whole data....next question is...should the columns in table and header text in xls will be same?
September 20, 2011 at 7:00 am
yes the tables are in the same server...how i can write update statement?
September 20, 2011 at 6:54 am
Now How i can copy whole data from one column in one table and replace the old data in other table'column?
September 20, 2011 at 6:45 am
Actually when i am going to sqlserver i do not have SQL Server Business Intelligence Development Studio....although i configuration manager i do have ssis having state running
September 20, 2011 at 6:19 am
i tried alot but in vain ,To use DTS..there is no option for xlsx...they only support xls..what i can do here?
in this case
SELECT * INTO XLImport5 FROM OPENROWSET('Microsoft.Jet.OLEDB.4.0',
'Excel 8.0;Database=C:\test\xltest.xls', 'SELECT...
September 20, 2011 at 6:05 am
@SSCrazy
i can not use this...no option in my sqlserver2005....can u pls guid me a litle bit?
September 20, 2011 at 6:01 am
OK i did like this but now this shows me those records too which do not match...mean when their counter field is 0...
select TOP 5 COMPANY,CategoryName,comp_kws,locStr,
len(COMPANY) - len(replace(COMPANY, 'ltd',...
September 7, 2011 at 3:54 am
Hi,
this is working fine for me.
select TOP 20 COMPANY,
len(COMPANY) - len(replace(COMPANY, 'piz', ''))
as numberofoccurences
from vwSearchResult order by numberofoccurences DESC
Can i do it for more fields?i...
September 7, 2011 at 2:45 am
@SSCrazy
Thanks alot ...worked for me...
September 6, 2011 at 4:41 am
@SSCrazy
ok my questions are
1) how i will load table data to tempData(in your example)?
2) what are star ,Stir,My Fab Company etc in your example....eg (select 'star' Company union select...
September 6, 2011 at 3:15 am
Thanks for your reply
But i am facing project Deadline and do not have much time to implement these coding...
Can you please give me a stored procedure which do the following...
September 6, 2011 at 3:05 am
Actually i want to provide options to users regarding their search .....
Eg if some one write "str" i want to show him "star" OR "sstr" mean nearly matching my...
September 6, 2011 at 2:53 am
Viewing 15 posts - 91 through 105 (of 107 total)