Viewing 15 posts - 121 through 135 (of 240 total)
Have you tried using the HOST_NAME () function to identify the connecting workstation?
> Did the change come from a stored procedure, or was it manually (or Enterprise Manager) changed?
I don't...
July 29, 2005 at 8:55 am
Sometimes developers raise the objection that, since C++ runs a gazillion times faster than T-SQL, that's where the data manipulation ought to take place. The viewpoint is that T-SQL is fine for...
July 29, 2005 at 7:28 am
So you can't change the code of your procedure?
I guess I don't understand why you need to use the IN <list> approach to get what you want. The method I...
July 28, 2005 at 11:17 am
I notice in the example that each value contained in the parm is delimited by a single-quote. Could this work for you?
SELECT *
FROM dbo.MyTable
WHERE...
July 28, 2005 at 9:13 am
It was defense-related. Speaking from personal experience, defense contracting firms tend to have a corporate culture that enshrines cravenness, and this attitude trickles down to the techie level. Sometimes, I'm...
July 14, 2005 at 10:43 am
Well, okay, you asked for it.
There was, e.g., the time my boss asked me into his office to discuss a new database we were designing for our customer. My boss,...
July 14, 2005 at 10:03 am
> Nice quote... can I print it and use it next time I get this "problem"
Absolutely. My copyright has expired. 🙂
Usually, I also add: "The real complexity is in the...
July 14, 2005 at 6:43 am
> Why should they tell you how to code the app?
Why? WHY!!?????!!?????
<cool jets><calm down><breathe normally><check pulse>
It's because of rule 1 about databases: everybody thinks he's an expert. It would...
July 13, 2005 at 3:20 pm
> I am being sarcastic but I haven't heard one good reason arguing in favor of case-insensitivty. Every complaint has been seemingly out of SHEER LAZINESS....
That seems like a perspective...
July 11, 2005 at 2:19 pm
> There's a certain HR package that I've grown to loathe that requires case sensitivity. Grrr!
I'm guessing that I could name that HR package. 🙂
Maybe I'm wrong about this,...
July 8, 2005 at 8:25 am
This post is a year old, but I'm still going to respond, as I think the points I want to make are still relevant.
> Scorpion_66: I have worked extensively in...
April 30, 2004 at 2:35 pm
Thanks for the response, t.! Also for the VB script. I downloaded something from Microsoft called 'Component Checker', and if it can be trusted, I now have things under control. (Your...
March 11, 2004 at 8:05 am
Thanks for the response, Steve!
> Steve: "To get your (parent-child) dimension working as per the tutorial, go to the Properties of the dimension (in dimension editor), make sure that 'Write...
March 11, 2004 at 7:50 am
Viewing 15 posts - 121 through 135 (of 240 total)