Viewing 14 posts - 1 through 14 (of 14 total)
Ours is a SuperMicro. 3 days now without problems. My worry factor is dropping.
October 27, 2006 at 8:28 am
FYI on my previous post, regarding memory, we're 64 bit on Win 2003 64-bit, no SServer SP applied.
October 26, 2006 at 3:54 pm
Same problem here, happening once daily. Saw discussion that suggested limiting sql server memory to be less than physical memory. Since it can't hurt, I gave it a try and...
October 26, 2006 at 3:53 pm
use the following:
EXEC sp_helprotect NULL, 'rolename'
September 20, 2006 at 6:57 am
An error of 401 Unauthorized probably means you
a) Don't have default access to the database the report draws from
b) Are using an SSL connection and forgot to enter username/password
If your...
August 3, 2006 at 1:18 pm
I've basically got the same problem, only it doesn't have anything to do with Cognos. It's just on a production MSSQL 7 database I'm DBAing.
I'm new to using MSSQL...
July 17, 2006 at 10:10 am
Just wanted to post our findings here to maybe help others. It was an issue with the Access front-end. Created a new mdb, file, import, select all, select...
April 27, 2006 at 8:44 am
I'm having the same problem. Exact same circumstances except mine will only come up with that error sporadically.
April 26, 2006 at 9:07 pm
I am trying to the get contractor back in here to look at what's going on as when I change from sql authenication to trusted (by adding guest as an...
April 24, 2006 at 11:56 am
the code i am using to connect to the database is the identical class that i have used for countless projects in .net 1.1 and vs 2003 so i don't...
March 16, 2006 at 4:57 pm
The problem is caused by not having variables large enough to store the encrypted data. Because SQL Server was cutting off the encrypted data, decrypting wouldn't work. I...
February 25, 2006 at 5:58 pm
Thanks, Journeyman; unfortunately, the article didn't help. It's about using encryption in .NET, not SQL Server 2005... Does anyone else have any ideas?
January 28, 2006 at 1:33 pm
PW, thank you for fine tuning my code, as you can see, I am still very new to SQL. Here is what I have, but I am still getting...
December 8, 2005 at 8:53 am
Viewing 14 posts - 1 through 14 (of 14 total)