Viewing 5 posts - 1 through 5 (of 5 total)
Here is a little more information on working with recordsets:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/ado270/htm/mdobjodbrec.asp
March 30, 2005 at 10:28 am
Your datatype should be datetime instead of date.
Sample:
DECLARE @deficit_year datetime
March 28, 2005 at 12:21 pm
A note on the trigger above:
It assumes that both ColA and ColB contains a value. If either ColA or ColB is Null, ColC will also equal Null.
If these are numeric fields...
March 28, 2005 at 10:33 am
In a perfect world a database would be used to strictly store data... as we all know we are in a far from perfect world, and databases are becoming more...
March 28, 2005 at 10:21 am
If you have three databases in suspect mode using sp_resetstatus is probably not going to work. sp_resetstatus is going to tell SQL that the data is good, however, the next...
March 23, 2005 at 12:51 pm
Viewing 5 posts - 1 through 5 (of 5 total)