| Thread | Last Post | Replies |
|
| mirror question | 17 May 2008 16:08 GMT | 2 |
I have mirroring set up from server PRD to DR, working fine. Doing failover test right now, all is going well. Took PRD offline, changed IP, now DR box is responding as if it were the PRD box. Have left PRD box down for now.
|
| Restoring 2005 DB | 17 May 2008 14:05 GMT | 1 |
First be patient - I'm an Informix DBA who is tasked to manage a 2005 install. I have a db that's been restoring for 24 hrs and is only 12 MB. Normally it would only take a minutes and it would be done. I've gone through the logs and found a few errors but nothing to do with
|
| SQL2005 engine service account - domain user? | 17 May 2008 11:50 GMT | 1 |
The installation prompts for user to run the engine service account, the default (and recommended) user is a domain user, not a local user. I'm interested to know why the service account runs with access to network resources? Is it to do with being able to browse/link to other ...
|
| Collation Order SQL2000->SQL2005 | 17 May 2008 11:30 GMT | 1 |
I've moving some databases from SQL 2000 to SQL 2005 (new master and model). All our Windows servers are set to either English US or English UK. When installing SQL 2005 on a Windows server set to English UK, it asks for the collation order, and the default is Latin1_General.
|
| %Disk Time | 17 May 2008 01:50 GMT | 4 |
I am doing a performance analysis for one of my customer. After analysis of the perfmon logs I foundout average _Total %DiskTime is around 140, when I did a details analysis I found the data drive %DiskTime is 90% of the _Total %DiskTime.
|
| Full recovery model for shrinking transaction logs? | 16 May 2008 23:01 GMT | 4 |
A client is going to run these two scripts in SQL 2000, in order to shrink the transaction log of the database to a reasonable size: BACKUP LOG %DBNAME% with TRUNCATE_ONLY DBCC SHRINKFILE (2, 20)
|
| Instances Information | 16 May 2008 18:08 GMT | 1 |
Is anybody having t-sql or vbscript that can display the SQL Server instances installed on the machine? Please share it if you have any such script. Thanks,
|
| SQL Server service does not start | 16 May 2008 16:46 GMT | 3 |
I have a SQL Server that was earlier a part of the domain and had a domain account for the MSSQLSERVER service and SQLSERVERAGENT service. Now it has been taken of the domain and given a different name. The SQL Server service refuses to start. I took out the domain account from ...
|
| Package error in DTS | 16 May 2008 15:37 GMT | 1 |
When I double click on the work from arrow which is connected between the server, it show me this error:- Error Source : Microsoft OLE DB Provider for SQL Server Error Description : [DBNETLIB][ConnectionRead (WrapperRead()).]General
|
| Has SQL Server 2008 been officially released? | 16 May 2008 15:29 GMT | 6 |
We're a shop that is required to keep our clients at n-1. So I'm wondering, and I can't find conclusive evidence, if SQL Server 2008 has been officially released.
|
| Many SATA vesrus fewer SAS | 16 May 2008 15:12 GMT | 9 |
What would peoples preference/opinions be on using the following drive RAID combinations for a SQL 2005 install: 6 x 73G SAS 15K drives (RAID5 or RAID10) or
|
| Connecting to MSDE | 16 May 2008 09:05 GMT | 5 |
One of our applications came bundled with a MSDE 2000 that got installed along with the application. The default passwords were changed and the person who knew the passwords left the organization. Upon rebooting the server the application is not able to connect to the MSDE since ...
|
| SQL Server 2005 date - inconsistances | 16 May 2008 08:40 GMT | 6 |
I have a problem with a stored procedure. The stored procedure is called as follows: exec InterfacePatientUpdate @HospNo=N'D509929',@NHSNo=N'',@SName=N'MOHAMOUD',@FName=N'Ahmed',@Sex=N'M',@DOB='1989-10-19
|
| Rename Transaction Log - SQL 2000 | 16 May 2008 08:03 GMT | 2 |
I would like to be able to change the physical name of the transaction log in my SQL 2000 database. For instance, I would like to be able to change D:\Program Files\Microsoft SQL Server\MSSQL\Data\filename1.ldf TO D:\Program Files\Microsoft SQL Server\MSSQL\Data\filename2.ldf . Is
|
| Setting profile | 16 May 2008 07:49 GMT | 2 |
I found out that I can only send mail under my own profile. How can I make my profile public so that anyone that access to the sql server can send the email? Besides, I want to make it scheduled on batch job purposes.
|