Viewing 14 posts - 31 through 44 (of 44 total)
I did it in a hurry, sorry. please find the attached insert scripts..
September 6, 2011 at 4:25 am
Hi,
I've generated scripts with data for 4 tables, please find the attached sql script files..
September 6, 2011 at 4:10 am
Hi,
I didnt get what exactly you asking me for? Should i send scripts for 3 tables with data or what?
I'm someway nearer to the solution, When i changed my query...
September 6, 2011 at 3:58 am
Please find the sample data screen attached herewith from CandidateInterview table, where we can see the no:of candidates applied for a job for particular status..
September 6, 2011 at 3:47 am
Hi,
Please find the below screen which displays the resultset for the above join.. you can see the column selectedcandidates there with count which is not correct.
September 6, 2011 at 3:44 am
Hi All,
I'm able to build the query shown below, But the record in the table is not getting updated 🙁
DECLARE @passedXML xml
DECLARE @CandidateInterview TABLE (CandidateInterviewID uniqueidentifier,
...
August 18, 2011 at 6:55 am
Hi,
Thanks for the reply..
Can you please let me know how to overcome this, i want to know from your practises because you are SQL DBA..
Also you suggested me to use...
August 9, 2011 at 10:49 pm
WayneS (10/26/2010)
1. Put the data directly into an XML variable, instead of a varchar then converting to XML.
2. Use a CTE instead of...
October 27, 2010 at 2:24 pm
Hi,
Without Looping also the query worked perfectly.. Thanks alot..
My doubt is if i get some 10,000 ID's in my XML, Will this kill performance??
One more thing, In case of...
October 26, 2010 at 9:50 am
Thanks for your time,
Btw i understood the query.. It worked great!!
Thanks alot man..
October 26, 2010 at 9:20 am
chuckneerg (10/26/2010)
I get what your code is doing but there are some logical issues with it...
The idea of you wanting...
October 26, 2010 at 8:07 am
GSquared (10/25/2010)
Which version of SQL Server are...
October 26, 2010 at 2:08 am
Hi,
Thanks for the reply..
We are using SQL Server 2008. Which one is the best method to bulk delete the records? Can you please let me know if you havin any...
October 25, 2010 at 11:48 pm
FraToLa (3/22/2010)
you can solve this problem by using dynamic SQL.
In the first step analyse all existing values and add them to a result string including comas and quotation marks like...
March 22, 2010 at 11:37 pm
Viewing 14 posts - 31 through 44 (of 44 total)