| Thread | Last Post | Replies |
|
| does it matter how you shrink in 2000 vs. 2005? | 13 May 2008 04:25 GMT | 1 |
I understand that in order to shrink transaction log backups in SQL 2000 that you run the following scripts: BACKUP LOG TestDB with TRUNCATE_ONLY DBCC SHRINKFILE (<FileName>, <TargetSize>) )
|
| Data Transposition Between Tables | 12 May 2008 23:05 GMT | 16 |
I wonder if anyone can help me. I have a table (tbl_nonWkgDays) which temporarily holds a (unique) employee ID (empID) and a field for each day of the month for that employee (day1 to day31) within each empID record. Each day field holds an integer that
|
| Does the SQL Server Profiler tool tell you how many transactions are occurring per second anywhere? | 12 May 2008 21:22 GMT | 6 |
Gurus, Running SQL Server 2005 SP2. Does the SQL Server Profiler tool tell you how many transactions are occurring per second anywhere?
|
| Domain user account | 12 May 2008 21:05 GMT | 2 |
Hi I have installed a sql server 2000 using "local system account". SQL mail does not work with local system account so i need to change it to domain user account...
|
| Simultaneous Threads Workgroup vs. Express | 12 May 2008 20:55 GMT | 6 |
Greetings all, We are using SQL Server 2005 Express and SQL Server 2005 Developers Edition in developing our new product. We are attempting to spec out what version we are going to use in our
|
| Database Mirroring and Reindexing/Reorganizing | 12 May 2008 19:49 GMT | 3 |
If I have setup a database mirror, will transactions associated with Reindexing and Reorganizing be copied over to the Mirror? or do only actual data changes (Inserts, Updates,Deletes) get copied over? I'm wondering because my transaction log gets very big during reindexing and ...
|
| Select all records that are ALMOST identical | 12 May 2008 19:18 GMT | 3 |
I need to write a select statement for a table that looks like this (it has MANY more columns, but these are the ones that count) RowID (int - Identity) StartDateTime datetime
|
| SQL2000 and SQL2005 | 12 May 2008 14:05 GMT | 3 |
Both of my machines run Windows2003 R2 server. At present this box has SQL2000 standard edition and is also a web- server. Question1:
|
| unable to connect to SQL using enterprise manager | 12 May 2008 13:42 GMT | 3 |
I'm trying to connect to my SQL 2000 db server through enterprise manager using a SQL ID and password, but I keep getting 'Login Failed'. I have the ID and password setup on the server but I can't connect using that ID and password. What would cause enterprise manager to fail and ...
|
| Changing SQL 2005 licenses | 12 May 2008 11:29 GMT | 1 |
We have a client running SQL2005 with a 5 CAL license. They are now looking at substantially changing their use of SQL, and wish to change to per-processor licensing. Is this possible without a reinstall, and if so, how is it done?
|
| Maintenance Clean up task! | 12 May 2008 09:23 GMT | 4 |
i've SQL server installed on a customer site, i want to make a new Maintenance Clean up task, through maintainance plane wizard I don't find the Clean up task, SP2 is installed.. is there any thing to make it available ?
|
| Client system crashes | 12 May 2008 06:15 GMT | 1 |
I have a .NET Windows 1.1 based application which uses SQL Server 2005. The Executables are loaded in each of the 30 client PCs in the network. Every now and then some of the client PC's slow down and then crash. They wake up if we reboot the SQL Server machine.
|
| SQL Server 2005 Database Mail not working post SP2 and CU6 | 11 May 2008 21:05 GMT | 7 |
Recently upgraded a 2-node Windows 2003 Cluster running SQL 2005 Enterprise Edition (single instance) from SP1 to SP2 as well as Cumulative Update 6 (CU6). Everything appears to be running just fine, except Database Mail does
|
| Dynamic SQL and Temp Table | 11 May 2008 17:23 GMT | 2 |
All, I have to create a temp table, insert records into the temp table, return the records from the temp table and drop the temp table. Becuase the temp table structure is not before hand I have to create it
|
| Rename database start and stop database | 11 May 2008 09:51 GMT | 5 |
I just renamed my physical database name like so: alter database "tom2 database" modify file (name = "toms database",filename="\\devsql2005\SQLData\tom2.mdf") And got the message:
|