Viewing 15 posts - 4,861 through 4,875 (of 11,678 total)
Using the conditional split is a good start.
Route the insert rows to an OLE DB Destination and write them directly into the destination talbe (make sure to use the fast...
September 13, 2013 at 1:03 am
VegasL (9/12/2013)
I am trying to group by the aggregate results by combining multiple tables, below is what I have, but it is not aggregating as it should. Appreciate the help.
Here...
September 13, 2013 at 12:55 am
dm_tapas (9/13/2013)
The job is running since 3 years,,, last 2 weeks it got failed. Nothing has been changed compare to earlier.
some body suggested to delete and recreate the job.....
September 13, 2013 at 12:49 am
If you want a copy of the remote database, use a backup as HanShi mentioned. Use a copy only backup though to not break the backup chain.
If you want...
September 13, 2013 at 12:47 am
kapil_kk (9/13/2013)
Use SSIS for this... It will be easy 🙂
Not necessarily. If each query returns different metadata, you can't use a dataflow.
September 13, 2013 at 12:42 am
An OLE DB Source needs metadata for the columns. Stored procedures don't have fixed metadata.
Using stored procedures inside an OLE DB Source component
I'd suggest to use a table valued function,...
September 13, 2013 at 12:41 am
dwain.c (9/12/2013)
Which of these is closer to the end of the week?
SELECT DATEADD(millisecond, -1, CAST('2013-09-13' AS DATETIME2))
,DATEADD(microsecond, -1, CAST('2013-09-13' AS DATETIME2))
Too bad SQL Server doesn't support...
September 13, 2013 at 12:34 am
Fal (9/12/2013)
Didn't DBCC Timewarp get deprecated and removed from a previous version of SQL Server before it was released?
That's what they want you to believe.
September 13, 2013 at 12:32 am
This is pretty easy in SSIS:
you loop over the files with a for each loop, pick up the query and use bcp with the queryout option to write it to...
September 13, 2013 at 12:31 am
Very nice question to close off the week.
And kudos for mentioning the default language, so there's less whining in the discussion 😀
September 13, 2013 at 12:27 am
Whisper9999 (9/12/2013)
Koen Verbeeck (9/12/2013)
They can operate side-by-side.
Although at the end I would just use the 2012 SSMS...
September 12, 2013 at 2:41 pm
You can always install the 2005 and 2008 clients to manage their respective servers.
They can operate side-by-side.
Although at the end I would just use the 2012 SSMS to manage everything.
September 12, 2013 at 1:26 pm
Loner (9/12/2013)
I used to have a DTS package using Dynamic property task so when I move from development to QA and to production, I...
September 12, 2013 at 1:04 pm
1) No
2) No
You need BIDS 2005 to edit and save SSIS 2005 packages, BIDS 2008 for 2008 packages and SSDT 2010/2012 for SSIS 2012 packages.
September 12, 2013 at 12:54 pm
Not to call you lazy, but a 1-minute Google search would provide you with the answer. The first result when entering datediff into google gives the Technet documenation page.
Heck, just...
September 12, 2013 at 7:09 am
Viewing 15 posts - 4,861 through 4,875 (of 11,678 total)