Viewing 15 posts - 721 through 735 (of 2,044 total)
Thanks, that is from the management studio. Is there a commandline equivalent?
January 16, 2014 at 10:39 am
Maybe you can ask the oracle engine to convert it to xml first (instead of clob). Possible example[/url]
January 12, 2014 at 12:49 pm
Not sure if it is fixed yet but discusses about casting it as xml-type in openquery
January 9, 2014 at 9:25 am
Haven't it used in sql server
Add a line with execute as?[/url]
Perhaps better:
DDL-triggers evaluating eventdata on INSERT/UPDATE/DELETE/MERGE/TRUNCATE...
January 2, 2014 at 9:11 am
TWH (10/16/2013)
How do you keep current with SQL Server?
Mostly sqlservercentral, blogs including other technologies, and yearly ms community days
TWH (10/16/2013)
How do you decide what to read / follow?
Skip items included...
October 18, 2013 at 4:43 am
Welcome Erland,
Agreed the CTP-forums had their time now.
About sql 2012, it is fairly new, runs best (?) on windows 2012 (also new) and above all had its licensing changed (cores...
July 15, 2013 at 10:51 am
Have a pleasant stay in Afghanistan Lynn
June 16, 2013 at 3:43 am
We install manually after the blank os on the virtual machine has been provided. Usually takes two weeks to a month before it gets planned in. Bigger items a year...
May 24, 2013 at 5:06 am
Have no experience with realtime replication. How realtime is it (ns, ms, minutes...). Is it realtime part oneway (oracle+msql) to ms sql server?
Triggers have a disadvantages
May 23, 2013 at 10:11 am
Hopefully MS finds something.
Oracle Net services tuning (buffers).
Have you checked that offload/chimney on the nic is off? Can cause troubles.
May 1, 2013 at 3:15 pm
Congratulations Wayne and Jason with your MCM
April 18, 2013 at 2:22 am
Hello Nicolas,
Where does the condition GROUPED.TOTAL_DURATION = AL3.DURATION come from?
You could also try to use a "WITH clause"
WITH mysubquery AS
(SELECT ...)
SELECT EXTRA.*
FROM EXTRA
INNER JOIN mysubquery on extra.X=mysubquery.Y
My attempt to an...
April 3, 2013 at 12:47 pm
Does the oracle universal installer mentions that the odbc-driver is installed?
What version of the 11g driver did you install 32-bit or 64-bit, instantclient vs full client?
*
Search this forum on SSIS...
March 25, 2013 at 10:35 am
Viewing 15 posts - 721 through 735 (of 2,044 total)