Viewing 15 posts - 106 through 120 (of 521 total)
HowardW (1/25/2011)
Oracle's query tools (Oracle SQL Developer and SQLPlus) by default require you to explicitly commit regardless of whether you explicitly began a transaction.
Well, SQL Plus is a little awkward...
January 25, 2011 at 6:39 am
Koen (da-zero) (1/13/2011)
I had to read the section on converting binary string data on the MSDN page for CAST and CONVERT a few times to get it.
But...
January 13, 2011 at 1:06 am
Richard Sisk (1/11/2011)
January 11, 2011 at 9:31 am
Toreador (1/11/2011)
As for the option about performance relative to SQL2000 - that's an 11-year-old unsupported version[...]
SQL Server 2000 is not unsupported. Only the mainstream support has ended.
January 11, 2011 at 2:31 am
Hi,
I almost got the question right, but failed because of the usage of index on computed columns.
I have tested it with the following script and the index seems to be...
January 11, 2011 at 1:40 am
I think the question is very good as well, but I am not sure if the answer is correct.
I chose
Error: "Column name or number of supplied values does not...
December 16, 2010 at 1:42 am
Good Question, but not valid for all languages, since some have different date formats (ymd):
Japanese
Swedish
Hungarian
Croatian
Latvian
Lithuanian
Traditional Chinese
Korean
Simplified Chinese
SELECT dateformat, name, alias FROM sys.syslanguages WHERE dateformat NOT LIKE '%y'
December 15, 2010 at 2:19 am
jeff.mason (12/2/2010)
sjimmo (12/2/2010)
But once you give out INSERT permission, you lose control over INSERT statements.
It is not only that. Constraints should prevent invalid data updates no matter where they come...
December 2, 2010 at 8:00 am
Hm, this is a very good topic, and most answers make sense.
But the last one with the where clause for all inserts is nonsense. You cannot "enforce" uniqueness by...
December 2, 2010 at 1:22 am
Tom.Thomson (12/1/2010)
If you've never seen any comments in there I don't want you writing any stored procedures or triggers in my shop!
You may have missed my 3rd post where I...
December 1, 2010 at 6:03 am
Ok, I think I finally arrived.
I thought the "comments" were the standalone extended properties / description of the stored procedures, constraints etc..
I did not consider the inline comments of the...
December 1, 2010 at 1:16 am
Carlo Romagnano (12/1/2010)
I disagree: the query returns all rows that contains the word 'order' in the column [text] that may appear in comments or definition.
I think the wording "consists" was...
December 1, 2010 at 1:05 am
Nils Gustav Stråbø (12/1/2010)
Both the definition and the comments can be retrieved from sys.syscomments view
Are you sure about that? I can't see any comments in that view.
With regards to option...
December 1, 2010 at 12:59 am
Viewing 15 posts - 106 through 120 (of 521 total)