Viewing 15 posts - 976 through 990 (of 3,666 total)
Koen Verbeeck (9/3/2014)
xsevensinzx (9/3/2014)
September 3, 2014 at 2:12 pm
Are you sure you have the right syntax?
Select Top 1 Column_Is_an_int = @A_number from ....
Unless I didn't get enough sleep and/or not enough coffee, this is not assigning a value...
August 27, 2014 at 2:31 pm
Yes you can do it.
When you run the setup, you will be asked if you want to do a new installation or modify and existing one. (I don't remember the...
August 27, 2014 at 11:16 am
where (t1.steps + t2.steps) IN (4,7,9) Only works for these values, in this example.
August 27, 2014 at 10:07 am
Phil Parkin (8/25/2014)
Unfortunately, the creation of 'global' functions in SSIS is not straightforward. Not a job for an SSIS newbie.
This is my biggest disappointment about SSIS. 🙁
August 27, 2014 at 7:32 am
There's no simple way of doing this in the dataflow.
One way I might do this is to create the basic flatfile as you seem to know how to do, without...
August 26, 2014 at 3:36 pm
What have you done so far to learn how to use the Derived Column Transform?
August 26, 2014 at 3:12 pm
I've done something like this before, but rum manually via Excel macro.
What I did was query MASTER.sys.Databases.
If I got results, I knew the server was running and the results...
August 26, 2014 at 9:02 am
Also check what the Job Activity Monitor is showing for Next Run.
August 21, 2014 at 10:31 am
Michael Valentine Jones (8/19/2014)
Limit the number of forum posts to one or two per day, especially new topics, for a while, say a couple of weeks, after they...
August 19, 2014 at 3:29 pm
Should be doable, but first I need to know why you're subtracting B2 and subtracting from C2? Why not B3 and C3, or B9 and C9? What ...
August 19, 2014 at 3:13 pm
Ed Wagner (8/19/2014)
SQLRNNR (8/19/2014)
Luis Cazares (8/19/2014)
Lynn Pettis (8/19/2014)
August 19, 2014 at 11:33 am
Nilssond (8/14/2014)
CustomerID Tier ...
August 15, 2014 at 3:00 pm
Erin. (8/14/2014)
SELECT ListID FROM DListing WHERE Status = 2
Results return 3 rows.
1234
2345
3456
How can I...
August 15, 2014 at 2:01 pm
Viewing 15 posts - 976 through 990 (of 3,666 total)