Viewing 15 posts - 31 through 45 (of 284 total)
sp_help_revlogin will not copy any server roles assigned to the logins. That will be an additional step.
Also, just a side note, because I ran into this.... the default database...
October 26, 2011 at 11:53 am
Another culprit may be your antivirus software. In our environment, we use McAfee and we have to make an AV exception on the SQL servers that use Database Mail...
July 6, 2011 at 8:45 am
If I were doing this, I would modify the Currency table to include [ExchangeStartDate] and [ExchangeEndDate] fields. Then I would use a range in the join clause of the...
December 17, 2010 at 9:54 am
I have a couple of situations where I need to invoke a process on another server, either directly or by kicking off an "unscheduled" Scheduled Task on another server. ...
December 15, 2010 at 6:57 am
I do something similar to poll all of my DB servers:
1) Set up a SQL Task and populate a recordset user variable with server instances and database names
2) Set up...
December 9, 2010 at 8:03 am
When you place the Flat File Destination component into your Data Flow, you can create a New flat file connection manager. In your case, once the output connection is...
November 12, 2010 at 12:48 pm
I haven't done it - but this video by Brian Knight "Loading Binary Files into SQL Server Using SSIS
" looks like a good place to start http://www.sqlshare.com/Media.aspx?vid=62
October 28, 2010 at 10:02 am
See this article by Jeff Moden about using the "tally table" approach for splitting delimited strings. First time I used it, it took some time to wrap my head...
October 25, 2010 at 9:23 am
You don't necessarily have to execute the package. In the Data Reader Source component, you will note that you have nothing in the Column Mapping tab until it has...
October 21, 2010 at 11:44 am
It looks like a you could use a Data Flow task to accomplish this. You should store your login info in a Package configuration and set up your connection...
October 21, 2010 at 9:22 am
Why do you need an alpha component in your key? Does each different alpha prefix need to begin incrementing at 1?
October 15, 2010 at 9:24 am
That is not related to the structure of the file; it is related to how your windows client is set up. Excel is set as the default application to...
October 15, 2010 at 9:17 am
I use the iSeries ODBC driver provided by IBM. Nothing fancy in the ODBC data source set up. Just the IP address, login info, and default db -...
October 8, 2010 at 7:32 am
We run a few dozen daily production SSIS jobs. I have my all of my package configs stored in SQL server in a single database. We have implemented...
October 6, 2010 at 12:55 pm
It is an incremental update. Thanks for the reply.
October 6, 2010 at 7:13 am
Viewing 15 posts - 31 through 45 (of 284 total)