| Thread | Last Post | Replies |
|
| Mirroring failover | 22 Jul 2008 23:12 GMT | 3 |
I am a little confused about what to do after I fail over to the mirrored server. I am running mirroring in high protection without a witness server. What is the best way to manually failover to the mirrored database. And then how do you set the primary to take back over.
|
| Delete a row into a new table? | 22 Jul 2008 21:56 GMT | 6 |
Is it possible (using T-SQL) to delete a row from one table and insert it into another? e.g. I have a table dbo.employee, an employee leaves, so I delete their record, but want to place it into dbo.employee_old
|
| Import data issue | 22 Jul 2008 21:07 GMT | 2 |
Here is my scenario. I have a source server (SRV1) with the database (BaseLineDB) that has about 20 tables. I have to create a package (or a stored procedure) that can copy data from those 20 tables into a destination server.
|
| cursor error | 22 Jul 2008 20:30 GMT | 2 |
Here is the cursor that I am writing to loop through the users tables on one database and insert the data into the existing database on a linked server. That linked server database already has empty tables with the same names.
|
| "Attempted to read or write protected memory" when opening query | 22 Jul 2008 18:33 GMT | 1 |
Whenever I select the "New Query" option or attempt to open any saved query in SQL Server Management Studio, I get the following error: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
|
| linked server to foxpro, how?? | 22 Jul 2008 17:36 GMT | 1 |
I am using SSMS to create a linked server to a VFP free tables directory, and I keep getting this error after clicking 'Tables' in the SSMS GUIr: The OLE DB provider "VFPOLEDB" for linked server "T1" reported an
|
| SQL 2005 Mgmt Tools Problem | 22 Jul 2008 16:50 GMT | 1 |
I am seeking some assistance on the following: 1) Assisting someone with Win XP SP2 with following relevant apps installed to his PC through Group Policy (SQL 2005 Mgmt Tools, Visual Studio 2005, Oracle 9i Admin Client) and 1 manual install of MS SQL Server (2000 ed).
|
| Recovery model | 22 Jul 2008 14:33 GMT | 1 |
When you change the database recovery model (from full to simple or from simple to full) does this get recorded in the transaction log?
|
| SQL - [DBNETLIB]General network error | 22 Jul 2008 14:31 GMT | 1 |
we are making changes in local company We have a windows 2000 server with IIS and SQL 2000 with SP3a everything ok, but slow... due many sites and traffic and SQL use of resources, until we did some changes few days ago.
|
| using CASE Condition in the WHERE Cluase | 22 Jul 2008 13:37 GMT | 2 |
I have a below query. Select * from Employees(NOLOCK) Where HomeCountry = 'USA' AND HostCountry = 'JAPAN' In some places i want to use 'OR' in place of 'AND' in the WHERE
|
| rebuilding indexes | 22 Jul 2008 08:57 GMT | 6 |
I have a maintenance plan that has a step which rebuilds indexes. While doing this the transaction log bloats to a huge size - 20gb. As a result, available disk space is used up and the job fails. Is this expected behaviour? (the log growth I mean).
|
| Increasing chackpoint duration - Expert help appreciated | 22 Jul 2008 07:54 GMT | 9 |
We are running a test scenario with the purpose of "filling up" our database. The client application that drives the test has 4 threads which simply create rows in a particular table in the database. The load on the server is constant at about 20 transactions/sec and each
|
| Need help explaining slow function | 22 Jul 2008 03:01 GMT | 13 |
I have a function written below: I think what the tables are is irrelevant but if you need to hear an explanation Ill be more than happy to provide you with an explanation: ALTER FUNCTION fn_v33_IsGroupApproved(@GRP_nID as int)
|
| SP4 | 21 Jul 2008 21:54 GMT | 1 |
I'm going to install SP4 on SQL SERVER 2000 ENT SP3 but I'd like to know how much disk space is needed in order to make this operation. I tried the same operation on a test server (SQL 2000 STD SP3) and I wonder why before and after installation the free space is the same......so ...
|
| Renaming Clustered SQL 2005 server and changing IP | 21 Jul 2008 21:52 GMT | 1 |
Has anyone ever renamed a clustered SQL 2005 Server and also change the IP address of the instance? Do I just change the parameters in the respective cluster resources to reflect the new name and Ip address? Do I need to run the sp_dropserver/sp_addserver command?
|