| Thread | Last Post | Replies |
|
| Query all databases not Offline | 31 Jan 2009 16:01 GMT | 3 |
We are going through some legacy servers and taking some of the databases offline. The issue with this is it causes the backups to fail. How can you select the databases out of the system catalog which are not offline?
|
| Moving SQL2000 error Log | 30 Jan 2009 21:21 GMT | 2 |
I have a SQl2000 server, I would like to move the sql error log file to another disk on that server, how can I accomplish this. Thank JW
|
| Sql Server Express 2005 SP3 w/Advanced Services x64? | 30 Jan 2009 19:42 GMT | 3 |
I found a 32-bit version of SSE SP3 w/advanced services... but is there a 64 bit version? Thanks
|
| how does the .ldf files grow? | 30 Jan 2009 17:08 GMT | 6 |
We have an active system, where the .ldf file in one database grows to over 2 TB. (which is the max disk size of our SAN system). Therefore we have added an additional .ldf file to the database, so
|
| Wait for Table Update | 30 Jan 2009 16:22 GMT | 4 |
I'm not sure to be in the correct group, hope so! Is it possible to ask a software to wait until a Table or a DataBase is updated ? Hope someone will be able to answer
|
| SQL Server 2005 Simple Rec. Diff. Backup | 30 Jan 2009 16:05 GMT | 3 |
I have a SQL Server 2005 databases which is simple recovery mode that would like to complete full backup every other day. The days that I do not complete a full database backup I would like to complete a differential backup. Please help me with syntax that goes along with ...
|
| sql query in 2 tables | 30 Jan 2009 13:14 GMT | 6 |
Hello, i want to do a query in 2 tables, but i didnt find how to do that. I have 2 tables : incident(incident_id,description,date_created)
|
| Will SQL Server 2005 Enterprise run on Windows Vista client? | 30 Jan 2009 09:46 GMT | 7 |
I tried installing SQL Server 2005 Enterprise edition on my XP laptop. It didn't work. I viewed the system requirements and it didn't list Vista in the list of OS's (maybe it wasn't out at that time). I'm looking to run SQL Server 2005 Enterprise edition so that I can test ...
|
| table fragmentation | 30 Jan 2009 08:47 GMT | 4 |
dbcc showcontig with fast on a very critical database shows that some tables are fragmented, example below: - Scan Density [Best Count:Actual Count].......: 39.70% [214:539] - Extent Scan Fragmentation ...................: 94.43%
|
| empty columns | 30 Jan 2009 05:07 GMT | 2 |
I have a table with about 150 columns and 15 million rows.. (SQL Server 2000) 20 or so of the columns are now redundant, so I am just not populating them. My question is 'what effect does an empty coumn have on performance?' I.e. am I likely to see a significant performance gain if ...
|
| UPDATE runs like cursor | 29 Jan 2009 23:17 GMT | 5 |
Anyone know why an UPDATE statement would generate messages like a cursor, that is (1 row affected) (1 row affected)
|
| How to connect to another database NOT SQL from within SQL procedures? | 29 Jan 2009 22:25 GMT | 2 |
I have a few tables that am starting to build up in SQL 2005 for a new project.. a small amount of data sits on our data warehouse server ( sybase ) can anyone point me in the direction on how to connect to another database
|
| Server 2005 SP3 Install broke things | 29 Jan 2009 21:24 GMT | 1 |
So, we installed SP3 for SQL 2005 and now have 3 seperate progams can not longer connect to the database. When we launch the SQL Server Management Studio it also errors out. All services are running. Here is the error from the Management Studio. Any help is appreciated. ...
|
| performance of SQL server on different machines | 29 Jan 2009 18:49 GMT | 7 |
In short, when I run the exact same scenario on both the production and test machines, the production machine is much slower by a factor of 20! - I copied the live database to the test machine.
|
| SQL2005 COPY_ONLY & Restore? | 29 Jan 2009 18:26 GMT | 7 |
I have a SQL 2005 database that does a Full backup every night and transaction log backups every 15 minutes throughout the day. When I want to make changes to the database with SQL scripts, I would like to be able to backup the database just prior to making any changes to the
|