Viewing 15 posts - 61 through 75 (of 196 total)
G'day,
When used properly, these sorts of tables can be very beneficial. Improved performance, simplified joins, simplified maintenance CAN be had. The key phrase is "when used properly". It sounds like someone...
September 27, 2005 at 8:44 am
G'Day,
I get this error about twice a week when moving objects from the development environment into QA. It is usually one of two things - either the object is missing,...
September 27, 2005 at 8:07 am
G'day all,
I would like to offer an observation without claiming it is either good or bad - simply an observation. The term DBA has came to mean a lot of...
September 19, 2005 at 8:29 am
G'day,
If I restate the requirements as a small set of distinct statement, I think I get the following. First question: Am I understanding the requirements correctly?
Companies have zero or more...
September 6, 2005 at 10:33 am
G'Day all,
I have used ERwin, Embarcadero, Visio, and (believe it or not) Powerpoint over the last 25 years. Oh, yes - lets not forget white boards and paper. It is...
August 31, 2005 at 7:26 am
There may be other issues, but from a 5 second look, it appears that you are missing a comma:
update table2
set a= case x.cat when 'xyz' then x.value end,
b= case x.cat when...
August 24, 2005 at 2:44 pm
G'day,
What you are suggesting is that the business change the way things are done. Businesses change for one of two reasons: to increase the profitable revenue brought in the door;...
August 18, 2005 at 8:25 am
G'day all,
Goce's approach has a few advantages not pointed out above. disclaimer: I am prejudiced in favor of this approach as I have used it successfully in multiple products.
Ease of loading...
August 16, 2005 at 1:41 pm
Hello,
I have included two possible ways of building the query you are requesting. There is a minor issue regarding the number of AreaCodes and therefore the length of the dynamic...
August 12, 2005 at 1:51 pm
G'day,
The following is taken from books on line. I *think* you could construct the readtext statement dynamically. In other words, I think you need to use READTEXT instead of SELECT...
August 12, 2005 at 12:36 pm
Hello,
Lets make sure you actually have an issue. If you are using Query Analyzer to run a select statement, make sure that QA is configured to show the full width...
August 11, 2005 at 11:47 am
G'day all,
A word of caution might be in order. Row Numbers are often requested so that the UI can attempt to update that particular row in the DB. However, the...
August 8, 2005 at 12:10 pm
There was indeed a contract between Microsoft and the esteemed Dr. As was pointed out, interpreting and debating the syntax and semantics of that contract will take teams of lawyers...
August 5, 2005 at 12:54 pm
G'day all,
I think the decision to discuss salary or not may also be affected by the nature of the relationship. In my case, I am a very experienced independent consultant...
August 3, 2005 at 3:19 pm
G'day,
Here is a simple example that shows one method to meet your needs. There are several other ways to do the same thing. Hope this helps
Wayne
create table #x
( id int...
July 26, 2005 at 10:11 am
Viewing 15 posts - 61 through 75 (of 196 total)