| Thread | Last Post | Replies |
|
| Default constraint names | 09 May 2008 09:22 GMT | 2 |
In SQL 2005, I was using a stored procedure to call sp_rename to rename some defaults (default constraints). Originally, it was failing, I think because my default schema is dbo and the contraints were on tables in a different schema.
|
| 18456 :Login failed for user 'NT AUTHORITY\SYSTEM' | 08 May 2008 21:57 GMT | 2 |
Over the last little while, we have begun receiving this error in the event viewer and until the system is rebooted and then the sql server service restarted (HAS to be done after a reboot) our CRM system and any other sql related services are unanavailable.
|
| Queries in Management Studio | 08 May 2008 21:33 GMT | 1 |
We are running SQL 2005. When we run queries inside of Management Studio they timeout. If we run the same queries using the old SQL 2000 Query Analyzer they run just fine. Any ideas why they would timeout with Management Studio.
|
| Hosted application on SAN - storage configuration | 08 May 2008 20:57 GMT | 4 |
We are planning to upgrade SAN for our SQL Server-based/ hosted /OLTP system. We are hosting ablut 200 OLTP databases. • We are under impression that we should not get RAID-1 for log, since
|
| Viewing the Transaction Log | 08 May 2008 17:34 GMT | 1 |
We are running SQL 2005. Is there a way to view the actual transactions that are in the Transaction log?
|
| Short Circuiting in evaluating SQL query | 08 May 2008 16:34 GMT | 3 |
Does the SQL query short circuit evaluating the where conditions like some procedural languages (C,C#,...)? For example evaluating the second part of AND condition when the first part of AND is false for a row, and evaluating second part of OR condition when the first part of
|
| login fail after database mirroring failover | 08 May 2008 16:03 GMT | 3 |
First of all, thank you for posts in this news group, which is being very helpful in my daily tasks. Here is a description of the problem I have with Database Mirroring: I have installed two SQL server 2005 Enterprise edition SP2 instances on two
|
| monthly housekeeping for SQL Server 2005 | 08 May 2008 14:44 GMT | 4 |
Since SQL maintenance plans that are properly set up allow for SQL 2005 to practically maintain itself, are there any other housekeeping tasks that a DBA should perform on a monthly basis? If so, what are some of these tasks? I mean, other than reviewing the job history and log ...
|
| HELP: SQL Server 2000 Enterprise Edition is limiting database to 2 Gb !! | 08 May 2008 14:14 GMT | 6 |
The database has gone into "suspect" mode because the database has reached the 2 Gb of data, but it's the Enterprise Edition! That's happening in a server where I have also installed the MSDE. Could it have something to do with that?
|
| BCP IN Syntax - Pipe Delimited Text File | 08 May 2008 13:49 GMT | 2 |
Please help with a syntax error I receive with trying to BCP in a text file. Using BULK INSERT from Query Analyzer (SSMS) the working syntax is: BULK INSERT [server].[dbo].[tableone] FROM '\\server\share\fileone.pipe WITH(TABLOCK,CODEPAGE='RAW',DATAFILETYPE='char' ...
|
| KB 924947 Heap table unused space | 08 May 2008 12:44 GMT | 3 |
I am running into this issue and the work around describes does work, but since I am dealing with large databases (300GB+) this is not a quick process to run and since these indexes are not part of the normal schema, I can not keep these clustered indexes on as a long term ...
|
| restore databases | 08 May 2008 08:37 GMT | 2 |
Ho can I restore 2 databases from an old SQL 2000 server to a SQL 2005 server, on a different hardware server? I guess I do not need to touch the master database. Thank you, T
|
| How to deal with large index maintenance? | 08 May 2008 08:32 GMT | 5 |
My indexes are rather large, and I do bcp imports daily of 500K to 1M rows on certain tables. I've noticed that my applications will run slow on the newly imported data, and I've also noticed that if I recreate the indexes, the application will run fast again.
|
| Upgrading from SQL 2005 Standard Edition to Enterprise Edition | 08 May 2008 03:40 GMT | 6 |
I first tried to upgrade the default instance of our SQL Server 2005 SP2 from the Standard Edition to Enterprise Edition from the CD and I got the following message: “Edition Change Check (Warning): To change an existing instance of Microsoft
|
| Update and multiple indexes | 08 May 2008 02:27 GMT | 1 |
I have a table with indexes on multiple columns, Does a UPDATE query that modifies one of the indexed columns affect the other indexes (does it cause the other indexes getting updated)?
|