Viewing 15 posts - 7,756 through 7,770 (of 9,641 total)
Check out this article for some ideas: http://www.sqlservercentral.com/articles/T-SQL/63681/
August 22, 2008 at 6:45 pm
Duplicate post. Check out here: http://www.sqlservercentral.com/Forums/Topic557637-1291-1.aspx
August 22, 2008 at 6:43 pm
What build level are you at? I believe this is an issue related to procedure cache and that SP2 fixed it.
August 22, 2008 at 6:40 pm
I'm guessing you are getting no matching row is found. This is because the Lookup component is case-sensitive and is actually fairly well-known to struggle when the lookup...
August 22, 2008 at 6:37 pm
Awesome. Not just the power of TALLY, but the waste of loops!
August 22, 2008 at 3:11 pm
DBAdmin (8/22/2008)
August 22, 2008 at 3:11 pm
I can tell you it is real easy in RS. At least the color coding part is. I'm not sure how you're running the email part.
August 22, 2008 at 2:49 pm
DBAdmin (8/22/2008)
August 22, 2008 at 12:56 pm
Chris,
Can you explain the why and how of this:
CAST(4*DATEPART(mi, [IN_Punch])/60 AS INT)/4.00
I would bet that performance-wise your solution will be the best.
August 22, 2008 at 9:12 am
Looks just like what I proposed except you used XML EXPLICIT.
August 22, 2008 at 8:56 am
In the relational model your addresses should be a separate table as should admission details. Without knowing more I'd go with:
Teachers,
Addresses,
Admission_Details
Are you going to have multiple addresses per student...
August 22, 2008 at 8:43 am
Could you post your solution, if not the one I suggested, so others who may find this thread in a search can benefit?
Thanks,
August 22, 2008 at 8:38 am
I'd find another server at the client level and see if that makes the issue repeatable. Odds are it is the different builds.
August 22, 2008 at 8:37 am
I'm not trying to beat a dead horse, but the error being returned indicates a permissions problem on the AS400 side. I am not an expert on DB2400, but...
August 22, 2008 at 8:35 am
This may not be the BEST way, but I typically use the main AD groups and then if special permissions are needed that only apply to SQL Server then I...
August 22, 2008 at 8:29 am
Viewing 15 posts - 7,756 through 7,770 (of 9,641 total)