Viewing 15 posts - 1,981 through 1,995 (of 15,381 total)
Ed Wagner (12/8/2015)
Sean Lange (12/7/2015)
Alan.B (12/7/2015)
Sean Lange (12/7/2015)
December 8, 2015 at 7:14 am
Using the fine sample data from SQLBill.
There is no need for looping here at all. RBAR will kill this kind of thing. We can use some window functions to...
December 7, 2015 at 3:12 pm
You are quite welcome. Once you understand how that splitter works you will need to also understand how to do a crosstab. Assuming you always have 4 columns you do...
December 7, 2015 at 3:03 pm
joshdbguy (12/7/2015)
CREATE TABLE DATA ( DATA1 varchar(50)...
December 7, 2015 at 2:59 pm
tarr94 (12/7/2015)
Yes. Only at the end.
Not sure exactly what your answer is here. Do you need to maintain those characters other places in the string?
December 7, 2015 at 10:39 am
Alan.B (12/7/2015)
Sean Lange (12/7/2015)
December 7, 2015 at 10:35 am
SQLJocky (12/7/2015)
December 7, 2015 at 9:30 am
SQLJocky (12/7/2015)
December 7, 2015 at 8:37 am
tarr94 (12/7/2015)
After some more digging, I realize I no longer have a need for question #1. I've updated the initial post to reflect this....
December 7, 2015 at 8:27 am
As of today I have only taken 4 days of PTO this year. REALLY looking forward to taking the family to Disney world later this week. My wife's company holiday...
December 7, 2015 at 8:20 am
Luis Cazares (12/7/2015)
Sean Lange (12/7/2015)
Sergiy (12/6/2015)
Jason A. Long (12/6/2015)
It's probably worth mentioning that the CAST/CONVERT in the predicate only works when using certain datatypes.
And only on certain versions of CQL...
December 7, 2015 at 8:17 am
tarr94 (12/7/2015)
I have a varchar column, DeliveryAddress, which, due to user-entry issues, occasionally ends up with values that have special characters at the end of it. This becomes a...
December 7, 2015 at 7:51 am
Sergiy (12/6/2015)
Jason A. Long (12/6/2015)
It's probably worth mentioning that the CAST/CONVERT in the predicate only works when using certain datatypes.
And only on certain versions of CQL Server.
Microsoft SQL Server 2008...
December 7, 2015 at 7:36 am
Definitely a good start to the week when I get one of Hugo's questions correct and I was pretty confident about my answer. Another great question Hugo. Thanks.
December 7, 2015 at 7:28 am
rwahdan1 (12/4/2015)
I am new here, i make the tables in sql server and the forms in access 2007. when i did that i was using local connection (within my computer),...
December 4, 2015 at 7:27 am
Viewing 15 posts - 1,981 through 1,995 (of 15,381 total)