Viewing 15 posts - 16 through 30 (of 53 total)
Another approach, hand for debuggin conectivity issues is
telnet ip
May 16, 2007 at 11:00 am
It appears that your server is extremely busy and is hitting a bottle neck somewhere. In the initial posting by Michael their was a deadlock that either was caused by...
May 2, 2007 at 9:07 am
You probably already did this as part of the db migration. Microsoft says to run DBCC UPDATE USAGE after migrating from 2000 to 2005. It's just a one time deal.
May 2, 2007 at 8:53 am
Almost always, any issues with SQL Server disk devices are always caused by problems at a lower level in the IO subssytem, controllers, DISK, firmware or OS. I would look in...
April 25, 2007 at 7:37 am
I usually associate CXPacket waits with network delays. The client can't accept the result set fast enough to keep up with the server, so the server waits with the CXPacket...
April 25, 2007 at 7:27 am
I assume you are way ahead of this by now. The error is caused by data type mismatch between whats in the relational data warehouse, and the data type of...
April 17, 2007 at 10:40 am
Will the processors be Intel or AMD? Do you get to choose? The AMD runs both 32 bit and 64 bit seemlessly. Itanium runs a 64 bit architecture, so 32...
April 2, 2007 at 8:42 am
I'm having difficulty determining your environment. I gather that the DTS packages are on 2005. The relational data, the data mart, is also in 2005. And lastly, the Cubes are...
March 21, 2007 at 12:57 pm
Ultimately it boils down to 32 bit versus 64 bit addressability. For 32 bit to address above the 2 GB line, AWE is the solution. But it has limitations as...
January 19, 2007 at 7:08 am
Make sure Allow Remote Questions is checked in the Connection Properties. You'll have to log on locally.
January 19, 2007 at 7:02 am
If the DBCC repair doesn't fix the problem another idea is to copy over the database .mdf and .ldf files and run a sp_attach_db.
Check the database id of the...
January 5, 2007 at 7:02 am
The OLAP Administrators group is for Creating dimensions and cubes. Users are added to Roles to access a OLAP database.
Your problem is a network one. It will be caused by...
December 21, 2006 at 7:54 am
The answer to question one is the default database size will be whatever the size of the model database is; at least for the data portion. The log file is...
December 20, 2006 at 8:18 am
The answer to question one is the default database size will be whatever the size of the model database is; at least for the data portion. The log file is...
December 20, 2006 at 8:18 am
49 | nocase34.850 | Strict compatibility with Version 1.x case-insensitive databases | SQL_1xCompat_Cp850_CI_AS_KI_WI |
sp_helpsort provides a lot of info.
When I had to recreate a servers character set and sort order, I installed my best guess,...
December 20, 2006 at 7:41 am
Viewing 15 posts - 16 through 30 (of 53 total)