Viewing 15 posts - 4,906 through 4,920 (of 9,643 total)
You definitely should communicate your concerns with your manager and get it in writing at least in an email, so when something you are concerned about happens, you can point...
June 3, 2009 at 9:15 am
John is right. I just wanted to comment that shrinking your database is not normally a good idea. There is usually a reason why it grew and it...
June 3, 2009 at 8:59 am
Can you provide the SQL Statement and a general idea of the layout you need?
Odds are you can do this with a table control with a group on Employee and...
June 3, 2009 at 8:51 am
I use the Variables.TaskName to get the Task and ComponentMetaData.Name to get the name of the step (which is the script task). Check out this article[/url] in which I...
June 3, 2009 at 8:49 am
How many rows are you inserting/updating at a time? How often are you doing the updates/inserts? Is SSIS an option? Does it have to be real time...
June 3, 2009 at 8:35 am
Can you get an execution plan and attach it? Here's a video on JumstartTV that explains how to upload an execution plan to SSC (free registration required).
By using a...
June 3, 2009 at 8:28 am
I'd check the security. Who are you connecting as?
How about adding another Catch block to handle a SQLClient error? Perhaps you will get a more specific error message.
June 3, 2009 at 8:21 am
Thanks Michael.
That is a better solution. I did too quick a solution.
June 3, 2009 at 8:15 am
Start here.
You will create a job, add a step, and put the SP call in the job step. Then create a schedule for the job. The link I...
June 3, 2009 at 8:14 am
What OS is the SQL Server on? I have had this problem when testing on VISTA where it is a security issue.
June 3, 2009 at 8:06 am
Hey Ram,
We need a lot more information. Where are you seeing the term DOCID maps? What application are using?
June 3, 2009 at 8:00 am
David,
What are you trying to find out with your trace? Knowing what you are tracing is great, but without knowing what you are trying to accomplish it is impossible...
June 3, 2009 at 7:59 am
By default the ReportServer only keeps Execution History for 60 days. I found this with this query:
select
Value
from
ConfigurationInfo
where
[Name]...
June 3, 2009 at 7:55 am
Paul,
I really like this idea of handling it with an "error" in the dataset. It's much simpler than manipulating the subscriptions jobs.
June 3, 2009 at 7:04 am
Adam,
I probably came across as being critical of you by using the word "roast" and that was not my intent. Perhaps I should have said "being taken to task"...
June 2, 2009 at 3:15 pm
Viewing 15 posts - 4,906 through 4,920 (of 9,643 total)