Viewing 15 posts - 481 through 495 (of 860 total)
mail.pnreddy (3/21/2011)
Here are the steps i followed.
Change the DB back to Simple If it is in Full mode.
Change it back to Full mode.
Use T-sql
DBCC...
March 22, 2011 at 6:01 am
Marios Philippopoulos (3/19/2011)
Is your sql instance on 32- or 64-bit platform?
What is the RAM on the server?
Is the instance sharing resources with other applications...
March 21, 2011 at 6:15 am
Patricia Johnson (3/19/2011)
I am getting this message:
...cannot be reorganized because page level locking is disabled....
March 20, 2011 at 12:57 am
March 18, 2011 at 6:54 am
March 13, 2011 at 12:36 am
bbsr (3/10/2011)
use the gui to create logins.
What the GUI shows . Attach me the screen shot.
March 10, 2011 at 11:29 pm
Grant,
Oh... i didn't read it fullly.
---
You changed your picture 🙂
March 10, 2011 at 8:14 am
mymail.default (3/9/2011)
A single stmt stored proc (the stmt is basically a view from many tables) takes about 11-12 sec. from an app. However, it runs instantaneously in SSMS.
Any ideas as...
March 10, 2011 at 4:38 am
bbsr (3/9/2011)
i log in using my windows credentials and have read and write permission.
You don't have permission to do this.
You didn't replied my 1st question
March 10, 2011 at 4:21 am
bbsr (3/9/2011)
hi,How do you execute a DBCC command on a database which is hidden....
You can't run.
How your are create the login gui or script.
What permission do you have ?
March 9, 2011 at 11:15 am
sean.massey (3/6/2011)
Hi,Can you run dbcc checkdb on the database 'mssqlsystemresource'.
How to run ?
March 9, 2011 at 4:58 am
Jeff you are right.
I think the alternative way is create a sperate user for the application and give necessary rights to the user.
February 28, 2011 at 11:05 pm
gsuvarnarekha (2/28/2011)
Hi,Is any problem for user having the public role?
Thanks
Rekha
Rekha
Public role couldn't have permision to view that table.
Give the grant VIEW ANY DEFINITION to public role.
February 28, 2011 at 5:35 am
Go google..
The minimum permissions that are required to see the corresponding row are CREATE DATABASE, ALTER ANY DATABASE, or VIEW ANY DEFINITION.
February 28, 2011 at 4:28 am
Viewing 15 posts - 481 through 495 (of 860 total)