Viewing 15 posts - 6,301 through 6,315 (of 11,678 total)
All the SSxS (SSIS, SSAS, SSRS, SSMS).
SSDT and BIDS.
CDC (change data capture)
sa
dbo
mdf
ndf
ldf
These are the first that pop into my head.
November 6, 2012 at 5:28 am
How are you so sure OLE DB doesn't support it?
What errors do you get?
It might be necessary to edit the mapping files located in C:\Program Files\Microsoft SQL Server\100\DTS\MappingFiles.
November 6, 2012 at 4:53 am
A join will not work, as it cannot incorporate the logic that you need results sets in groups of 5.
You can try to write a LEFT OUTER JOIN, and then...
November 6, 2012 at 4:26 am
It looks a lot like a newsletter style report (at least for the notes field).
http://blog.hoegaerden.be/2012/11/01/creating-multiple-column-reports/
November 6, 2012 at 3:57 am
rmudway (11/6/2012)
Well... i dont need the historical data too be that fast, so it can reside whereever SQL puts it. But i do need the...
November 6, 2012 at 1:06 am
rmudway (11/6/2012)
sanket kokane (11/6/2012)
I hear you on that one and not like that option/switch very...
November 6, 2012 at 12:52 am
Normally I would go for option 1, as it minimizes code duplication.
Although 16 sources are lot, which can give issues if there's memory pressure:
http://www.mattmasson.com/index.php/2012/01/too-many-sources-in-a-data-flow/
And maintaining a UNION ALL with 16...
November 6, 2012 at 12:11 am
Tarun Jaggi (11/6/2012)
No issue with the query.As I mentioned this error doesn't comes very often. 10 in 160 (less than 10%) times this error comes.
I see you use the parameter...
November 6, 2012 at 12:07 am
Are their problems with the query?
What happens if you run them in SSMS (if possible)? Do they succeed?
November 5, 2012 at 11:51 pm
thedavegray (11/5/2012)
Joie Andrew (11/5/2012)
November 5, 2012 at 11:43 pm
Yes, there's only a destination, not a source.
You need to write a script component as a source to read from the object variable where the recordset is stored in.
Somehow using...
November 5, 2012 at 11:36 pm
sanket kokane (11/5/2012)
Also consider this as your very last options.To speed up your DB check,first check if there any scope for Query Tuning.
I wouldn't consider this the last option....
November 5, 2012 at 6:58 am
Validation can take a long time if some connections are slow or do not respond at all.
If a connection cannot be made, the validation process waits for a time-out.
November 5, 2012 at 4:51 am
Ells (11/5/2012)
November 5, 2012 at 2:11 am
Viewing 15 posts - 6,301 through 6,315 (of 11,678 total)