Viewing 15 posts - 121 through 135 (of 157 total)
When I was consulting, the first thing I would ask for when I arrived at a new workplace was a copy of the coding standard. On the occasions when...
May 16, 2008 at 10:18 am
In my opinion, there is a continuum. The larger a project and its development team is, the more important consistency becomes. At one former position, it was my...
May 16, 2008 at 7:38 am
I own a bass guitar, and on occasion I use it to produce various sounds, but to say that I play it would require a serious re-definition of the verb....
May 15, 2008 at 12:17 pm
Without more details, I don't know if I can be of help. In the SQL Agent job properties, have you verified that the owner is correct? If...
May 12, 2008 at 8:25 am
You could use a batch file to set standard naming prior to the actual call to SSIS:
import.bat:
rename xbouns.A%1 xbouns.bar
rename xbouns.B%1 xbouns.baz
rename xbouns.C%1 xbouns.yah
etc...
dtexec /f "C:\SSIS_Projects\loadfiles.dtsx
c:\>import 18
It's not terribly elegant, but...
April 29, 2008 at 6:50 am
I've not done any 1099 contracting, but I was a W2 contractor for almost 7 years with 3 different providers of various sizes. One of the things that I...
April 24, 2008 at 10:13 am
I tend to say Sequel, unless I am in a group of folks who all say ess-que-ell. I like the sound of squeal though. It definately brings the...
April 24, 2008 at 9:03 am
Grant Fritchey (3/28/2008)
Honestly, neither.What scares me is medical data.
I have to agree. Medical data is definately its own kind of stress. That's what I've been dealing with...
March 28, 2008 at 7:01 am
I've had to to the gantlet style interview before and gotten the job, but I've never liked being hammered on by 5 people at once. I always assumed that...
March 4, 2008 at 8:12 am
Andrew Watson (2/26/2008)
February 26, 2008 at 6:29 am
Jay H (2/19/2008)
I am newbie to batch files. Any help would be appreciated.
I want to execute a dtsx package first and when complete execute an ant file.
First, I want to...
February 25, 2008 at 2:52 pm
SQL King (2/5/2008)
February 5, 2008 at 1:18 pm
SQL King (2/5/2008)
February 5, 2008 at 10:50 am
jsheldon (1/29/2008)
questions:
If the values coming in from the flat file do not contain blanks at all, can I bypass the NULL reference? Also in Derived Column what do...
January 30, 2008 at 6:18 am
As a professional caveat, I'd advise against attaching files of live patient data to posts. You should redact the names or other personally identifiable information of any kind before...
January 29, 2008 at 2:36 pm
Viewing 15 posts - 121 through 135 (of 157 total)