Viewing 15 posts - 9,466 through 9,480 (of 9,641 total)
The explanation is more complex than the implementation as all I did was create a job that starts a job when the data has changed. Also the folks I...
March 22, 2007 at 7:25 am
Yeah, I looked at that, I do have Enterprise Edition, but don't want the complexity that comes with it as I am a consultant and won't be around to...
March 19, 2007 at 6:35 pm
Good Article that gave me some ideas. Here is an SP I created after reading the article that combines it all in 1 place, plus additions that you can...
March 12, 2007 at 10:29 am
The right thing for the customer is to notify Amazon about the error at the time of purchase. The right thing for Amazon is to not charge those who...
February 16, 2007 at 5:23 am
We didn't need to test it, I am sure it will work. Wow, that is a statement I don't think any developer should make.
Also, if the DB is down...
February 8, 2007 at 7:38 am
I agree with Andy about saving information, but when I made that suggestion I was thinking about places where I have worked, and, to be honest, most users, in my...
February 8, 2007 at 7:15 am
I think most, if not all, SSC members would agree that you should handle such an error gracefully, and let the user know what happened.
As far as being...
February 8, 2007 at 6:47 am
I am pretty sure that VB.NET is converting the Nulls to Nothing which is not the same as null. You should check your parameters for Nothing in VB.NET and...
February 7, 2007 at 6:42 am
Are you doing this from within a trigger or another function?
January 30, 2007 at 10:28 am
SSC is the best resource I have found to troubleshoot SQL Server problems. I have probably learned something from each of the top 20 posters as I see their...
January 23, 2007 at 6:04 am
I thought it was an excellent article and another tool to troubleshoot issues. Certainly table size would come into play, but this is just a way to look at space...
August 31, 2006 at 6:47 am
Have you considered passing in XML and then using the SQL XML functions to create the temp table, or better yet a table variable?
August 10, 2006 at 6:26 am
I would use:
where date_added between DateAdd(Month, -6, Getdate()) and DateAdd(Month, -3, GetDate())
August 3, 2006 at 9:21 am
I have looked into this as well. The only way I have found that this can be done is to create a data-driven subscription which will provide the File Name.
July 18, 2006 at 8:54 am
The on ly time I have seen this happen is when the subreport is not in the same project as the main report. Are you having this problem in the...
July 18, 2006 at 8:48 am
Viewing 15 posts - 9,466 through 9,480 (of 9,641 total)