Viewing 6 posts - 1,126 through 1,131 (of 1,131 total)
Take a look at Erland Sommarskog's home page where he has 2 exhaustive article on error handling.
February 24, 2005 at 5:00 pm
This actually appears to be a bug in sp_bindrule !!
If you attempt to add a constraint on the table using
alter table test_table add constraint test_table_COL3 check(col3 <> 0 )...
February 24, 2005 at 4:58 pm
In the example data, there are 2 rows for vendor_number of 001 and bus_name of "Sally" with the addresss column having values of "24 west st" and "10 South street". Which one...
February 23, 2005 at 1:20 pm
The SQL Server Agent has available certain case-sensitive tokens which are replaced at run time with the actual values. These are primary used for Alert Response job steps. There are 15...
February 23, 2005 at 12:44 pm
When HyperThreading is on, does the extended stored procedure xp_msver return the correct number of CPUs?
execute master.dbo.xp_msver 'ProcessorCount'
February 23, 2005 at 12:22 pm
I agree with you that using Hungarian notation (or reverse Hungarian notation which I prefer) is a Worst Practice. But the cause of the worst practice is using the...
December 3, 2004 at 12:18 pm
Viewing 6 posts - 1,126 through 1,131 (of 1,131 total)