Viewing 15 posts - 961 through 975 (of 2,085 total)
As gathered from the forums SSIS-designer uses the 32-bit driver, when SQL Server actually executes it it uses the 64-bit driver.
Do you have both oracleclient versions installed?
December 21, 2010 at 1:49 am
Shrinking should stay. Had an archival run on Oracle leaving 50% free. To shrink it I had to move all the objects to a new tablespace, "shrink" the original and...
December 10, 2010 at 8:40 pm
Thanks for the input. I'll start with the books online
October 22, 2010 at 7:53 am
Turning off & on logshipping will require reinitialization. (full backup + new logfiles).
Mayhaps is it possible to delete the old data in sustainable batches for logshipping?
October 11, 2010 at 9:13 am
be sure that the correct datatypes are used , not relying on implicit conversions
October 8, 2010 at 5:43 pm
I would choose 64-bit to minimize 64-to-32 bit conversions
October 7, 2010 at 12:59 pm
What do folks normally use to view the data from a database if Access forms are not use? If this is more of a design question I can ask it...
October 6, 2010 at 1:44 pm
Enterprise Architect can do ERD but I haven't used it much yet.
October 4, 2010 at 4:14 pm
Have a look at
For cannot obtain rowset you'll have to create sp_tables_info_rowset_64
I can't find the original MS KB for it at the moment
Found it:
September 24, 2010 at 12:49 pm
Raw Materials & Dilbert are of great humor to break the day.
Even ctrl+al+del is available in book/paperback.
September 16, 2010 at 2:10 pm
There wouldn't be a 64-bit Jet Driver. Perhaps with the latest Office2010-64bit edition
With SSIS
http://www.sqlservercentral.com/articles/Integration+Services+%28SSIS%29/70636/
August 25, 2010 at 1:22 pm
I prefer to store the current in a live table and the history table. This way you don't have to join the live table for just 1 entry, which can...
July 30, 2010 at 12:56 pm
Sometimes a reboot is required in order to fully install the oracle client
July 15, 2010 at 3:35 pm
Have a look at the performance counters (windows)
SQLServer:Memory Manager: Total Server Memory (KB) : total memory for instance
SQLServer:Memory Manager: Target Server Memory (KB) : wanted memory for instance
they give an...
May 25, 2010 at 2:09 am
Consider setting max memory values for the instances. Leave some memory for the operating system (+- 2 GB)
May 20, 2010 at 3:30 pm
Viewing 15 posts - 961 through 975 (of 2,085 total)