Viewing 15 posts - 2,266 through 2,280 (of 2,635 total)
I suggest that you also look at your data and set your max column lengths to a realistic number. 255 characters seems too long for any name or address, not...
Greg
August 24, 2005 at 10:26 am
MSDE is a free redistributable version that can be included in applications.
Here's the MS description of the uses for MSDE version:
http://www.microsoft.com/sql/evaluation/overview/default.mspx
Greg
Greg
August 24, 2005 at 9:46 am
ALTER PROCEDURE permissions are not transferrable, according to BoL. See "Alter procedure" in BoL.
I suggest, as Remi was getting at, that you add the user to the fixed database...
Greg
August 24, 2005 at 9:40 am
Jan,
I think you'll need to use an activeX task to modify the workflow. There's a method illustrated on http://www.sqldts.com that you probably can modify to fit your need. See...
Greg
August 24, 2005 at 9:09 am
Since it doesn't sound like you are currently backing up the transaction logs, do you want to do it for "point in time" or "point of failure" recovery or are...
Greg
August 23, 2005 at 12:11 pm
Sanyjay,
If you know the interval between exports, you can schedule the DTS package to run at that interval. If it depends on certain data being in a source table, you...
Greg
August 22, 2005 at 11:00 am
Could you explain in more detail what you're trying to do? Do you have two text files that you'd like to import to the same table in SQL Server?
Greg
Greg
August 22, 2005 at 10:50 am
I don't know of a way to change something in all the packages without opening each one, but here's a thread that describes several ways to avoid that situation: Greg
August 19, 2005 at 9:21 am
Use the TEXT data type. See 'text data type' in BookonLine.
Greg
Greg
August 17, 2005 at 9:07 am
SET DATEFIRST 1 makes Monday the first day of the week. SET DATEFIRST 7 makes Sunday the first day of the week.
From BOL:
Sets the first day of...
Greg
August 16, 2005 at 10:00 am
I'm glad it worked for you. I had to learn the hard way through trial and error. No use everyone going through that!
Greg
Greg
August 16, 2005 at 9:15 am
Hi Cheryl,
Yes, you can change a connection without having to recreate the Transform Data task.
First, create Data Link connection in the package. Then, open the properties of the OLE DB...
Greg
August 15, 2005 at 5:34 pm
Kevin,
This article on SQLDTS.com describes your problem and suggests using the DTSStepScriptResult constants to get around it. I haven't used it myself, but remembered seeing it on the site.
Greg
http://www.sqldts.com/default.aspx?211
Greg
August 11, 2005 at 5:08 pm
Hi Helen,
That will work. You'll end up with two packages with different names and different owners. This isn't a work around for your original problem, however, because you can't save the...
Greg
August 11, 2005 at 11:56 am
I wonder if this custom task will be updated to work with SSIS in SQL Server 2005. I'd be cautious about using it in packages that will be run in...
Greg
August 10, 2005 at 2:25 pm
Viewing 15 posts - 2,266 through 2,280 (of 2,635 total)