No announcements
Found 3140960 threads
-
0 Votes
Moving Sharepoint databases to another SQL Server
Can we move configuration database itself to new server ?Answered | 6 Replies | 1426 Views | Created by Nayan N - Friday, September 25, 2015 12:07 PM | Last reply by Trevor Seward - Friday, September 25, 2015 9:17 PM -
0 Votes
SQL Server 2000 databases not visible
Hi Dale, In Windows System Monitor, "SQL Server:Database" performance object can display and measure counters only for the first 99 database of each ...Answered | 4 Replies | 4720 Views | Created by DaleTurley - Monday, May 18, 2009 1:30 PM | Last reply by DaleTurley - Wednesday, June 10, 2009 10:25 PM -
1 Votes
Moving Content DB to another drive in same server
Now fire up SQL Management Studio and detach the target database in SQL Server.Answered | 20 Replies | 12333 Views | Created by Manoj V - Monday, February 1, 2010 5:41 AM | Last reply by Cornelius J. van Dyk - Tuesday, November 27, 2012 5:18 PM -
0 Votes
SQL Server 2000 migration to SQL Server 2008
Hi, I think you may also refer to the following link to move logins from SQL Server 2000 to SQL Server ...Answered | 2 Replies | 5184 Views | Created by Or348 - Wednesday, August 11, 2010 4:28 AM | Last reply by KJian_ - Tuesday, August 17, 2010 9:15 AM -
3 Votes
SQL 2008 Express and SQL 2000 on same server
In addition to the already mentioned information, be aware that a database file can be attached to one database instance at a time and the database once attached to ...Answered | 4 Replies | 8473 Views | Created by AussieBob - Wednesday, April 22, 2009 12:09 AM | Last reply by DB Architect SJ - Tuesday, May 19, 2009 10:03 AM -
0 Votes
Move table from one database to another
Kalman Toth, SQL Server & Business Intelligence Training; sqlusa.comAnswered | 3 Replies | 4485 Views | Created by banty1 - Thursday, July 7, 2011 1:58 PM | Last reply by Kalman Toth - Tuesday, July 12, 2011 11:39 PM -
0 Votes
Migrating SQL Server 2000 databases from Windows 2000 to Windows 2003
Only hickups / hassles that one might get are 1.Answered | 2 Replies | 4474 Views | Created by ehogains1 - Friday, April 23, 2010 10:09 PM | Last reply by yup. _ - Sunday, April 25, 2010 5:17 AM -
0 Votes
Move file from one server to another server
SQL Server is not an application server.Answered | 5 Replies | 2011 Views | Created by SQL Insane - Friday, June 21, 2013 5:40 AM | Last reply by miruan - Friday, June 21, 2013 1:21 PM -
1 Votes
How to move all databases from one MSSQL server to another.
Set up your new server to have the same drive letters and same folder structure as your current server.Answered | 3 Replies | 1610 Views | Created by TryHarderFailLess - Tuesday, August 20, 2013 2:08 PM | Last reply by Olaf Helper - Tuesday, August 20, 2013 2:49 PM -
0 Votes
Cross database views in SQL Server 2000
I ran the script below successfully on SQL 2000.Answered | 4 Replies | 3342 Views | Created by Kris_DB_Architect - Friday, April 20, 2012 10:35 AM | Last reply by Erland Sommarskog - Saturday, April 21, 2012 9:37 AM -
0 Votes
sql server 2000 Database crashed
Hello, To attach an existing database you have to detach the database first or stopping the MS SQL Server service.Answered | 1 Replies | 5934 Views | Created by shinobigoh - Wednesday, April 14, 2010 2:31 AM | Last reply by Olaf Helper - Wednesday, April 14, 2010 4:28 AM -
1 Votes
how do we move sql databases from one sql server to another sql server?
The instance you are moving the databases to has to be either an identical version or a superior version; for example you cannot restore a 2012 database ...Answered | 4 Replies | 1252 Views | Created by kimdav111 - Thursday, February 4, 2016 2:35 PM | Last reply by FLauffer - Thursday, February 4, 2016 3:45 PM -
0 Votes
Possible to use SQL Server 2000 as database?
Sorry to put it this way, but SQL Server 2000 is dead, Upgrade to 2005 or 2008.Answered | 1 Replies | 3691 Views | Created by Christian Wulff - Thursday, May 26, 2011 10:56 AM | Last reply by G.Wilson - Thursday, May 26, 2011 11:46 AM -
0 Votes
Moving database to a new server
The concern with moving the database is that other databases on the same server may have references (in their t-sql) to the ...Answered | 4 Replies | 5138 Views | Created by edm2 - Friday, September 11, 2009 3:45 PM | Last reply by Lekss - Sunday, September 13, 2009 8:55 PM -
0 Votes
Copy from one database to another on the same server.
Rick Byham, Microsoft, SQL Server Books Online, Implies no warrantyAnswered | 8 Replies | 6688 Views | Created by rowter - Wednesday, October 27, 2010 6:31 PM | Last reply by Andrea Montanari - Wednesday, October 27, 2010 10:38 PM -
0 Votes
Options for Copying a Database in SQL Server 2000
Hi another_steve, Replication is a set of technologies for copying and distributing data and database objects ...Answered | 6 Replies | 846 Views | Created by another_steve - Sunday, October 13, 2013 11:39 PM | Last reply by Sofiya Li - Monday, October 21, 2013 8:58 AM -
0 Votes
Move WSS_Content_Base database from one SQL Server to another
Hi, I would backup the ContentDB, restore the ContentDB to the new SQL Server, remove the Old ContentDB from the Web Application, Add the restored ContentDB ...Answered | 1 Replies | 3143 Views | Created by runnerpaul - Friday, April 5, 2013 1:19 PM | Last reply by Ivan Sanders - Friday, April 5, 2013 9:59 PM -
0 Votes
Move all MOSS 2007 databases from one SQL server to another
I have now moved all databases to the new server except for the Central Admin and Config.Answered | 28 Replies | 7828 Views | Created by Marty Shifflett - Thursday, October 22, 2009 2:19 AM | Last reply by Marty Shifflett - Wednesday, January 13, 2010 12:19 PM -
0 Votes
Moving SQL Server 2008 to another server
Hello, As long as I know, Action Pack comes with a SQL Server 2008 Standard Edition license with 10 CALs.Answered | 1 Replies | 6397 Views | Created by Antonio M. Castaño - Sunday, April 25, 2010 8:57 PM | Last reply by Alberto Morillo - Sunday, April 25, 2010 9:35 PM -
0 Votes
Copying a SQL Server 2000 database to SQL Server 2005
Backup the database in source server copy it to destination server and then Restore it.Answered | 8 Replies | 5204 Views | Created by CaptSky - Monday, September 15, 2008 8:36 PM | Last reply by Deepak Rangarajan - Thursday, September 18, 2008 5:20 AM
No announcements