Viewing 15 posts - 5,956 through 5,970 (of 11,678 total)
wolfkillj (1/22/2013)
January 23, 2013 at 12:46 am
What you possible could do is create an abstraction layer in SQL Server. You can create a view for every table, which just selects all the data from the DB2...
January 22, 2013 at 7:26 am
What's the question?
January 21, 2013 at 7:20 am
What do you mean with "word document style"?
January 21, 2013 at 5:56 am
Hugo Kornelis (1/21/2013)
January 21, 2013 at 3:25 am
Sean Pearce (1/21/2013)
Since when did SQL Server start copying Excel?
Since SQL Server 2012 apparently 😉
Other functions "stolen" from other languages: choose, iif, format and concat
January 21, 2013 at 2:53 am
Jeff Moden (1/20/2013)
Have you used DQS in an actual production environment? If so, do you have an specific examples...
January 21, 2013 at 2:38 am
January 21, 2013 at 2:34 am
It might be easier to change the datatypes in the destination table.
You can also use the data conversion component. It's still manual, but at least you have a checkbox to...
January 21, 2013 at 2:31 am
You need to use the IIF function.
January 21, 2013 at 2:26 am
Your question is a bit broad.
I'd suggest you start reading a book, such as SQL Server 2012 Query Performance Tuning.
I'm also pretty sure if you enter "sql server query tuning"...
January 21, 2013 at 2:25 am
Please do not crosspost. It wastes peoples time and fragments replies.
Original thread can be found here: http://www.sqlservercentral.com/Forums/Topic1409425-392-1.aspx
January 21, 2013 at 2:20 am
Easy one, thanks 🙂
I selected the answers one could expect, because it would be pretty sad if they messed up a brand new function 😀
January 21, 2013 at 12:12 am
Always hard to answer a question with no documented behaviour without running it 😉
January 18, 2013 at 12:35 am
Viewing 15 posts - 5,956 through 5,970 (of 11,678 total)