Viewing 15 posts - 1 through 15 (of 28 total)
I am really sorry.
I couldn't provide data, its having more data and also i couldn't get it for specific data for sample.
please give me some idea how this can be...
June 25, 2013 at 2:53 am
I am sorry for not given clear input.
In #variableta table, txt_bh_assessment1,txt_bh_assessment2,txt_bh_assessment3,txt_bh_assessment4 fields data will be availble in #testing1, #testing2,#testing3 tables.
We need to find code-id for txt_bh_assessment1,txt_bh_assessment2,txt_bh_assessment3,txt_bh_assessment4 fields.
suppose, txt_bh_assessment1 value...
May 9, 2013 at 9:22 pm
description1, description2, descritpion3, description4 fields values will any #testing tables.. and final output should in sigle row.
May 9, 2013 at 5:37 am
Its works Thanks a lot.
if only need select statement, am using update statement using mark2 and mark3 fields.
IF EXISTS(SELECT 1 FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_SCHEMA = 'dbo' AND TABLE_NAME = 'student'...
April 22, 2013 at 9:33 pm
Hi,
Subqueries is taking more time.. so We want to increase the performance, is there anyway we can increase the performance avoiding subqueries..?
Please help me on this
Regards,
tony
April 9, 2013 at 9:01 am
Thanks for your comments.
If am going with While loop option, client is rejecting because they need good performance query.
How can i set this query like set based solution please let...
March 20, 2013 at 10:25 pm
This tool for search the results in DB and give the output to front end.
There are lot of functionality!
1.Search(10 seperate search functionality) - can be done through 10 to...
December 9, 2012 at 11:16 pm
But still if i get the solution for this,it will be very thankful for you.
I am using following code to find the string
else if @kbm_function = 'search_all' AND ISNULL(@SearchStr, '')...
November 20, 2012 at 5:43 am
We are developing one tool(Backend : SQL server), that tool should be search the string from entire database.
But i have some codes,which takes min 30 to 45mins.
Even i tried with...
November 20, 2012 at 4:20 am
this script is calling Field also, Without Field, the string need to search entire database(in all fields).
Please help on this
November 20, 2012 at 1:45 am
Can you give the script how to search
November 19, 2012 at 11:52 pm
The reason is, Suppose i want to search a string 'Family' in entire database. so that i could get the output which are tables(Fields) are having the value of 'Family'
November 19, 2012 at 11:36 pm
Yes, Its column value. (any string from entire Database)
November 19, 2012 at 11:19 pm
No still doesnt work, its happening based on seq_no only.
PFA
November 14, 2012 at 4:50 am
Viewing 15 posts - 1 through 15 (of 28 total)