Viewing 15 posts - 1 through 15 (of 107 total)
I just created this structure as available tool to give understanding of my question.I have to use SQL.
March 12, 2016 at 3:21 am
Grant Fritchey (8/4/2014)
August 4, 2014 at 6:39 am
I am sorry for the ambiguity,let me make things simple,please ignore my previous posting.
I want to search in a huge data where there is a lot of IF & ELSE...
August 4, 2014 at 6:36 am
I am not using data mining here and i do not want to.
Actually i want to search fruitfully in my db.For example if some one search for '2 bedrooms' in...
August 4, 2014 at 6:10 am
I have huge data in my database. It is related to properties information(like property title,price,NoofBeds,NoofBaths,Location,Tower,Comession etc etc) and people searching for propery.
I need to make my search faster and more...
August 4, 2014 at 5:58 am
Sean Lange (7/9/2013)
I think using 1 table should be fine if all the data is reasonably close to the same columns.
Ok , Thanks
And I am crawling for new information...
July 10, 2013 at 12:26 am
Perfect...Sir you did exactly what i want.
DONE...thanks
February 7, 2013 at 1:05 am
Phil Parkin (2/7/2013)
Methew (2/7/2013)
id,bank_id,amount
it has alot of data....how i can select last entry for all distinct banks ?
lets say(Below code has not tested)
IF OBJECT_ID('TempDB..#mytable1','U')...
February 7, 2013 at 12:45 am
Suresh:
Please follow these links
http://msdn.microsoft.com/en-us/library/ms187787.aspx
AND
http://stackoverflow.com/questions/9800117/sql-function-contains-does-not-return-expected-results
February 5, 2013 at 10:46 pm
Hi,
please check execution plane....adjust your joins if you have...
otherwise use PATINDEX
February 5, 2013 at 1:29 pm
I read all and decided to use 2012(both for VS.Net and SQLServer)...Can you people just tell me which type like
Enterprise,personal or Ultimate etc etc
February 3, 2013 at 2:08 am
Suresh:
contains give you result which contains your search parameters....use LIKE Instead
OR you can use LEFT as below
WHERE URL = LEFT('')
February 3, 2013 at 1:42 am
Actually i got a backup from other developer who developed in 2010. i have 2005 installed ...i just want to view tables and ERD.
Can i simply use it?
when i use...
January 22, 2013 at 6:50 am
krowley (6/12/2012)
I noticed you were using and passing floats rather than the new spacial data types introduce in SQL Server 2008. Any reason why?
it was for SQL Server2005.i have a...
July 5, 2012 at 2:44 am
MSzI (6/15/2012)
Check the following examples:
1. select dbo.MyDistance(46.192131,21.274666,46.192131,21.274665)
2. select dbo.MyDistance(46.192131,21.274666,46.192131,21.274666)
Both examples will give the following error:
Msg 3623, Level 16, State 1, Line 1
An invalid floating...
July 5, 2012 at 2:21 am
Viewing 15 posts - 1 through 15 (of 107 total)