microsoft.public.sqlserver.programming
RSS FEED IDEMS: www.tech-archive.net: microsoft.public.sqlserver.programming
- Count consecutive days attended
Summary:
INSERT INTO tblClientHeader (ClientFirstName) VALUES 'Bob' ... INSERT INTO tblEvent (EventCode, EventName) VALUES 'MEET', 'MEETING' ... INSERT INTO tblAttend (AttendClientID, AttendEventCode, AttendStart, ...
- SQL2K Question
Summary:
I have a Stored Procedure that is taking an unusual amount of time ... I have analyzed the execution plan via Query Analyzer and I have identified ... analyzed the indexes and added other index fields in the query with no luck. ...
- Bookmark Lookups...
Summary:
Query Analyzer and I have identified what portion of the Stored Procedure is ... bookmark lookups), but if I use the same values assigning them to varchar, ...