Viewing 15 posts - 76 through 90 (of 104 total)
Thanks, Lynn. I will try to follow the article's recommendations.
--create table
CREATE TABLE [dbo].[ACADEMICCALENDAR](
[ACADEMIC_YEAR] [varchar](4) NOT NULL,
[ACADEMIC_TERM] [varchar](10) NOT NULL,
[ACADEMIC_SESSION] [varchar](10) NOT NULL,
[START_DATE] [datetime] NULL,
[END_DATE] [datetime] NULL
CONSTRAINT [ACACALENDAR_PK] PRIMARY KEY...
August 3, 2009 at 9:02 am
I really appreciate these helpful videos. I'm having some technical difficulty, though. I can only see about 2/3 of the screen while viewing the video. (I can't see the right-hand...
April 30, 2009 at 8:08 am
Thanks, Bob! That's exactly what I needed! 😀
April 17, 2009 at 6:43 am
This is going be a stupid question, I'm sure, but why would you use Open Row Set as opposed to just setting up a linked server and using the 4-part...
March 31, 2009 at 1:13 pm
Please forgive me if my question is completely idiotic. I've been running SQL Server 2005 for nearly a year now and I've used BIDS to develop SSIS packages, etc... I...
March 17, 2009 at 2:01 pm
Leju Geevarghese (1/27/2009)
January 27, 2009 at 1:28 pm
I'm a bit confused about why my TLog backups aren't freeing up the space in the log files. My TLogs grow to mammoth proportions once I run my db maintenance...
January 12, 2009 at 7:56 am
Eureka! I finally found my problem. Would you believe that you can't run a .bat with a UNC path? This is a big pain in the butt because if I...
November 25, 2008 at 9:25 am
Ok, so I wrapped the whole thing in a .bat and set it up as an "Execute Process Task" in SSIS. If I run it from BIDS, it works. If...
November 25, 2008 at 7:52 am
Lynn,
You're right. My problem was that I developed the package in BIDS and saved it using the "encrypt sensitive data with user key." Then when I imported it back in,...
November 24, 2008 at 12:20 pm
Everyone,
Thank you for your hints. I'm still having trouble. I logged onto the server under the SQL Server agent account and ran psftp from the command line prompt, answered Y...
November 24, 2008 at 7:27 am
I'm having this same problem. It runs fine from BIDS or even directly from SSMS when connected to Integration Services on the server. However, when I schedule it, it just...
November 20, 2008 at 10:43 am
I figured out my own answer! (for once--ha!) I added a cd line in my bat file to change to the directory I wanted first. Then the mput worked fine.
November 18, 2008 at 12:51 pm
Can anybody tell me the correct syntax for mput to put in a directory beneath the root? I can get it to work with put one file at a time,...
November 18, 2008 at 11:53 am
Thank you so much, Wayne! That worked beautifully. I really appreciate your help!
Do you have any idea how to keep the PSFTP piece from opening up the command line window...
November 17, 2008 at 9:35 am
Viewing 15 posts - 76 through 90 (of 104 total)