Viewing 15 posts - 1,741 through 1,755 (of 5,394 total)
Welsh Corgi (3/12/2012)
Thanks those 3rd party controls look nice but I was trying to get around not having to purchase it.
Talend has a free community edition and a DB2 journal...
March 12, 2012 at 6:59 am
Eugene Elutin (3/12/2012)
Jeff Moden (3/12/2012)
March 12, 2012 at 6:56 am
HowardW (3/12/2012)
March 12, 2012 at 6:46 am
No, I'm sorry.
Are you facing some issues?
March 12, 2012 at 5:50 am
Great, glad you solved your issue.
March 12, 2012 at 2:36 am
Linked Servers are not intended for that kind of stuff. OLEDB has a great overhead and is not the ideal tool for massive data movement.
I would suggest trying with SSIS.
March 9, 2012 at 9:50 am
Sure it works, but it won't use indexes.
I would recommend using dynamic SQL in this case.
You can look it up in Erland's article.
March 9, 2012 at 7:22 am
Sounds tasty!
A bit hypercaloric, but tasty! ๐
March 9, 2012 at 7:19 am
Eugene Elutin (3/8/2012)
I wouldn't too, if my database would continuously change the language settings during the day...
๐ You made my day!
I can go home happy now!
March 8, 2012 at 11:21 am
I would not rely on DATENAME.
Try prefixing that code with SET LANGUAGE Italian:
L'impostazione della lingua รจ stata sostituita con Italiano.
-----------------------
2011-12-31 00:00:00.000
(1 row(s) affected)
March 8, 2012 at 10:18 am
I got the newsletter as usual. No issues here.
March 8, 2012 at 9:28 am
With 5 update queries working on the same remote data set, I would download the remote table locally to a temp table.
Have you tried that?
March 8, 2012 at 9:02 am
The most likely cause is a predicate that doesn't get pushed to the linked server and gets resolved locally, after copying the entire remote table in tempdb.
I would try to...
March 8, 2012 at 8:37 am
In as few words as possible: don't trust it when it's high, start worrying when it's low.
March 8, 2012 at 7:47 am
You're right Jeff (as usual)!
Thanks for pointing it out.
March 8, 2012 at 7:10 am
Viewing 15 posts - 1,741 through 1,755 (of 5,394 total)