Viewing 10 posts - 61 through 70 (of 70 total)
Tried adding a CAST to all columns returned in the source (which is an ADO.NET source pointing to the DB2 database) and still got the error when it ran as...
May 2, 2008 at 12:23 pm
Yeah.....I thought about a stored proc to creat a temp table and go that route but I actually liked the concept of having a more structured output.
I'm always looking at...
April 30, 2008 at 8:48 am
Dynamic is gonna cause the problem there......maybe someone else knows a way of doing a SELECT statement with a dynamic number of Select fields but I've never come across one.
Here's...
April 30, 2008 at 6:32 am
I still have the concern about the configuration connection....
Is that a static connection that is always pointing to the same database or does it become dynamic somehow.
Let me explain my...
April 25, 2008 at 5:47 am
I have never worked with an OLTP Database before and really don't know anything about them.
The reason there are triggers firing all over the place for what I'm doing.....
The Application...
April 15, 2008 at 2:51 pm
Okay, so all these triggers I'm making.....it doesn't really matter whether they go in the App database or the Reporting Database.....if they cause any lag then that lag is going...
April 15, 2008 at 12:35 pm
Paul Williams (4/8/2008)
Why don't you use SQL Server as the config repository with a separate db for each env, each db sitting on each instance.
This seemed like the best bet...
April 8, 2008 at 8:45 am
Can anyone even just supply some possible concepts for me to research?
Totally at a dead end with this at the moment.
April 3, 2008 at 7:07 am
Thanks for everyone's responses.
I ended up taking it to the next level because there's really a double check that needs to be done to be 100% sure that you will...
February 20, 2008 at 1:30 pm
Chirag (2/14/2008)
HiYou can use information_schema.table_constraints.
Have you ever tried this for a Default Value Constraint?
I can't find any trace of the constraint in question within that schema anywhere. Even...
February 18, 2008 at 9:18 am
Viewing 10 posts - 61 through 70 (of 70 total)