Viewing 15 posts - 23,986 through 24,000 (of 26,484 total)
Because it is the last table.
October 29, 2008 at 1:26 pm
Would help to see the complete query.
October 29, 2008 at 1:22 pm
Frances L (10/29/2008)
has hire_date, rehired_Date, Termination_Date.
I want to
select rehired_date as hire_date when terminate_date
How to write this statement ?
ig:
hired_date as 10/1/07
termination...
October 29, 2008 at 1:09 pm
Tommy, don't think that is what (MERGE in SQL 2008) the OP is looking for. Original post indicated 4 tables with 100 records each, into one table with 400...
October 29, 2008 at 1:01 pm
Sounds like a Running Totals type query. Please read this article written by Jeff Moden, it should help you.
http://www.sqlservercentral.com/articles/Advanced+Querying/61716/
October 29, 2008 at 12:52 pm
Just a little more info. Are all four tables completely identical, or are there only 4 fields that are identical? If there are other fields that aren't, do...
October 29, 2008 at 12:49 pm
Write a query using a CROSS JOIN or two against you biggest tables. That may slow your query down enough.
October 29, 2008 at 12:44 pm
David Reed (10/29/2008)
:sick:
Laugh if ye...
October 29, 2008 at 12:38 pm
So, to paraphrase your spreadseet, Fiscal Year 2009 starts the first day after the last Saturday in February (2/24/2008) and ends the on the last Saturday of February in the...
October 29, 2008 at 12:24 pm
Got to ask, what is the fiscal year? Also, what do you consider a fiscal month?
October 29, 2008 at 10:26 am
Any differences in execution plans between dev and prod?
October 29, 2008 at 10:05 am
I've been working with SQL Server for about 12 years now. I use BOL regularly. I also have a portable library in my car with about 8 SQL...
October 29, 2008 at 10:02 am
In your data flow, yes, add a lookup. If successful, do an update. If it fails, do an insert.
October 29, 2008 at 9:55 am
Just like you would have to if creating a permanent table. Base the column types off the data you are going to load from your queries.
October 29, 2008 at 9:38 am
To be safe, I'd disable the job while deploying a fully tested update to the SSIS package.
October 29, 2008 at 9:12 am
Viewing 15 posts - 23,986 through 24,000 (of 26,484 total)