Viewing 15 posts - 3,616 through 3,630 (of 11,678 total)
Nice question, but the explanation doesn't mention why the order of casting vs order by changes. (because of adding the T alias in the second statement)
March 4, 2014 at 12:13 am
sqlbuddy123 (3/3/2014)
yashuvp (2/3/2014)
I am importing data from SQL server into Oracle Database and it's taking too much time. I tried both Native OLD DB and Oracle DB but non of...
March 4, 2014 at 12:01 am
Maybe you need to prefix the schema to the table?
March 3, 2014 at 9:58 am
Grant Fritchey (2/28/2014)
And if you need to you can use ASC or DESC to directly control the sort order of ORDER BY, but ASC, or ascending, is the default behavior.
Thank...
February 28, 2014 at 4:01 am
With project deployment, you cannot use the MSDB database and the SSIS service.
You need to install a database engine and enable the SSIS catalog (which creates the SSISDB database).
You can...
February 28, 2014 at 3:46 am
SELECT Child_ID,Age (months),Height(cm),sex
FROM MyTable
ORDER BY Child_ID;
February 28, 2014 at 3:14 am
Grant Fritchey (2/27/2014)
Koen Verbeeck (2/27/2014)
February 28, 2014 at 1:50 am
Did you install the Oracle Client and the ODAC components?
Did you configure TNSNAMES.ORA?
February 28, 2014 at 12:26 am
Are you using the package or project deployment model?
February 28, 2014 at 12:22 am
What is your locale?
If "2/27/2014 13:30" is interpreted like "dd/mm/yyyy", you have a problem.
February 28, 2014 at 12:19 am
Grant Fritchey (2/27/2014)
Koen Verbeeck (2/27/2014)
February 27, 2014 at 11:48 pm
There's a new developer conference in Belgium: Techorama (which replaces two conferences: the Community Day, an organization of all the user groups, and TechDays, a scaled down TechEd-like MS event)....
February 27, 2014 at 12:51 pm
GilaMonster (2/27/2014)
Koen Verbeeck (2/27/2014)
Maybe you can create an indexed view.Maybe, maybe not. Might make other things worse, might not be possible. No way to tell.
That's why I started with "maybe"...
February 27, 2014 at 6:52 am
Viewing 15 posts - 3,616 through 3,630 (of 11,678 total)