Viewing 15 posts - 271 through 285 (of 502 total)
Yes, you can create a linked server from 2005 to 2008.
There are many example scripts in Books Online for using sp_addlinkedserver
May 11, 2010 at 5:36 pm
It will still cause index fragmentation as the pages are moved between files. It seems like an extra step to me. I would just shrink the current file leaving enough...
May 10, 2010 at 4:22 pm
Pause SQL server before restarting it. This will block new sessions but will allow the current ones to finish.
May 10, 2010 at 4:16 pm
I agree that I should have included a disclaimer about using this method. However, my intent was to share my experience and a unique solution to a corruption issue. The...
May 10, 2010 at 2:35 pm
Well, now that you mention it, in one of my more recent posts, I said that considering information in someone else's post, we potentially might have to run the old...
May 6, 2010 at 4:54 pm
SSMS 2008 will work fine to manage the data engine of a SQL 2005 install. However, if you are using Reporting Services you have to connect using http://<servername>/reportserver and you...
May 5, 2010 at 5:46 pm
Our VMware database sits on a physical cluster but I don't see a reason why it couldn't be a VM. Just make sure the Infrastructure guys have sufficient redundancy built...
April 29, 2010 at 5:22 pm
According to the Release Services blog SP2 for SQL 2008 will be in Q3 of 2010 and SP4 for SQL 2005 will be in Q4 of 2010.
http://blogs.msdn.com/sqlreleaseservices/archive/2010/02/12/sql-server-servicing-plans.aspx
April 28, 2010 at 10:05 am
According to BOL the distributor will need to be on the 2008 server.
A Distributor can be any version as long as it is greater than or equal to the Publisher...
April 19, 2010 at 3:21 pm
SQL Server Agent Proxies may be what you are looking for.
April 16, 2010 at 4:25 pm
You could also use SQLCMD. Just create an operating system job step like this on serverA:
SQLCMD.exe -E -S serverB -Q "BACKUP DATABSE <databasename> TO DISK = 'c:\databasename.bak'"
April 9, 2010 at 4:43 pm
Why not both?
It sounds like you are already log shipping to a secondary site. You could use clustering at your primary site and mirror to a stand alone server at...
April 9, 2010 at 3:53 pm
Sounds like you found the issue. Without knowing your system I would recommend limiting max memory for SQL to something around 3GB so it doesn't consume all the available memory...
April 1, 2010 at 5:13 pm
pshaship (3/25/2010)
I have installed Upgrade adviser on Server A and I need to analyze the databases which are on Server B (Production)
Just uncheck the Reporting Services check box on the...
March 25, 2010 at 3:41 pm
Viewing 15 posts - 271 through 285 (of 502 total)