| Thread | Last Post | Replies |
|
| SQLServer 2005 and Veritas BackupExec 11D error | 04 May 2008 06:21 GMT | 5 |
All, We tried backing up our DW SQLServers via Veritas BackupExec 11D since the DW DBs are huge but we are getting errors in some of the SQLServers. All our SQLServers versions are :
|
| Search registry to find SQL instance | 02 May 2008 23:06 GMT | 4 |
Good Day, As I understand it an application user searching for a SQL Server instance needs to search the system registry. Could someone let me know which registry keys the application user needs to find and read?
|
| Page Life Expectancy | 02 May 2008 20:50 GMT | 2 |
Just pushing Leila down, she still hasn't fixed her system.
|
| Cannot perform requested task because full-text manager is not initialized??? | 02 May 2008 20:49 GMT | 6 |
I am trying to import/transfer data tables from an existing MS SQL 2005 Express Adv install to an MS SQL 2000 Standard install (on different boxes) but it is not working. It's seems to be failing with the above mentioned error. Can anyone help with this?
|
| SQL 2005 Express tables and SQL 2000 | 02 May 2008 20:40 GMT | 7 |
Does anyone know how to (or if) it is possible to take tables from MS SQL 2005 Express and wedge them into a MS SQL 2000 instance? REALLY WOULD LIKE TO KEEP THAT DATA! :) Cheers,
|
| SQL Server 2005 login failed | 02 May 2008 16:11 GMT | 3 |
I installed SQL Server 2005 with the default authentication method. Now, I cannot login to the database engine. The methods described in http://msdn.microsoft.com/en-us/library/ms188670.aspx don't work because they required an already establishee connection
|
| Can I setup Log Shipping and nightly backups? | 02 May 2008 15:59 GMT | 2 |
I have backups that have been running nightly without issue for quite some time. To minimize data loss in the event of a major server disaster I setup log shipping. I want to know if I can continue to perform the nightly backups or if this will interfere with the log file ...
|
| 13GB of transaction log data daily | 02 May 2008 13:40 GMT | 17 |
We have a sql database with size 50GB. In the last couple of weeks the transaction log on 20GB has to be truncated daily with 13GB of daily log data. The database itself is only growing by a small amount. Is there any way of monitoring which processes/users/t-sql are inserting ...
|
| How to truncate the log on backup? | 02 May 2008 13:23 GMT | 2 |
Hello, sorry if this is a dumb question. We have a database with a Full recovery model and we do a full backup every night. As a result of the full recovery model the transaction log keeps on growing and growing, to the point where space is becoming a concern. The
|
| ArrowPoint switch as switch of sql traffic from web servers to active sql server in transactional replication configuration | 02 May 2008 10:35 GMT | 1 |
In exploring a high-availability solution which doesn't involve using windows clustering services I arrived to a configuration with 2 sql servers in transactional replication (active/passive)
|
| Vista: SQL 2005 not found error | 02 May 2008 10:22 GMT | 5 |
Wednesday Eve Vista Business SQL 2005 info at bottom of message I am attempting to install/setup BVsoftware's estore demo. I get an error:
|
| Sql Server Express Edition 2005 | 02 May 2008 07:12 GMT | 1 |
It looks like I can use this edition for a web application so I guess it would support multi-users? Thanks
|
| SQL Server Database Engine Tuning Advisor doesn't work - error states "Valid workfile or table must be selected" | 02 May 2008 06:38 GMT | 1 |
Gurus, Running SQL Server 2005 SP2. I am attempting to run the SQL Server Database Engine Tuning Advisor. I have selected the database I wish to analyze and clicked on "Start Analysis" but an error in the bottom-right corner said
|
| DTSRUN Batch FIle not writing to disk | 02 May 2008 03:59 GMT | 1 |
I have inherited a system that has a series of DTS packages that are run sequentially as a scheduled job. The 1st step run a batch file, which in turn runs a small java application which writes a number of CSV files which are used by later packages.
|
| extracting from a string | 02 May 2008 02:56 GMT | 11 |
I am trying to extract data within the first set of parenthesis in a string that often times have multiple sets of data ..for example (22)(223)(45) I just want the (22) or (234)(12)...here just need the (234)
|