Viewing 15 posts - 331 through 345 (of 1,539 total)
dba_neo (4/12/2010)
Team,in one of my prod server we are facing performance problem for a particular dB as users are complaining of slow response time.
I suggest you go through these 2...
April 12, 2010 at 10:39 am
how is the call center setup? Do they work from one location (and copy databases to different locations) OR do they work from each location where database gets copied?
April 12, 2010 at 10:37 am
I once faced similar issue and found that one of the applications was continously trying to connect to db. As soon as i restarted server, that app would connect to...
April 12, 2010 at 8:54 am
d.m.amine (4/12/2010)
I have a problem at a requet
I want it displayed the same brand product
for example
given DB is like this:
product_id | brand
-----------------------------
P1 | 300
P2 | 300
P3 | 300
P4 |...
April 12, 2010 at 8:51 am
amalanto (4/9/2010)
I want to know that this non clustered index will refer clustered index(primary key) or not?
If a table is having clustered index, the non-clustered keys point to the...
April 9, 2010 at 6:29 am
repair_allow_data_loss is the minimum repair level for the errors found by DBCC CHECKDB
You will lose data from the corrupted pages. If you're okay with data loss you can...
April 7, 2010 at 8:35 am
bryan van ritter (4/7/2010)
another question. is there a way to suggest a user has db-owner rights, to make a trigger which prevents the user from doing a backup/restore or...
April 7, 2010 at 8:15 am
I guess no. db owner will have sufficient rights to perform backup restores.
Instead, find out what all privilages that particular user requires, give him those specific rights and remove...
April 7, 2010 at 8:00 am
some of the pages of ur databases are corrupt. Do you have a clean backup from where u can restore the database?
April 7, 2010 at 6:45 am
AFAIK, resource database is a read only database containing system objects that cannot be attached and used as a user database. Never tried attaching it though..
April 7, 2010 at 6:35 am
Paul White NZ (4/7/2010)
Paul White NZ (4/4/2010)
Might have saved some time by visiting it...?
I should have :w00t:
April 7, 2010 at 6:29 am
From technet: http://technet.microsoft.com/en-us/library/cc966495.aspx
Any logon that requires permissions to perform backup or restore operations should be provided membership in the following SQL Server roles:
Server Role : sysadmin
DB role : db_backupoperator, dbo_owner
Permissions...
April 7, 2010 at 6:23 am
I've faced this issue in the past. For me, manually registering the SPN resolved the issue.
Here is the syntax for the same.. This has to be run by a domain...
April 7, 2010 at 6:17 am
If these are production servers, then strict no-no to do any kind of testing on them or else if something goes wrong u'll find urself nowhere.
April 6, 2010 at 11:45 am
then setup clustering between the two servers. Once it is successfully done, start with sql setup. Follow the link i gave earlier.
April 6, 2010 at 11:39 am
Viewing 15 posts - 331 through 345 (of 1,539 total)