Viewing 15 posts - 1,126 through 1,140 (of 3,957 total)
Phil Parkin (11/13/2013)
This avoids possible issues with SQL injection.
Hi Dwain, I did consider this. But as the variable in question had a numeric datatype, I could not see how there...
November 13, 2013 at 2:43 am
arnipetursson (11/12/2013)
the outer join query runs in 4-9ms (69 logical IO n the temp tables and 0 scans and...
November 12, 2013 at 6:57 pm
Lowell (11/12/2013)
dwain.c (11/12/2013)
Exotic JOIN? I think BOL must have forgotten to mention that one. 😛
yeah the whole "exotic' naming convention for non traditional joins started back in 2007...
November 12, 2013 at 6:41 pm
Excuse me for butting in here, on a job that you seem to indicate is complete.
I strongly advise you reconsider how you're constructing the @sql string. Wherever you've concatenated...
November 12, 2013 at 6:32 pm
I can give you a real world example that has been simplified that you can look at.
How to Design, Build and Test a Dynamic Search Stored Procedure[/url]
There are 2 tables:...
November 12, 2013 at 6:24 pm
Exotic JOIN? I think BOL must have forgotten to mention that one. 😛
November 12, 2013 at 6:19 pm
In the CATCH section of a TRY/CATCH block, you can use ERROR_LINE(), however it returns NULL if there is no current error.
November 12, 2013 at 6:15 pm
Jeff Moden (11/12/2013)
The code you're using is known as an "inch worm" splitter
It's been awhile since my high school biology days, but don't inch worms move pretty slow?
November 12, 2013 at 6:09 pm
MohamedDBA (11/11/2013)
what is the perfect age for developers and administrator if the age is a main factor in the recruitment process
Old enough to know better, young enough to give...
November 12, 2013 at 6:06 pm
Messy indeed!
What I'd try to do second (first I'd try to get the format of the spreadsheet changed into a more homogeneous table). is to read the row of names...
November 12, 2013 at 6:01 pm
SqlServerNinja (11/12/2013)
Good question !These are all the stores that have registered with our company in that month, year.
Please excuse me on 2 points then:
- Apparently my question wasn't...
November 12, 2013 at 5:40 pm
mitzyturbo (11/12/2013)
Insert Statement:
INSERT INTO [Criteria]
([TeamID]
,[WorkGroup]
...
November 12, 2013 at 5:37 pm
BTW. I thought this was a really fun problem. Best I've seen on the forums in weeks.
I have an idea for another way to solve it that might...
November 12, 2013 at 5:28 pm
lmeinke (11/12/2013)
November 12, 2013 at 5:15 pm
Viewing 15 posts - 1,126 through 1,140 (of 3,957 total)