Viewing 15 posts - 121 through 135 (of 372 total)
Does the stored procedure run just as slow in the query window if you have the same SET options as your applications connection?
You should be able to get the applications...
August 11, 2008 at 12:12 pm
ganta_sateesh (8/7/2008)
very useful post thanks a lot. if i keep the option as "when job completes". will it sends if the job success or fails...
Yes. Always a good idea...
August 7, 2008 at 1:41 pm
If you've already tried format files with the bulk insert then using the Script Component will work too.
An example of what the process would look like:
[Flat File Source] ---> [Script...
August 7, 2008 at 12:16 pm
I'm guessing the "" is just formatting, but if not, remove that. Also, check if the account you're running the script under has permission to the [font="Courier New"]C:\Output[/font] folder.
Fso.CopyFile CopyFromSpec,...
August 7, 2008 at 10:41 am
Going under the assumption you're using Reporting Services with SQL 2005.
1) Create a Dataset based on your query
2) Add a Chart control to the Layout
3) From the Dataset, drag the...
August 6, 2008 at 11:30 am
Two things to check. That Windows Firewall is allowing traffic to port 1433 and that remote connections for your SQL instance are enabled.
August 2, 2008 at 2:13 pm
The reason for putting them on different drives basically serves two purposes. One, to improve performance by preventing contention for disk resources between the transaction log and data file. Two,...
July 31, 2008 at 1:05 pm
Using the Foreach Loop container is part of it. In the Foreach container add a Data Flow task. In the Data Flow task modify your connection manager to use...
July 30, 2008 at 4:34 pm
The performance issue may just be that your log started out at an initial size of 1MB-2MB, then grew from there. That can be expensive because each time it autogrows...
July 29, 2008 at 12:01 pm
It might be that you have multiple SMTP servers and need to point to the one that will route to external addresses. For example, the configuration below would use the...
July 18, 2008 at 6:37 am
Since anonymous access was enabled that sounds like an NTFS permission issue on the website folder.
For example, you might have to remove the I_USR_ user and the Users...
July 17, 2008 at 4:37 pm
NuJoizey (7/17/2008)
hey, thanks so much for your response, this got me a step closer - Disabling anonymous does indeed solve the immediate problem of my app not seeming to...
July 17, 2008 at 1:13 pm
I believe you'll find that in RC0 but not the CTP's. And if you have RC0, Activity Monitor can be found as an icon on the toolbar in SSMS or...
July 17, 2008 at 11:35 am
NuJoizey (7/16/2008)
Todd Engen (7/16/2008)
... my app has code in it to recognize who is logged into the current session, and makes certain display choices based on that. If my...
July 16, 2008 at 3:00 pm
... my app has code in it to recognize who is logged into the current session, and makes certain display choices based on that. If my app doesn't recognize...
July 16, 2008 at 2:08 pm
Viewing 15 posts - 121 through 135 (of 372 total)