Viewing 15 posts - 136 through 150 (of 240 total)
tmcdermid (11/18/2010)
1. Create a simple "control" table in SQL.
....
The above will allow you to keep each package very simple - each package only processes one...
November 18, 2010 at 10:46 am
sqlrunner (11/18/2010)
I have a question. How many different transformations do you have? That is to say, of the '100' different incoming files, how many SSIS packages...
November 18, 2010 at 10:40 am
Here's the scenario I'd like to be able to create with SSIS -- similar to what I know I can do in a C# app:
1) I'd begin monitoring a folder,...
November 17, 2010 at 9:09 pm
Looks to me like it ought to work.
Any possibility you're using a case-sensitive collation on the database (or that column) that would cause 'gbp' and 'GBP' to not match?
November 3, 2010 at 10:12 am
I think we need a little more information:
-- what are column names?
-- is there some sort of ID column?
-- what data type is the field that can...
November 3, 2010 at 9:53 am
Lynn,
That's brilliant. And just what I needed.
Thanks!
October 28, 2010 at 8:51 pm
sharath.chalamgari (10/28/2010)
Really did not understand your requirments why you are getting diffrence in months between 0 and the getdate and then adding back to it
This is a common way...
October 28, 2010 at 12:27 pm
Wow -- Lowell beat me to the response. At least we came up with the same answer!
October 28, 2010 at 11:16 am
Joe,
I see two issues here.
First, you can't use an expression for a column alias. The query compiler will not evaluate your expression prior to its trying to execute the statement....
October 28, 2010 at 11:15 am
You can't do what you want to do on just a "plain" query stored in a file or keyed in, but...
You can (and should) create a stored procedure to contain...
October 27, 2010 at 6:18 pm
Does that network location actually exist? (i.e., are the folders already present?) Can it be reached successfully from the machine on which SQL is running? Does the account you and/or...
October 20, 2010 at 9:49 am
You can do this with the ReportViewer control that ships with .NET/VS. Create your .aspx page, drop a ReportViewer control on it (lives under the Data tab in the Toolbox...
October 18, 2010 at 4:21 pm
WayneS (10/16/2010)
The keys in a clustered index are used...
October 18, 2010 at 9:13 am
The GUIDs are generated by client side apps (.NET/C#) in an application that has been running smoothly for a couple of years now -- I don't think the developers would...
October 15, 2010 at 4:52 pm
Viewing 15 posts - 136 through 150 (of 240 total)