| Thread | Last Post | Replies |
|
| Capture Error In DTS Package | 30 Nov 2007 19:19 GMT | 6 |
I have a SQL Server Package that is dumping a text file into an Access Database. However, due to update timing every now and then it errors out due to a primary key violation. How do I capture that error number in my next Active Script Task and determine whether or not I
|
| Moving Database to a different LUN | 30 Nov 2007 19:11 GMT | 3 |
I am trying to move Data and Log files to a bigger drive. I have detached the current drive and copied the files to a the bigger drive, however when I try to attach the database to the new drive, I am not seeing it on the "Locate Database Files" choice. The only drive I is the ...
|
| Error 12291 in Event Log | 30 Nov 2007 19:10 GMT | 5 |
We have a maintainance plan for full/diff/log backups of selected databases running at regular intervals through SQLAgent. The backups are working; I can restore the databases. But starting a few weeks ago we've been getting error messages in the system event log.
|
| Migration SQL server 2000 to 2005, with heavy use of DTS | 30 Nov 2007 18:35 GMT | 3 |
We have a big migration from SQL server 2000 to 2005 It is a big procedure aith millions of records and it uses DTSs heavily, so I am asking some hints on s your experience on 1. "basic" migration of DB ib itself
|
| how to remove trace flag in startup option | 30 Nov 2007 15:11 GMT | 4 |
I am having a problem and please help. I tried to add a trace flag -g512 to our sql 2005 sp2 clustered instance. I added to the startup parameters line of the SQL configuration manager, something like this: -dT:\Microsoft SQL Server\msql\MSSQL.1\MSSQL\DATA\master.mdf;-eT ...
|
| differences between versions of SQL serve2005 | 30 Nov 2007 14:50 GMT | 6 |
I just purchased 2 copies of SQL Server 2005 standard edition at the tune of $1000 each. It comes with 5 CALs. I had been using SQLExpress 2005 but decided to use the full version prior to shipping the deliverable. When I went to install the software (on a michine with SQL ...
|
| Active/Active Vs. Active/Passive | 30 Nov 2007 14:48 GMT | 5 |
I am getting confused as to which cluster configuration is better? Active/ Active or Active/Passive. Thanks in advance Manu
|
| rebuilding index not doing anything | 30 Nov 2007 14:39 GMT | 9 |
There are 25 indexes in my database which continue to report they are severely fragmented even after I rebuild them. The operation completes without error, so I don't understand why it is still fragmented. It does not matter if I use REBUILD or REORGANIZE, the result is the same. ...
|
| IMPORTANT: Search tables with data field is decimal(5,2) | 30 Nov 2007 14:06 GMT | 3 |
i need search in BBDD with 10000 tables a filed with type is decimal(5,2)
|
| sql server 2005 express vs sql server 2000 | 30 Nov 2007 13:48 GMT | 3 |
The company that I am writing app for has sql server 2000. I have the following questions; 1. Can I develop the app on my sql server 2005 and then deploy on their 2000? If so, what features can I not use in 2005 if the app needs to be
|
| full and diff backup - sql2005 | 30 Nov 2007 13:33 GMT | 6 |
hello... I've got problem with backups on sql2005 script make backup at saturday with full backup and at monday script runs diff backup. On one of few sqlservers2005 diff backups doesn't
|
| Server Name Change | 30 Nov 2007 12:28 GMT | 2 |
I want to install SQL 2000 on a new Win 2003 server which has a temporary name of Tmp01. When we are ready to replace the old Win 2000 server named SQL01 with the new Tmp01, I will rename Tmp01 to SQL01 and take the original SQL01 offline.
|
| Copy Database Wizard on Vista x64 machine | 30 Nov 2007 11:29 GMT | 2 |
I've got a new Vista x64 build with SQL2005 (+SP2) freshly installed. I'm now trying to copy existing databased from other services but I can't get it to work. I get the following error logged in the Event Viewer Application Log:
|
| Linke server 64bit 2005SP2 to 32bit 2000 SP3 | 30 Nov 2007 10:59 GMT | 1 |
I'm trying to setup a linked server from SQL Server 2005 (64bit) SP2 to SQL Server 2000 (32bit) SP3. I use the same setup as works for several other version/SP combinations, but get the error below. This used to work, probably before SP2 was installed.
|
| 1:many with independent many | 30 Nov 2007 09:38 GMT | 5 |
I have a 1:Many relationship. table A (one) and table b (many) but I want to be able to have table b records exist independently. How do I build that relationship with SQL Server? Thanks,
|