Viewing 15 posts - 1 through 15 (of 349 total)
What is the error message you are getting when you try to connect with that id? If default database is set as that database then when logging in with default...
January 3, 2012 at 12:18 pm
No that's not possible. If you need a backup then take it in Primary server.
August 23, 2010 at 3:11 am
Request you to read the article http://sqlskills.com/blogs/paul/post/Search-Engine-QA-12-Should-you-create-multiple-files-for-a-user-DB-on-a-multi-core-box.aspx by Paul Randal.. Number of files actually depends on how you are going to utilize your tempdb.
August 23, 2010 at 3:01 am
Ravi
We have enabled TDE in our environment and it's not impacting much performance since the db is medium used OLTP application. We have taken the backup of certificates used and...
August 23, 2010 at 2:51 am
Have you restarted SQL Server Services after dropping and recreating the server name in SQL? This is a mandatory step for the change to become effective. If you do this...
August 23, 2010 at 2:42 am
I agree with Jeff. We don't deploy CU or hotfix unless or until we are sure that it's gonna fix the problem in the server. CU are mainly focused on...
August 22, 2010 at 8:58 pm
Try the white paper from Microsoft under inplace upgrade section.
August 22, 2010 at 8:52 pm
PAGE compression uses algorithm for compression so there is will be minor performance impact compared to ROW where as you can get very good compression ratio.
If the table is heavily...
August 22, 2010 at 8:45 pm
hmm why do you want 64bit executable's in 32 bit folder? Can you try to change the path to some other folder and then give a try?
August 22, 2010 at 8:33 pm
If you have admin rights (i.e permission to stop and start the service) in that server then the icon will be displayed properly, else it will be shown as white...
August 22, 2010 at 8:27 pm
It's always not necessary to create tempdb files based on your processor count. You can check the info given by Paul Randal
If you have an high speed disk then...
August 22, 2010 at 8:24 pm
Do the 4th step manually. Don't go on assumption. Drop the existing SQL Server name and create it.
Check the server name using
SELECT @@SERVERNAME
SELECT SERVERPROPERTY('SERVERNAME')
In addition to this check the...
August 22, 2010 at 8:15 pm
Since it's named instance can you make sure whether Service broker service is enabled for that instance?
Make sure the credentials used is properly set.
August 22, 2010 at 8:08 pm
Have you enabled Lock pages in Memory for SQL Service account? If not provide the permission to SQL Service account. We faced similar problem (i.e memory is always full and...
August 22, 2010 at 6:54 am
Viewing 15 posts - 1 through 15 (of 349 total)