Viewing 9 posts - 1 through 9 (of 9 total)
I sort of expected that answer, so I have added the ability to choose a report format when the pie chart isn't sufficient. But I had another thought. ...
March 14, 2008 at 11:36 am
I use this as part of our application security.
this proc can be executed once the login has been added to the server:
CREATE PROCEDURE [ADMIN].[s_addWindowsUserToDB]
@username varchar(50),
...
December 14, 2007 at 9:15 am
Try this:
Using BIDS, create an SSIS package with the following components:
1) a script task that builds the file name you are looking for -- put it into a variable
2) an...
November 6, 2007 at 9:57 am
I had a similar situation which I solved in this manner:
I created a task to retrieve the file that indicates the real file has arrived successfully. (in your case the...
November 5, 2007 at 10:24 am
Good article. I use most of your suggestions already. However, I use the SSIS log provider for Text files and just let each package execution append to the end of...
September 20, 2007 at 10:08 am
Or perhaps you could add links at the top to direct the reader to whatever section -- 2000, 2005, 2008. Myself, I scroll past all of the 7, 2000 stuff...
July 17, 2007 at 9:11 am
Thanks, Camilo, for the answer. Unfortunately, the option is already set to True. Got any other ideas?
June 4, 2007 at 10:59 am
Winston,
I encountered the same issue and found information in BOL. The pertinent line for me was "Note, by default, the add Web reference functionality in Visual Studio always uses Kerberos...
June 4, 2007 at 10:23 am
That looks like it just might do the trick. I'll give it a try.
Thank you.
January 30, 2007 at 1:30 pm
Viewing 9 posts - 1 through 9 (of 9 total)