Viewing 15 posts - 271 through 285 (of 1,364 total)
http://msdn.microsoft.com/en-us/library/ms188283.aspx
You need to grant membership to one of these roles.
MJ
October 21, 2009 at 1:40 pm
Is FullTextSearch service running under the Network Service account?
Check this-->http://www.sqlservercentral.com/Forums/Topic309073-146-1.aspx
MJ
October 21, 2009 at 12:19 pm
Regarding your second point read
ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/udb9/html/2d7cc40a-47e8-4419-9b2b-7c69f700e806.htm
MJ
October 20, 2009 at 5:22 pm
SELECT
name, description,suser_sname(ownersid)
FROM
msdb.dbo.sysdtspackages90
Try the above code from http://sqlblogcasts.com/blogs/acalvett/.
MJ
October 19, 2009 at 9:04 pm
AlexSQLForums,
See how your answers are acting as a FULL GLASS OF MILK for a thirsty crow so kindly don't waste your time answering him.
Thank you,
Manu
October 19, 2009 at 7:48 pm
Some infor regarding rowmodctr:
It counts the total number of inserted, deleted, or updated rows since the last time statistics were updated for the table.
0 = Index is partitioned when indid...
October 19, 2009 at 7:31 pm
Try to run the transaction log copy job command under query analyzer and see if it copies the files or not. Seems to be a permission issue altogether.
Also, while executing...
October 16, 2009 at 5:03 pm
You can simply restore msdb from a backup that you have made as long as no one is using it. That really means to just stop the SQL Server...
October 16, 2009 at 3:08 pm
If your db crashes for whatever reason, you have to backup your transaction log so that you can do point in time recovery. This last backup is called Tail log...
October 16, 2009 at 3:03 pm
I know you will ask this question,why you didn't ask them to close the connections properly?
Give us their email id's we will order them to close it.....LOL
MJ
October 16, 2009 at 2:25 pm
Is your job owner an non-sysadmin account? Try changing it tosa and see if it works.
MJ
October 16, 2009 at 12:34 pm
You can setup the database on the secondary server manually by using RESTORE DATABASE with an undo file. Then in the log shipping setup, you tell it that the database...
October 15, 2009 at 5:38 pm
Another thing that has worked for me when shrinking when there truly is free space - expand the file by a little bit and then run the command that Jeff...
October 15, 2009 at 5:32 pm
Viewing 15 posts - 271 through 285 (of 1,364 total)