Viewing 15 posts - 211 through 225 (of 247 total)
Thanks again Noel!
Assumption #1
I assumed that using recursive triggers was probably not the best idea since it is so limited. It causes an error when nested_level > 32. I assume...
August 11, 2005 at 4:09 pm
Thanks very much! I think that will work!
August 9, 2005 at 7:38 am
Thanks that information was helpful.
July 27, 2005 at 8:09 am
Thanks for the article Noel. I read it. But i guess i'm not going to get any suggestions on this. I didn't think it was that difficult at least for...
July 26, 2005 at 3:11 pm
Thanks Noel, you always provide helpful information. I'll do some research on this SET QUOTED_IDENTIFIER statement.
Thanks!
July 21, 2005 at 1:41 pm
EXEC sp_addextendedproperty
'MS_Description', "Employee's first name", 'User', 'dbo', 'table', 'Employees', 'column', 'FirstName'
So this doesn't work? I used two double quotes on both sides with...
July 21, 2005 at 12:58 pm
Someone said it might be the difference in the quote mark. It is a different font not a different quote mark. Actually it is supposed to be the same font!...
July 21, 2005 at 12:35 pm
Thanks again guys. I will take a look at the link too Mike. Greatly appreciated!
July 19, 2005 at 4:07 pm
Rule #1: Use NULLs to indicate unknown/missing information only. Do not use NULLs in place of zeroes, zero-length strings or other "known" blank values. Update your NULLs with proper information...
July 14, 2005 at 3:54 pm
Thanks guys! Based on the information you guys provided, i was able to find this info on msdn.com that might be helpful.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/createdb/cm_8_des_08_7qb7.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/tsqlref/ts_sp_ua-uz_91k9.asp
July 13, 2005 at 11:55 am
Thanks very much guys!
July 13, 2005 at 9:48 am
All columns must be dependent on the primary key. If it is a calculated column it will be dependent on the columns involved in the calculation. From what i understand...
July 6, 2005 at 2:56 pm
Thanks that is a good point. I hadn't realized that.
HOWEVER, the statement itself is contradictory. "When a batch is submitted for processing, it's parced, resolved, optimized, compiled, and then...
June 28, 2005 at 3:47 pm
Viewing 15 posts - 211 through 225 (of 247 total)