Viewing 15 posts - 286 through 300 (of 756 total)
What do you see on your SQL Error logs?
August 30, 2011 at 9:19 am
Maybe you can be experiencing network problems!
August 30, 2011 at 9:18 am
If you have the SQL Server 2008 DVD you can install the client tools from it.
August 30, 2011 at 9:17 am
Gianluca Sartori (8/26/2011)
SELECT DB_NAME() AS database_name,
PR.name AS principal_name,
PE.permission_name,
OBJECT_NAME(PE.major_id) AS...
August 26, 2011 at 6:39 am
Where the user ever able to log into the database? and Did you or one of your colleagues change anything on the SQL Server?
August 26, 2011 at 6:10 am
OLDCHAPPY (8/26/2011)
Ignacio A. Salom Rangel (8/26/2011)Have you try removing the problem users from the Windows Group and adding them again? Is there any change that the specific users have been...
August 26, 2011 at 6:06 am
August 26, 2011 at 5:48 am
Check the section "Adding Security to the OLAP Cube" in this link.
August 26, 2011 at 5:45 am
OLDCHAPPY (8/26/2011)
i did create a duplicate group with the same properties and db mappings and added my...
August 26, 2011 at 5:37 am
george sibbald (7/18/2009)
August 24, 2011 at 11:23 am
Could you please give more information and tell me if the following is correct:
1- You have two SQL server editions on your Server (SQL 2000 and SQL 2005)
2- When running...
August 24, 2011 at 11:19 am
hor_netuk (8/24/2011)
This might help http://technet.microsoft.com/en-us/library/cc512725.aspxFor the little I've done in Sharepoint, I have to say I found the technet articles quite good to follow.
H.
Excellent tip!
August 24, 2011 at 10:57 am
Viewing 15 posts - 286 through 300 (of 756 total)