Viewing 15 posts - 2,521 through 2,535 (of 10,144 total)
mandirkumar 18293 (4/29/2015)
the sp is using more than 20 tables and too many functions . It is difficult to provide the scripts
Too vague to be of any assistance. Can...
April 30, 2015 at 1:42 am
Sean Lange (4/29/2015)
andrew gothard (4/29/2015)
Sean Lange (4/28/2015)
Lynn Pettis (4/28/2015)
Lynn Pettis (4/28/2015)
Wow, what some people expect us volunteers.
The OP just PMed me with all the info that had been posted on...
April 29, 2015 at 7:21 am
You haven't given us much to work on. How similar are the tables supposed to be?
April 28, 2015 at 5:23 am
BOR15K (4/24/2015)
1. Find the longest...
April 27, 2015 at 7:48 am
hemal_301080 (4/27/2015)
Igor Micev (4/27/2015)
If you create an index on Lotno,Kapan and Position it should improve the selection in the where condition.
where Lotno=@Lotno
...
April 27, 2015 at 1:57 am
sql_novice_2007 (4/23/2015)
first,,
first,,last
,middle,last
I want to have the following results
first
first,last
middle,last
need to remove the unwanted , in the full name string.
How can I do...
April 23, 2015 at 9:33 am
Datetimes should be stored in your tables as datetimes, and are displayed in the SSMS grid control in the format you are now familiar with. You can display them in...
April 22, 2015 at 6:42 am
challakarthik (4/22/2015)
I have created a table Employee with Hire_date with datatype as datetime.Then inserted a row with date converted to style 109[ convert(varchar(30),'01-Jan-2013 12:00:00:000AM',109)
After I have inserted ,while retrieving...
April 22, 2015 at 6:05 am
peter-757102 (4/21/2015)
Certainly I owe many of the previous writers...
April 21, 2015 at 8:57 am
John Hick-456673 (4/20/2015)
You two,...
April 21, 2015 at 7:28 am
crookj (4/20/2015)
Eirikur Eiriksson (4/20/2015)
Ed Wagner (4/20/2015)
BWFC (4/20/2015)
HippyHappy
Flip
Wilson
Picket
April 20, 2015 at 7:19 am
MotivateMan1394 (4/15/2015)
every Query on it takes me along time and I dont have enough space to...
April 20, 2015 at 7:18 am
You can explore the reasons why this query is performing poorly using a simplified model of your query - one of the EXIST subqueries.
Here's yours. The filter for postcode isn't...
March 31, 2015 at 5:40 am
josjonkmans (3/30/2015)
March 30, 2015 at 4:52 am
Luis Cazares (3/27/2015)
Starting on April 21st I'll be working in the US. I'll make a stop at...
March 27, 2015 at 10:41 am
Viewing 15 posts - 2,521 through 2,535 (of 10,144 total)