Viewing 15 posts - 121 through 135 (of 1,412 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
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
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...
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,412 total)