Viewing 15 posts - 256 through 270 (of 2,635 total)
I assume you're using a Transform Data task to copy the data. In the Source tab of the task, use a SQL query rather than just selecting a table...
Greg
September 25, 2009 at 10:07 am
You're trying to import a char column (DBTYPE_STR) into a smallint column (DBTYPE_I2). Try using CAST or CONVERT when selecting the source data rather than just doing a column...
Greg
September 24, 2009 at 3:00 pm
No. You'll have to drop the full-text indexes associated with the catalog before you drop the catalog itself. See 'full-text datalogs, removing' in BOL.
You're sure you...
Greg
September 24, 2009 at 2:21 pm
I have to agree with Sergey that it's unlikely someone would be able to decrypt the password from the script, but you can store the script in a secured directory...
Greg
September 23, 2009 at 2:55 pm
Then I suggest you do the catalog rebuild. We had to do that with full-text catalogs after upgrading.
Greg
September 23, 2009 at 9:55 am
I believe that file is used by full-text search. Has the database been upgraded from SQL 2000 by any chance? To fix it, try rebuilding the full-text catalog.
Greg
September 22, 2009 at 3:10 pm
The link works now. Must have been a transient problem.
In any case, here are the stored procedures:
sp_enum_dtspackagelog
sp_enum_dtspackages
sp_enum_dtssteplog
sp_enum_dtstasklog
sp_get_dtspackage
sp_get_dtsversion
sp_drop_dtspackage
sp_add_dtspackage
Greg
September 18, 2009 at 10:13 am
Duplicate post. Direct replies here: http://www.sqlservercentral.com/Forums/Topic789390-364-1.aspx
Greg
September 17, 2009 at 10:02 am
Duplicate post. Direct replies here: http://www.sqlservercentral.com/Forums/Topic789390-364-1.aspx
Greg
September 17, 2009 at 10:01 am
Duplicate post. Direct replies here: http://www.sqlservercentral.com/Forums/Topic789390-364-1.aspx
Greg
September 17, 2009 at 10:00 am
I'm not clear about where everything is located. Are the upload job and upload package on the same server as the .TXT files? If not, change the connection...
Greg
September 17, 2009 at 9:58 am
Here's how I've done it.
1. Download and install the SQL 2000 DTS Designer components and DTS runtime components http://www.microsoft.com/downloads/details.aspx?FamilyID=df0ba5aa-b4bd-4705-aa0a-b477ba72a9cb&DisplayLang=en.
2. Save the DTS packages in the SQL 2000 instance...
Greg
September 16, 2009 at 4:20 pm
SanthoshViswanathan,
Do you execute packages in agent jobs? If so, is the DTSRun command in plain text or is it encrypted? If a user can see the DTSRun command...
Greg
September 16, 2009 at 10:07 am
Restoring a database from a backup restores everything in the database, including users and permissions.
If you need to copy only permissions, you'll have to script them. There are several...
Greg
September 15, 2009 at 9:17 am
Viewing 15 posts - 256 through 270 (of 2,635 total)