Viewing 15 posts - 256 through 270 (of 2,636 total)
"RTM" means "Release to Manufacturing". It's generally the first publicly available version of the software. You can and should apply service pack 4 to it if you intend...
September 25, 2009 at 10:50 am
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...
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...
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...
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...
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.
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.
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
September 18, 2009 at 10:13 am
Duplicate post. Direct replies here: http://www.sqlservercentral.com/Forums/Topic789390-364-1.aspx
September 17, 2009 at 10:02 am
Duplicate post. Direct replies here: http://www.sqlservercentral.com/Forums/Topic789390-364-1.aspx
September 17, 2009 at 10:01 am
Duplicate post. Direct replies here: http://www.sqlservercentral.com/Forums/Topic789390-364-1.aspx
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...
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...
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...
September 16, 2009 at 10:07 am
Viewing 15 posts - 256 through 270 (of 2,636 total)