Viewing 15 posts - 121 through 135 (of 1,413 total)
Which documents that need to exist depend on the processes and policies that a company is using. For instance, I normally work with agile software development methodologies and we have...
October 28, 2005 at 8:06 am
And another one (probably not better though):
SELECT * FROM table1 WHERE NOT EXISTS (SELECT * FROM table2 WHERE id = table1.id AND date_x = table1.date_x)
October 27, 2005 at 8:18 am
What exactly do you mean by "database document"? If you are referring to a database diagram then you can use the diagram feature in Enterprise Manager to create one and...
October 27, 2005 at 4:57 am
A table created with the ##prefix is a global temporary table. When they are created they exist as long as there is at least one connection referencing it still...
October 27, 2005 at 4:56 am
Another thing you should do is try to reproduce it. If possible with a small set of data and a schema you are allowed to show, so that you can...
October 27, 2005 at 4:47 am
Yes, I know, I am getting there. It is a difficult question to formulate an answer for, and I should also have gone home from work more than 30 min...
October 26, 2005 at 9:20 am
Simple, until the results are in you do not store them. Something like:
TEST { testid , orderdate , orderedby , ... }
TESTRESULT { testid , result }
Until we have a...
October 26, 2005 at 9:14 am
>If Middlename = '' then WE KNOW THAT THARE IS NO MIDDLENAME.
I do not agree. You only know that the stored value for middlename is an empty string. What does...
October 26, 2005 at 9:09 am
See my article here at SSC for an explanation why that would not do any difference: Advice on using COUNT()
October 26, 2005 at 8:40 am
If you are writing your own client you can get the print statements as informational messages. See my blog for more info on getting InfoMessages.
October 26, 2005 at 8:38 am
Foreign keys, joins and views are not related subjects. FKs are constraints, used to make protect data integrity. Joins are used to combine rows from different rowsets into a result....
October 26, 2005 at 8:36 am
And everything would be much simpler if we had bi-logic (right word?), e.g. nothing other than true/false.
To answer Vladan:
PERSON { id , ... }
NAMEPART { part } (with three tuples...
October 26, 2005 at 5:57 am
If you are running it with "Results in Grid" active then the result of SELECT @test-2 will be in the grid, and the two print statements are printed to the...
October 26, 2005 at 5:48 am
That was not what I was referring to. In my Regional Settings (I am running Win XP Pro English) I select the Languages tab (not Advanced). There is an option...
October 26, 2005 at 12:16 am
But is any of those "many languages" that are displayed correctly written right-to-left? I think the client needs to have the proper language files installed. Check in Control Panel, Regional...
October 25, 2005 at 4:28 pm
Viewing 15 posts - 121 through 135 (of 1,413 total)