Viewing 15 posts - 106 through 120 (of 434 total)
Try the SP_ADDROLEMEMBER TSQL
EXEC SP_ADDROLEMEMBER N'db_owner', N'user_login'
August 6, 2010 at 6:16 am
Could give you a small check list and you go through the KB link given to setup log shipping.
1) Finalize on the Primary & Stand BY server
2) Create a...
August 6, 2010 at 3:02 am
You know what upsets me about this issue? Lots of companies would not have any second thoughts about doing this with SQL Server but wouldn't dare do this with...
August 6, 2010 at 1:38 am
When you enable lock pages in memory SQL Server will not release in memory to OS, and while starting it will allocate almost all the physical memory, to avoide we...
August 6, 2010 at 1:11 am
You need to create the encrytion key from the backup of the encrytion key from the source DB server.
Please check the following article:
http://www.sqlservercentral.com/articles/Transparent+Data+Encryption/66334/
July 26, 2010 at 1:00 am
If, Total Server Memory (KB) counter is less than the Target Server Memory (KB) counter, then this means that SQL Server has enough memory to run efficiently.
On the other...
July 8, 2010 at 11:36 pm
Shark Energy (7/8/2010)
Will the minimum server memory setting lock it in and prevent it from shrinking?
Yes , if you are capping it yes, SQL Serevr will not release the memory...
July 8, 2010 at 4:47 am
What is SQL Server edition? Is this a STANDARD edition, because LOCK PAGES IN MEMORY is not supported in this edition hence you are not able to LOCK the...
July 8, 2010 at 4:03 am
I dont think the above restore command will run dbcc checkdb. Also , RESTORE will not run DBCC CHECKDB unless you are using a user built in script / trigger...
July 8, 2010 at 3:40 am
Gangadhara MS (7/6/2010)
July 7, 2010 at 1:15 am
Shcherbunov Neil (7/6/2010)
1. I create XXXuser on COMP
2. I create COMP\XXXuser login on MSSQLSERVER2
3. I remove XXXuser from...
July 6, 2010 at 9:55 pm
TRy using sa and specify the port number to which named instance is listening.
July 6, 2010 at 3:52 am
Check if you have problems resolving the name of a computer that is involved in adding the login or group, if yes then you might receive error 15401.
Verify this using...
July 6, 2010 at 3:39 am
Do you have transaction log backup ? if not then schedule it depending on your environment.
Try to put the DB into single user mode , Truncate the log and the...
July 2, 2010 at 12:28 am
Same issue I faced and I have redo the installation with default path. It seems there are two work around
Method 1: Use the default path
Ø ...
July 2, 2010 at 12:08 am
Viewing 15 posts - 106 through 120 (of 434 total)