Viewing 15 posts - 541 through 555 (of 1,655 total)
Do you know Google? just type SQL server logshipping and you will find everything you want to know.
Here's a starter http://www.informit.com/articles/article.aspx?p=331402
January 8, 2009 at 2:38 am
Books online has a pretty detailed step-by-step instruction about how to install SQL Server on a cluster.
Start here http://msdn.microsoft.com/en-us/library/ms179410(SQL.90).aspx
January 8, 2009 at 2:36 am
T.Papachristopoulos (1/7/2009)
Well what does it make this safer than just removing all the roles?
Because public still has certain permissions and someone might add more permission to that role.
T.Papachristopoulos (1/7/2009)
January 7, 2009 at 8:50 am
It depends.
If the Primary keys are created with a clustered index, then don't place them on the index filegroup because the clustered index contains all the data.
If you create...
January 7, 2009 at 7:59 am
Oops, maybe I should have tested it before posting. But if you look in BOL you will find the reason why it's not working:
You cannot use ALTER_LOGIN with the DISABLE...
January 7, 2009 at 7:51 am
In SQL 2005 you actually can disable logins.
ALTER LOGIN [BUILTIN\Administrators] DISABLE
GO
This should solve your problem.
January 7, 2009 at 7:04 am
SQL DBA (1/7/2009)
I need differences between Roles, Schemas, Users and Logins. Can anyone help me. Thanks in advance
You call yourself SQL DBA and ask such a basic question ?
As...
January 7, 2009 at 6:23 am
Moreno (12/30/2008)
December 30, 2008 at 11:29 am
I just tested it on my system and the parameter work fine for me.
Do you receive any error ?
Which version of SQL 2008 are you using?
December 30, 2008 at 3:34 am
nivedita.kathal (12/29/2008)
I am working on a SQL job which generally fails once in two weeks (approx.). the job is running in SQL server 2000.while opening the sql profiler i can...
December 29, 2008 at 4:21 am
The native SQL backup and the maintenance plans only support backups to local tape drives.
If your server doesn't have a local tape drive, this option will be disabled. If...
December 29, 2008 at 4:11 am
HKwai (12/17/2008)
December 22, 2008 at 6:59 am
sowju.j (12/22/2008)
HiHow to enable Database Mail feature first time in SqlServer 2005.
can any body help me....
If you simply want to enable it use the Surface Area Configuration tool. If you...
December 22, 2008 at 6:49 am
No, you need to uninstall the developer edition and then install Standard.
As an alternative you could install a new instance using the standard edition.
December 22, 2008 at 6:40 am
Either create scripts for all the jobs or use the Transfer Jobs task in SSIS.
December 22, 2008 at 4:24 am
Viewing 15 posts - 541 through 555 (of 1,655 total)