Viewing 11 posts - 16 through 26 (of 26 total)
Your HTML looks solid to me and renders properly in Chrome and IE 9. The problem you are running into is on the email client side (Outlook and/or gmail) and...
July 1, 2012 at 10:48 pm
This blog post illustrates one big difference: SQL Server: JOIN vs IN vs EXISTS - the logical difference
July 1, 2012 at 10:10 pm
Right now, you are only replacing the Cr, CrLf is CHAR(13) + CHAR(10).
Is the rest of the email displayed using the expected HTML formatting? Can you view the source...
July 1, 2012 at 10:23 am
Did a little more digging, and although I've never used it, it may be SCCM that needs this account and you are likely having some AD/trust issue. Sorry I can't...
June 20, 2012 at 7:25 pm
I think you are looking for the RowNumber Function in SSRS: http://msdn.microsoft.com/en-us/library/ms159225.aspx
June 20, 2012 at 11:57 am
What process is running that needs access to the server? It must be something.
June 20, 2012 at 11:38 am
The server itself shouldn't need access to SQL. They are likely running a process (Windows Service, ASP.NET, etc) on that application server, and the user the process is running under...
June 20, 2012 at 9:49 am
You've got at least one copy/paste error in there:
and year(manufacturing_end_time) > @month
June 20, 2012 at 7:24 am
Are you doing this in the detail section by any chance? If so, the count is one (for each row).
June 20, 2012 at 7:19 am
The only thing I would add is that you might be looking for RANK or DENSE_RANK instead of ROW_NUMBER, depending on the specs.
June 18, 2012 at 10:14 pm
If you decide to take one of the 2008 exams, try to go before June 30th and get a voucher to take a free 2012 exam: https://www.bsf01.com/creatives/prometric/Microsoft_TwoForOne/TwoForOne_Home.aspx
June 13, 2012 at 8:24 pm
Viewing 11 posts - 16 through 26 (of 26 total)