Viewing 15 posts - 2,566 through 2,580 (of 15,381 total)
Lynn Pettis (7/31/2015)
Sean Lange (7/31/2015)
ScottPletcher (7/31/2015)
Technically "usp_" is illogical, since "sp_" stands for "special", but "usp_" wouldn't be meant as "user special".
I would offer that a prefix of any kind...
July 31, 2015 at 2:30 pm
ScottPletcher (7/31/2015)
Technically "usp_" is illogical, since "sp_" stands for "special", but "usp_" wouldn't be meant as "user special".
I would offer that a prefix of any kind is illogical since they...
July 31, 2015 at 2:20 pm
ben.brugman (7/31/2015)
Why so many tables without primary keys.Not many and most of them have primairy keys. (But not implemented primairy keys).
Not sure what that means. Your table either does or...
July 31, 2015 at 2:05 pm
You should avoid the sp_ prefix on your procedures. It is reserved for MS and denotes it as a system procedure. The performance issues are mostly corrected but ambiguity and...
July 31, 2015 at 2:03 pm
Alvin Ramard (7/31/2015)
I guess I've had enough of this forum for this week.http://www.sqlservercentral.com/Forums/Topic1707595-2799-1.aspx
LOL. And why should they do the research themselves if they can just come around here and...
July 31, 2015 at 1:04 pm
Alvin Ramard (7/31/2015)
Lynn Pettis (7/31/2015)
July 31, 2015 at 9:49 am
spectra (7/31/2015)
Example: search string = "I want to search something"
Output:...
July 31, 2015 at 7:34 am
tstagliano (7/30/2015)
July 30, 2015 at 8:47 am
tstagliano (7/30/2015)
Country_code Local_client_code Local_client_name ...
July 30, 2015 at 7:51 am
tstagliano (7/30/2015)
July 30, 2015 at 7:33 am
thenewbee (7/30/2015)
with wftbl(
select col1,..col5 from objectA
inner join objectB
on cond1 =cond1
where ...
)
....
tbl2(
object c
inner join
objectA
where . ..
)
select col1 .. .
from
maintabl
....
left join (select...
July 30, 2015 at 7:24 am
patla4u (7/29/2015)
I have a column name Classname and I would like to to Concatenate value.
ID ClassName
1 Class A
2 Class B
3 Class C
4...
July 30, 2015 at 7:19 am
Duplicate post. direct replies here. http://www.sqlservercentral.com/Forums/Topic1706683-391-1.aspx
July 30, 2015 at 7:16 am
Can you state what the actual datatypes are for these columns? I hope they are not all varchars. Is there a reason that In_Punch and Out_Punch aren't just a single...
July 29, 2015 at 12:58 pm
Viewing 15 posts - 2,566 through 2,580 (of 15,381 total)