Viewing 15 posts - 721 through 735 (of 1,069 total)
Please check database roles SQLAgentUserRole, SQLAgentReaderRole, and SQLAgentOperatorRole on msdb database.
March 2, 2010 at 2:10 am
Joe-420121 (2/22/2010)
update i set i.name= 'MR Y' from inventory i with (NOLOCK)...
February 22, 2010 at 10:41 pm
sys.dm_exec_sessions -- 2005
sysprocesses -- 2000
February 18, 2010 at 5:50 am
Anamika (2/17/2010)
Thanks a lot for your inputs.
I'm working on those.
and i have installed performance dashboard reports to find out the time taking queries.
Once i find some significant...
February 17, 2010 at 10:53 pm
mitch.fh (2/17/2010)
But I must say, I tried to put the clusterd key index in another filegroup and it worked.
I not saying that it makes sense about it...
February 17, 2010 at 5:09 am
Congratulations!
About the books please see this http://www.sqlservercentral.com/Forums/Topic852227-10-1.aspx
If you move your post to Careers->Certification you might receive more replies.
Wish you all the best.
Suresh
February 16, 2010 at 6:15 am
2 GB RAM is not enough for a server with 200 GB database. You need to add more RAM.
February 16, 2010 at 5:19 am
luckysql.kinda (2/16/2010)
create table Empdetails(empid int , empname varchar)
We noticed that there was no primary key...
February 16, 2010 at 5:10 am
parthi-1705 (2/11/2010)
What is the Need of Files and filegroup backups
I created a database with
.......
checked --(Partial Database Restore Operations )
http://support.microsoft.com/kb/281122
......
RESTORE DATABASE Sales
FILEGROUP = 'SalesGroup1',
FILEGROUP...
February 12, 2010 at 3:04 am
1) Run DBCC OPENTRAN and see what are the open transactions.
2) I don't think replication is failing due to Tlog full. Confirm the reason for replication failure. Replication has log...
February 8, 2010 at 11:24 pm
Barkingdog (2/4/2010)
February 5, 2010 at 3:32 am
Dominic Gagné (2/1/2010)
I'd like to earn a MCTS certification in SQL Server 2008 Administration and development (exam 70-432 and 70-433). What do I need to pass the exam? Is the...
February 5, 2010 at 2:38 am
mahesh.vsp (2/3/2010)
I have a question on server Level configurations when we are going for 2008 migration from 2000. What all parameters can i set to the 2008 instance to...
February 5, 2010 at 1:56 am
jared-709193 (1/29/2010)
February 4, 2010 at 11:08 pm
BACKUP CERTIFICATE MyServerCert
TO FILE = 'C:\MyServerCert.backup'
WITH PRIVATE KEY (FILE = 'C:\MyServerCert_PrivateKey.backup',
ENCRYPTION BY PASSWORD = 'xxxxxxx');
GO
February 3, 2010 at 12:28 am
Viewing 15 posts - 721 through 735 (of 1,069 total)