Viewing 15 posts - 181 through 195 (of 257 total)
Very nice question. I hadn't had the chance to use this function yet and the question code was a quick way to play with it and add it to...
October 13, 2015 at 9:26 am
And the argument for SARGable is once again reinforced. We can keep preaching to the choir and then fixing the slow performing queries to the unconverted. 😎
To keep...
October 9, 2015 at 7:44 am
if a field is a 6 character number, you’d need 8 bytes to store this numeric field as a string using VARCHAR(6) data type (one byte for each character plus...
October 7, 2015 at 11:55 am
Taking out the name and parameters makes sense. Those are already in the code.
I don't agree with taking out the descriptive parts because stored procedures can and will be...
October 5, 2015 at 7:27 am
My solution deals with ETL process logging and SSIS. Because I'm an ETL person.
I created an audit table that included the package name, the instance ID, the start events...
September 30, 2015 at 12:58 pm
Don't forget the description field. It's useful for putting more detail about objects as needed.
April 10, 2015 at 9:50 am
This is one of those 'touchy topics' that tend to send people all over the map.
There's good and bad developers and there's good and bad DBAs. There's no standard...
April 10, 2015 at 8:06 am
Made my guess, ran the code, got back NULL. Not an empty record set - NULL.
September 22, 2014 at 7:51 am
I wonder what kind of CV he's shopping to get jobs in the current Next Big Thing when his experience is all over the board.
July 24, 2014 at 10:27 am
We got hit by ISNUMERIC early. It will convert text that happens to be valid hexadecimal into a positive hit. So we went to PATINDEX to find values...
July 18, 2014 at 10:06 am
This seems to take on two separate issues - control of their local computer and access control. As such I'll give my thoughts in that format.
Local Computer - I...
June 27, 2014 at 11:40 am
I'm not sure how you define "why something changed". That sounds more like a business rule.
June 20, 2014 at 1:40 pm
Been there and had to make these decisions.
The short version is that we did a hybrid model.
Projects were split out by source. Daily lookup tables would all be part...
June 20, 2014 at 9:29 am
thomashohner (6/12/2014)
My first response is that I'm neither I'm a noob... But seriously I'm a report writer where do we fall? Red headed stepchild???
IMO you're a client consuming the data....
June 13, 2014 at 8:11 am
The DBAs keep my database servers running and happy. In return I keep them informed of things that may impact (or may not) the database servers.
Going to have a...
June 12, 2014 at 1:30 pm
Viewing 15 posts - 181 through 195 (of 257 total)