Viewing 15 posts - 1 through 15 (of 34 total)
Jason Whitney (10/1/2009)
jcrawf02 (10/1/2009)
Nadrek (10/1/2009)
jcrawf02 (10/1/2009)
Why would you want the db to do this? Why wouldn't you require the application to..[clipped]..the app takes care of the rest.
I'm a DBA,...
October 2, 2009 at 3:52 am
Arguably you could have the start/end dates at both levels! It really depends on the strategy you organisation takes. You might decide to have a particular promotion running for a...
October 1, 2009 at 4:16 am
Hey Jeff,
Good article. It's great that you and others are continuing to drive home the fundamentals of good code practices!!
Rob.
January 16, 2009 at 4:51 am
Hey,
If you have the ability to develop something in .NET then that's by far the best path to follow.
You should be able to build a windows service that will monitor...
January 15, 2009 at 7:52 am
Great article.
Very nicely explained and a great concept.
Rob.
January 8, 2009 at 10:34 am
Great article. I use almost the exact same architecture and it works a treat!
The main benefit that I have found it being able to identify exactly what data in the...
December 12, 2008 at 2:53 am
OK sorry for the delay in replying again... not sure what the issue could be without seeing the specifics of package. Have you tried to get a very simple package...
December 11, 2008 at 7:39 am
I think this is the misunderstanding.
You can use SQL Express edition as a data source within SSIS however you will need SQL Satndard edition to implement SSIS itself. That would...
December 10, 2008 at 7:49 am
MrsPost (12/10/2008)
...When using the application and going into 'new record' mode on a form the app will grab the value from TableB, increment by...
December 10, 2008 at 7:18 am
In that case then these are the two most likely causes of your issue:
1. You've misspelled the variable name. Might sound silly but it's worth checking and then checking again!
2....
December 10, 2008 at 7:12 am
If I understand your issue correctly then a script transform is in fact just what you're looking for, check out the following link which should tell you all you need...
December 10, 2008 at 6:35 am
Is this a script task (control flow) or component (data flow)? If in the data flow then you can only access variables in some methods, e.g. preexecute, postexecute. From memory...
December 10, 2008 at 6:15 am
Kumar,
You need to give more detail before anyone can attempt to help you with this issue.
There is no standard procedure / function etc in SQL Server by this name and...
December 10, 2008 at 4:57 am
This doesn't solve the issue you are experiencing but why do you need to have this is a distributed transaction when you are only changing data in one database, the...
December 8, 2008 at 6:54 am
Jeff you beat me to it. I would most certainly look at using Transactional Replication to solve this issue, assuming that's going to be suitable for your environment.
However the...
December 8, 2008 at 6:41 am
Viewing 15 posts - 1 through 15 (of 34 total)