Viewing 15 posts - 1 through 15 (of 136 total)
Bah! SQL doesn't enable ownership chaining by default.
https://msdn.microsoft.com/en-us/library/bb669059(v=vs.110).aspx
July 26, 2016 at 3:10 pm
A trigger that did an insert into a logging table was the cause of the problem. Anyone know why the job would have a problem with a trigger when...
August 7, 2014 at 2:13 pm
Andy,
Must be fixed width fields, otherwise you could spedify the delimeter in the BCP command. In the case of fixed width files, you could bcp into a generic table:
create...
November 11, 2002 at 12:55 pm
Interesting solution. Thanks for bringing those undocumented xp's to light. 🙂
Personally, I'd do a couple things different. It's probably the programmer in me, but I'd replace...
November 8, 2002 at 5:03 pm
Hmmmmm Log to a desktop? Sounds feasable to me. These days the lines between workstation and server blur so easily.
Now that figures. Find an elegant solution to outragous...
August 26, 2002 at 11:42 pm
Wait for approval - now that's a good one! Ok, if not full blown SQL Server, how about the MSDE engine? Install Visio 2000 and you get it thrown...
August 26, 2002 at 10:55 pm
How is the user executing the DTS package?
August 26, 2002 at 9:52 am
Sounds like a nightmare. I don't suppose you could install SQL on the NT box that's downloading the files?
Another question. Which will run more efficiently? Reading a...
August 26, 2002 at 9:48 am
The DBA and the Network guys are always going to be at odds. From a networking perspective, it makes more sense to copy the downloaded file onto a share...
August 24, 2002 at 10:53 am
I have a really dumb question. Why not use the logging functionality built into DTS? What does your logging add that DTS logging doesn't have?
Thanks,
John
August 24, 2002 at 10:34 am
Brendon,
Are you saying you don't know what the remote users' machine name? If you do, and your working with admin permissions on the remote users workstation; \\workstation\c$\...
August 24, 2002 at 10:14 am
Found a much easier solution! Still uses a VB application, but makes a single API call to download the file. Matter of fact, it's called URLDownloadToFile. Here's...
August 23, 2002 at 3:24 pm
Yup. Datetime field wouldn't have lost any data...
August 22, 2002 at 11:36 am
Viewing 15 posts - 1 through 15 (of 136 total)