| Thread | Last Post | Replies |
|
| deleting a database | 23 May 2008 02:30 GMT | 3 |
After detaching a database in SQL 2005, how do you delete it? True, you could reattach it. But, is there a way to simply delete rather than attach and then delete? childofthe1980s
|
| viewing an active process in the database | 23 May 2008 01:14 GMT | 1 |
I've got a sql server 2000 cluster running and every morning i see a process doing an execute command that blocks all other users/processes. All processes connect from a tomcat server running on a seperate box so it does me no good to see who's logged in. But i was wondering if i ...
|
| "Cannot insert duplicate key" error on UPDATE, WHAT???? | 22 May 2008 21:06 GMT | 1 |
I just setup a few thing on the tables in this database so that no one can delete records. And I just noticed today that a proc I have does not work correctly. I just added this trigger (no others exist for this table): CREATE TRIGGER [DontDeleteATTENDANCE] ON [dbo].[ATTENDANCE]
|
| Query choosing wrong plan | 22 May 2008 20:00 GMT | 21 |
I have a fairly simple query SELECT * FROM SEVT WHERE ABS_END >= ' 1211369400' AND ABS_START < ' 1211370000' That always does a clustered index scan, instead of using an index that has
|
| moving the model database in SQL 2005 | 22 May 2008 18:24 GMT | 2 |
I have reviewed the MSDN page on moving the system databases. But, I do not see anywhere on that page where it is explained how to move the model database to another location of the server (in the same instance) in SQL 2005. Could someone please post for me here on the board how ...
|
| Error 824 upon Attach DB | 22 May 2008 16:44 GMT | 9 |
I get the following error when I try to attach a database in SQL 2005. In fact I can't even try to attach because I get this error upon seleting the file bfore attaching in the UI. I understand the torn page (1:9) is the database boot page. Is there any way to fix this? ...
|
| sql login user collation conflict | 22 May 2008 12:12 GMT | 2 |
Hi db masters, We are trying to consolidate 2 servers and move databases with sql login users from one sqlsrv1 to another sqlsrv2. We are using database copy wizard from management studio. No error messages when moving but the moved users are
|
| sp_send_dbmail messages blocked by hotmail | 22 May 2008 07:55 GMT | 2 |
We are trying to send a simple message using database mail to a hotmail account and hotmail never seems to get it. The code looks like: EXEC msdb.dbo.sp_send_dbmail
|
| Will I be able to install sql2005 on Vista? | 22 May 2008 02:35 GMT | 1 |
I need to install developers edition and do not want to buy xp since vista is out. Does anybody know if I can install Vista premium edition and sql2005 on it. Thank you, Gene.
|
| sql server 2005 installation problem may 20 | 21 May 2008 20:40 GMT | 11 |
Hi I have installed sql server 2005 on a windows server 2003 service pack 2, all components excepy replication and reporting services and no clusters. Almost all steps went fine, In the end it gave me a error "Microsoft sql
|
| how to change number of errorlog files kept by server | 21 May 2008 18:26 GMT | 2 |
Does anybody know how to change the default number of 6 errorlog files to let say 15?
|
| Effect of Backup Log with Truncate_only on the automatic Checkpointing of a DB | 21 May 2008 18:21 GMT | 2 |
We are running SQL2005 SP2 build 3175, soon to be 3239, and have some conversion jobs that use Backup Log with Truncate_Only. The analyst says that the checkpoint task blocks the conversion job. Personally I can't wait for SQL2008 to stop the Truncate_only option, but that's ...
|
| Is Order important in a composite clustered index? | 21 May 2008 16:21 GMT | 6 |
on one table I have this composite clustered index, setup in that order: IDF_Item, IDF_reference, Date, Container. Is that order important like in a non-clustered index? or since it's a
|
| error message Ox80070570 | 21 May 2008 12:59 GMT | 1 |
When I log in this error message comes straight after saying: Error parsing C:WINDOWS\Microsoft.Net\Framework\v2.0.50727\ config\machine.config Parser returned error0x80070570
|
| Steps for jobs | 21 May 2008 12:15 GMT | 4 |
I have a SQL Job with 24 independent steps. I would like to send out a notification if any of the steps failed but the job should continue from the next step. Our SQL Mail is not setup. The only way I know how to do it is to
|