Viewing 15 posts - 1,891 through 1,905 (of 2,009 total)
Yes, this is most likely a security issue. More than likely the account your SQLServerAgent is using no longer has access to the files you want to import. To find...
June 1, 2006 at 8:18 am
Perhaps it's a syntax issue, are there any errors being reported? Have you turned on logging on the package itself and also if you're calling it from the cmd line...
June 1, 2006 at 6:42 am
Yeah, Sometimes it just helps to have another set of eyes take a look at something. I have a freind that routinely makes things more complicated than they have to...
June 1, 2006 at 6:15 am
More than likely you're problem lies here...
"Cannot insert the value NULL into column 'nomEmple', table 'bdValeE.dbo.tbSaldos'; column does not allow nulls. "
What is different about the data when you...
May 31, 2006 at 9:28 am
Can I ask a Silly question? How's come you are using DTS to load your data from the text file and not CF? You could use a txt file datasource...
May 26, 2006 at 9:03 am
Yeah, All I'm saying is that you should have your Sproc return a value 0 for everythign went ok, 1 for a problem or whatever you choose. Then in your...
May 26, 2006 at 7:18 am
Yes you could shut down remote access to your SQL server the easiest way would probablys be either at your border router, or your firewall during times while you are...
May 26, 2006 at 7:14 am
You could add a failure constraint to the last step in your package. If it fails you package fails, and if something else fails before that your package fails... You...
May 25, 2006 at 2:18 pm
Resource domains came from Windows NT and were things that most companies started to get away from once active directory came around. If you're interested you could read about them...
May 25, 2006 at 1:49 pm
I'd suggest that if you are only putting them in that group for the sake of SQL sercurity and have no other security or distribution access levels controlled by that ...
May 25, 2006 at 1:30 pm
The VPN bit would be the solution for you, a cheap CISCO Pix VPN can be obtained for around $425 and they're very easy to configure, however if you can't...
May 25, 2006 at 1:19 pm
That worked perfectly. Thanks very much.
Yeah it was Disconnected Edit|connections|textfile(destination)|OLE DB Properties | Max Characters per delimited Column.
What was your question? you said "One question though" and nothign more.
May 25, 2006 at 1:05 pm
What Markus said was correct. MS SQL is a much more mature database system. It provides you with many things that MY SQL doesn't. But at the end of the...
May 25, 2006 at 12:59 pm
ok I see what you're doing, Set up the entire select into variables instead of half and half.
Thanks.
May 18, 2006 at 8:52 am
I guess this is all mute because I was able to acomplish it using Temp Tables, but I'd still be interested in any ideas on what I was doing wrong...
May 18, 2006 at 8:27 am
Viewing 15 posts - 1,891 through 1,905 (of 2,009 total)