Viewing 15 posts - 8,701 through 8,715 (of 9,725 total)
Sorry, Doug. I was out for the weekend so didn't see your replies.
Hmm. BOL says that it includes database fixed roles or user-defined roles. And in testing myself added to...
September 2, 2008 at 4:33 am
Well that's seriously disappointing. I wonder why some people are able to have it installed from scratch and others aren't? There's got to be some setting or something that...
August 30, 2008 at 7:33 am
Is Admin_role a database role or an application role?
August 29, 2008 at 3:10 am
I got it to work for me when checking a database role of db_Owner.
It looks like it checks the current user against a Windows Domain account or checks the database...
August 28, 2008 at 5:20 pm
When you say "lines" do you mean border lines?
August 28, 2008 at 8:22 am
Yeah. I know, Carl. But when I said it was easy, I meant that it's hard to make the result of a Year function unconvertible to a datetime. I knew...
August 28, 2008 at 4:21 am
The speed of SSIS is supposed to be much better in SQL 2008. Apparently MS learned from the 2005 implementation and have added some "umph" to the engine. @=)
August 28, 2008 at 4:09 am
Small example.
In your dataflow, you have the following:
OLE DB Source1 -> Stage_DDA_Rev_Adj
OLE DB Source2 -> CIS_ACCount
--NOTE: Both sources have to be sorted. Advanced Editor, go to last tab, click on...
August 27, 2008 at 12:44 pm
Oh, believe me. I know that pain. I have approximately 150 nested formulas I had to redo from an excel workbook report so I could automate the report.
Nested upon nested...
August 27, 2008 at 10:55 am
Actually, looking back at your example, I'm not even seeing the reason you need to use variables at all. Why not just do your Select statements without them?
Going with...
August 27, 2008 at 10:34 am
gpriester (8/27/2008)
declare @int_num int
select @int_num...
August 27, 2008 at 10:29 am
Jack,
RE: The Age subtraction. Yeah, I did subtract it at home, it's just that fumble fingers didn't type it correctly in her post. @=)
ISDATE()! DOH! I knew...
August 27, 2008 at 10:20 am
The only way I could see doing it is through iteration. Ie, the dreaded cursor or a While Loop.
I've never seen anyone assign values to multiple variables in one statement,...
August 27, 2008 at 8:58 am
I think I just found an odd workaround to this problem.
When I edit the FF connection, it says there are no columns defined. If I go into a copy of...
August 27, 2008 at 4:56 am
If you're trying to avoid using the OLE DB Command in the Data Flow (which I recommend because it's RBAR), then you might try using a Derived Column transformation after...
August 27, 2008 at 3:57 am
Viewing 15 posts - 8,701 through 8,715 (of 9,725 total)