Viewing 15 posts - 1 through 15 (of 35 total)
Hi,
I'm in the same situation as you, I think I'm going to use this book to study:
Regards,
Jose S. Oyervides.
July 7, 2010 at 7:23 am
Hi Nikki,
You have to have permissions (any) in order to see anything else, this is new from SQL 2005.
You can try with:
USE <your_db>
GO
GRANT VIEW DEFINITION TO <user>
Which will grant the...
January 5, 2010 at 9:01 am
Hi,
I'm not sure is related to the issue you are seeing, but I think you should run cluster and SQL services with different accounts, this way you can change their...
December 30, 2009 at 8:06 am
Hi,
What are the security properties of the linked server? What message is he viewing when he is triying to access?
Regards,
Jose Santiago Oyervides.
December 29, 2009 at 5:10 pm
Hi,
Ideally, you should rebuild the indexes only when their fragmentation is above 30%, if you are rebuilding all indexes, then you only need to update the column statistics:
Regards,
Jose...
December 29, 2009 at 12:08 pm
Hi,
You can check the status with:
select * from sys.databases
also, you can check in the ERRORLOG (SQL) or Event Viewer if something happened with those databases.
Regards.
Jose S. Oyervides.
December 28, 2009 at 5:35 pm
You need to setup delegation in order to the server be able to pass the user's credentials to the another SQL Server.
SPN stands for "Service Principal Name".
Check this article:
December 18, 2009 at 8:52 am
It's possible.
Just select in the General tab: backup log: transaction log and in Options tab select "Back up the tail of the log, and leave the database in the restoring...
December 16, 2009 at 8:53 am
Hi,
Some time ago I made a script in Powershell to script all linked servers:
http://practicascomunes.blogspot.com/2008/08/utilizando-poweshell-con-sql-2005-smo.html
It's written in spanish, but I think you can translate it with google.
Hope it...
December 8, 2009 at 8:24 am
Hi,
What does return this?
select @@version
December 3, 2009 at 10:02 am
Hi,
How are you going to handle the drop-create users in the backup server? Do you have your scripts ready for this?
I would suggest also disabling all jobs in primary server...
November 30, 2009 at 8:35 am
Hi,
You need the linked servers between them to make it work, otherwise, how are you going to establish the connection?
Regards,
Jose Santiago Oyervides.
November 25, 2009 at 4:36 pm
Ok, You can try different options to make it work.
You can try this:
1. Extract the msi file from the SP3 installer file (you can use 7-zip) and run it from...
November 20, 2009 at 2:31 pm
Hi,
Can you check you have this file: C:\WINDOWS\Installer\18cecb4.msi
Keep in mind that the folder c:\windows\installer is hidden, you have to explicitely type it.
Regards
JSO.
November 20, 2009 at 1:58 pm
Hi,
There could several actions to make it work.
First, make sure you are running the installer locally, when checking for the logs look for the string "return value 3", most of...
November 20, 2009 at 12:33 pm
Viewing 15 posts - 1 through 15 (of 35 total)