Can anyone tell me the correct smalldatetime format for SQL 2000? I've tried every format that seems correct but I keep getting parameter errors or type errors in my stored proc.
Thanks
Can anyone tell me the correct smalldatetime format for SQL 2000? I've tried every format that seems correct but I keep getting parameter errors or type errors in my stored proc.
Thanks
A lot of the work I do involves taking other folks' databases, and setting them to work with ASP. In this case it was an Access database that my predecessor had built many years ago. The data structure is actually terrible . . . but I really couldn't change all that much. Initially, the...
Thank you so much. This is the most helpful response that I've gotten on any forum. Any other ideas would be greatly appreciated. This was a tough one.
s
Sorry. The structures are as follows:
actionsMB - coid [int](4), actiontype [varchar](50), and a bunch of information fields (all varchar) that don't matter to this query
The info i need from this table is a count of all records for a particular coid, and a count of all records with...
Hi. I'm trying to write a query that joins fields from two tables. The syntax is eluding me because I need to join two seperate counts from the same table with all of the fields from another table.
The first table is called actionsMB, and I need a count where coid=variable and another where...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.