Viewing 15 posts - 16 through 30 (of 141 total)
here i wrote a split function to split the values in the parameter
@DATAS varchar(8000)='siva coffe shop orian super market '
select*from dbo.Split(@DATAS,'')ds
which will split hte datas like this
...
September 21, 2012 at 7:51 am
it read this
http://www.sqlservercentral.com/articles/Indexing/68439/
here i didn't understand
if there is an simple example means i can i understand easily
select * from sys.indexes
select * from sys.index_columns ...
September 4, 2012 at 12:00 pm
hi
Sean Lange
and
Lynn Pettis
i know iam not worth for anything thats why spliting the proc also
i dont even no what is index but i...
September 4, 2012 at 11:32 am
here i am writing a search proc some people suggest me to use indexing if u use indexing mean u can reduce time when...
September 3, 2012 at 11:28 pm
hi Lynn Pettis
i used the function to split the words which was given in the parameter
@values=' the city words'
the
city
words
and it has to...
September 3, 2012 at 11:09 pm
here i used CROSS APPLY dbo.DelimitedSplit8k(@VALUES,'')ds funtion to split the words 'the cri word'
declare @value varchar(800)='the cri word'
function name...
September 3, 2012 at 12:33 pm
but here is used the cross split function in my original proc which i mentioned
i want to check all column it was itwas not...
September 2, 2012 at 11:31 am
for this proconly i have given sample example iam trying this for this proc only
ALTER PROCEDURE [dbo].[SP_Search]
(
@CategoryId int=NULL,
...
September 1, 2012 at 2:09 pm
thanks
Sean Lange
August 28, 2012 at 11:04 pm
thanks
dwain.c
it was working fine
can u plz give one idea is there any chance to avoid null value instead of that replace...
August 27, 2012 at 12:22 pm
hi J Livingston
i didn't use rand() function instead of that i used NEWID() function to select randomly this is solution for imageid and imagedescription...
August 12, 2012 at 10:54 pm
i just found the solution for this my friends no thanks
August 11, 2012 at 11:41 am
here i just opened job and i made a right click the i found new job i just selected that than after that ...
August 3, 2012 at 11:19 am
hi havindg this problem when i execute this query
-- sample data
declare @test1 table(
id int,
telephone varchar(4000)
)
insert into @test1
select 1,'004-26487,004-84576,9845678682' union all
select...
August 3, 2012 at 7:21 am
plz give some idea about jobs in sqlserver
August 3, 2012 at 12:47 am
Viewing 15 posts - 16 through 30 (of 141 total)