Viewing 15 posts - 4,186 through 4,200 (of 15,381 total)
SQLRNNR (7/7/2014)
Sean Lange (7/7/2014)
SQLRNNR (7/7/2014)
grudespicable
moi
stuffed crust
July 7, 2014 at 11:18 am
Krasavita (7/7/2014)
How can I fix it (RTRIM(pc.CODE))?
Just like Chris showed you above. Just take it out. It doesn't do anything except slow down your code. Two values are equivalent when...
July 7, 2014 at 11:18 am
SQLRNNR (7/7/2014)
Luis Cazares (7/7/2014)
wolfkillj (7/7/2014)
Sean Lange (7/2/2014)
Stefan Krzywicki (7/2/2014)
Sean Lange (7/2/2014)
Stefan Krzywicki (7/2/2014)
Koen Verbeeck (7/2/2014)
Jo Pattyn (7/1/2014)
Anyway the Belgium Red Devils got past the USA soccer team after a...
July 7, 2014 at 10:40 am
swaseem345 (7/7/2014)
July 7, 2014 at 9:50 am
wolfkillj (7/7/2014)
Sean Lange (7/2/2014)
Stefan Krzywicki (7/2/2014)
Sean Lange (7/2/2014)
Stefan Krzywicki (7/2/2014)
Koen Verbeeck (7/2/2014)
Jo Pattyn (7/1/2014)
Funny! :w00t:Anyway the Belgium Red Devils got past the USA soccer team after a thrilling match.
It was...
July 7, 2014 at 9:47 am
GilaMonster (7/7/2014)
I love it when someone asks for the differences between two completely disparate things....
I kind of wondered if that was an interview question. It seems to me like a...
July 7, 2014 at 9:37 am
You are on the right path but you need to normalize Make and Model. Consider what you would have to do with this structure if the Model name was wrong....
July 7, 2014 at 9:34 am
GilaMonster (7/7/2014)
Sean Lange (7/7/2014)
info 58414 (7/7/2014)
in a StoredProc I want depending on whether a parameter is passed formulate the Where clause accordingly.
If parameter IS NOT NULL
...
July 7, 2014 at 9:14 am
sql_novice_2007 (7/7/2014)
I have the following data
UIdCOIDCLIdSID
1 109
1210
1 320
1439
2 502
2513
2529
2 533
2540
2600
2610
2620
2630
2640
2 700
2710
2720
2731
2740
I need the following result from the above data
UnIdCoIDClIdSID
1109
1219
1320
1439
2502
2515
2529
2533
2540
2600
2610
2620
2630
2640
2700
2710
2720
2731
2740
The query needs to add Sid value when...
July 7, 2014 at 9:11 am
Krasavita (7/7/2014)
The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator.
Msg 4104, Level...
July 7, 2014 at 9:06 am
info 58414 (7/7/2014)
in a StoredProc I want depending on whether a parameter is passed formulate the Where clause accordingly.
If parameter IS NOT NULL
THEN...
July 7, 2014 at 9:03 am
I would also refrain from prefixing your tables with "t". And don't be scared to give your tables and columns longer names so it is easy to understand what they...
July 7, 2014 at 9:00 am
Krasavita (7/7/2014)
I have the following code and creates slow performance what else can I make it simpler? (Thank you very much:
SELECT * INTO #Timesheet
FROM (
SELECT s.Sheet_ID,...
July 7, 2014 at 8:32 am
Chord77 (7/7/2014)
--NOTE this will only insert EMP_ID's where Sheet_ID is null since @Sheet_ID is currently set to NULL
NO. This will not return rows where Sheet_ID currently set to NULL. This...
July 7, 2014 at 8:21 am
Viewing 15 posts - 4,186 through 4,200 (of 15,381 total)