Viewing 15 posts - 136 through 150 (of 422 total)
Gail
I think this is on-topic and you seem to know as much (or more) than anyone on the subject of index behavior that I'd like to ask a question that...
June 12, 2013 at 8:53 am
Here's another option you might consider:
-- First we need to set up some sample data.
-- I'm using the Tally table just as an example--any table or
-- tables would work...
June 12, 2013 at 8:30 am
[off topic]
Jeff, keep it up!
I've learned more from your articles and posts here and elsewhere just in the last year or so than in the previous decade. I started...
June 7, 2013 at 7:50 am
Luis Cazares (6/5/2013)
Steven Willis (6/5/2013)
Programming can usually be taught but teaching character, now that's not an employer's job even if it was possible.
You'll be surprised, but programming isn't something...
June 5, 2013 at 4:31 pm
This is what I would do:
- Create an audit table to store whatever data you need to save from the file to be deleted.
- Create an "INSTEAD OF DELETE" trigger...
June 5, 2013 at 4:18 pm
Personally--and I mean this only as constructive criticism--I've always felt that phone interviews are more a time saving screening tool for the employer than a valid method for evaluating a...
June 5, 2013 at 3:47 pm
Michael Meierruth (5/28/2013)
Steven Willis (5/26/2013)
May 28, 2013 at 8:49 am
Lucy08 (5/27/2013)
I need to fetch rows from a table in SP depending on input parameter value.
@var is an input parameter which i am passing
if @var = no owner assigned'...
May 27, 2013 at 5:01 pm
Michael Meierruth (5/26/2013)
Where/what is this iFunction?What's the difference between CreateCsv8K2DimArrayRandomAlphaNumeric and CreateCsv8K2DimArrayRandomAlphaNumericWithSpaces?
Oooops. :blush:
I have re-posted the correct function in the post above. The difference is that the correct "...WithSpaces" version...
May 27, 2013 at 3:34 pm
I'm late to this party, but here's my entirely TSQL offering to remove duplicate spaces. Most of the code below has been not so shamelessly borrowed from Jeff Moden's work,...
May 26, 2013 at 1:42 am
Chrissy321 (5/24/2013)
I need help in writing a job description for a senior administrative DBA. Can someone suggest an appropriate forum on SSC.com where I can do this?
How about something like...
May 24, 2013 at 3:22 pm
Jeffrey Williams 3188 (5/16/2013)
May 17, 2013 at 7:58 am
Maybe I'm missing something but perhaps all this procedure needs is to make sure the table and column names are enclosed in brackets ([]) due to the odd naming convention.
May 17, 2013 at 7:54 am
When writing a procedure I always assume that some of the data will be bad or non-existant. Thus, I almost always set up defaults so SOMETHING is returned to the...
May 17, 2013 at 7:48 am
This issue has been discussed before. I've posted a date validation procedure before at Date Validation.
To make it even easier, I'll re-post the code here. These are the two procedures...
May 15, 2013 at 12:00 pm
Viewing 15 posts - 136 through 150 (of 422 total)