Viewing 15 posts - 946 through 960 (of 2,062 total)
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
I had the same error when using a defect install media (corrupted/incomplete iso).
With a good iso: no problems at all
May 18, 2010 at 7:21 am
It was the connection option numeric round_abort (Database Properties > Options > Numeric Round-Abort)
Would also work with end result numeric (30,18)
*Probably in combination with Cumulative hotfix 7
May 17, 2010 at 6:27 am
Thanks, I'll try uninstalling Cumulative 7 when I get approval.
May 14, 2010 at 12:40 pm
SQL Server probably needs an extra object with rowinformation (primary key, (non)unique index) in order to enable rowlocking.
With no index, sql server can only lock the table/page as a whole...
May 14, 2010 at 6:12 am
Got it working using
sp_addlinkedserver @server = 'SRVEXTRA'
, @srvproduct = 'SQLSERVER'
, @datasrc = 'BRANDNEW\SRVEXTRA'
...
March 12, 2010 at 2:35 am
In other words.
There is an application MyAPP thats needs info from the database "operation" on server SRVOPS (2000), default instance SRVOPS
It also needs information from database "EXTRA" located on...
March 11, 2010 at 10:14 am
Task manager isn't reliable above 2gb. Try Process Explorer or performance counters.
What does PF stand for? (page faults?)
March 27, 2009 at 5:04 pm
Viewing 15 posts - 946 through 960 (of 2,062 total)