Viewing 15 posts - 2,266 through 2,280 (of 2,636 total)
What happens in the case that there is a record (that comes directly from the bank) which it actually contains more than 8060 bytes? Taking in acount the current situation...
August 25, 2005 at 1:09 pm
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...
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
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...
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...
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...
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...
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
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:
August 19, 2005 at 9:21 am
Use the TEXT data type. See 'text data type' in BookonLine.
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...
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
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...
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
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...
August 11, 2005 at 11:56 am
Viewing 15 posts - 2,266 through 2,280 (of 2,636 total)