| Thread | Last Post | Replies |
|
| Microsoft.SqlServer.Management.Smo.Database.Events | 05 Jun 2008 14:47 GMT | 1 |
When I use the StartEvents() method my application hangs. There is even no timeout, I need to kill the application to stop it... Microsoft.SqlServer.Management.Smo.Database.Events.StartEvents();
|
| Rebuildm.exe | 05 Jun 2008 14:27 GMT | 8 |
I need to change the collation of system databases on an SQL 2000 Server. From the BOL and KB it appears the steps would be: 1. Find the original SQL 2000 CD (yuk, what about SPs, patches?) 2. Copy "data" folder from the CD to a local drive and attrib -r *.*
|
| Peculiar MP Issue | 05 Jun 2008 14:13 GMT | 7 |
Hey Folks, OS: Windows 2000 SP4 SQL 2000 Advanced SP3 I have a peculiar problem, one I have not experienced before. I have a
|
| Move DB to new disks with same drive letter. | 05 Jun 2008 13:58 GMT | 7 |
I am in need of assistance. At present I have SQL 2005 DBs stored on a SAN RAID 5 array that is near full and not performing at its best. It has been decided to add 4 new SCSI disks to our SQL box and create 2 RAID1 arrays, 1 for the .mdf and other executable files and the ...
|
| invalid column in temporary table | 05 Jun 2008 12:27 GMT | 2 |
hello ng, we got a weird error here stating 'invalid column PKtemp' that occures sometimes (!) in the trigger down below. I cant see any reason for it. After investing a bit on temorary tables i
|
| Unwarranted backup files appearing | 05 Jun 2008 12:26 GMT | 2 |
Using sql enterprise 8.0 to perform database maintenance and when trying to restoring a backup we appear to have local backup files having been generated - these are not part of the maintenance plan and appear at non logical times. The maintenance plan calls for full backup once a ...
|
| Change the encoding of an existing DB | 05 Jun 2008 11:58 GMT | 7 |
I use the SQL Server 8.00.2039 - SP4 (Standard Edition) to store data in Greek language. This data are retrieved from a site which use the “Greek (Windows)” encoding (in html file: charset=windows-1253). I decided to change the encoding and use the Unicode for my web pages. This
|
| >2GB memory on SQL Standard edition | 05 Jun 2008 09:41 GMT | 6 |
We are running SQL Server 2000 standard edition on Windows 2003 Enterprise Edition. From what I can tell, SQL Std is limited to 2GB of RAM no matter what I do to the configuration of the OS. Is this correct?
|
| How Recover droped table in Sql 2000 | 05 Jun 2008 07:57 GMT | 4 |
deleted table in databes with drop objesct wrong. how I can recovery my table in my database. thanks
|
| Can I do this with a mirrored server setup? | 05 Jun 2008 07:55 GMT | 1 |
We're in the process of upgrading from SQL7 to SQL2005 (64bit). We've gone from a single server to now a twin pair of powerful Windows Server 2003 64bit machines (quad-core 2.66Ghz, 8GB RAM each). Is it possible to have 24-hour availability (with no detrimental
|
| General maintenance questions | 05 Jun 2008 04:45 GMT | 3 |
I've been handed the task of cleaning up our SQL environment. We've never had a DBA and the databases were created by our developers. We are running into some performance issues with the databases. So I'm looking into doing the best I can with the limited knowledge I have of ...
|
| Problems saving special characters in sql server 2005, collation issue? | 05 Jun 2008 00:23 GMT | 5 |
I have a c# application which tries to insert special characters to an sql server 2005 database. Here is the sql statement: EXEC P_InsertData ,@DataToInsert='??????????????????????????????????This is test???????,????.?????????????????????????????????? ' This is how it looks in the ...
|
| Execution Plan for a Scalar Function | 04 Jun 2008 20:21 GMT | 1 |
If I look at the execution plan for a scalar function all it shows is that SQL Server is doing a 'Constant Scan'. I was expecting to see the queries that are within the scalar function. Is this expected behaviour for scalar functions?
|
| Book suggestions needed | 04 Jun 2008 18:52 GMT | 1 |
We are looking for some good books for SQL2005 DBA Looking more for DBA administration books or topics.. Any and all suggestions welcome..
|
| Delete sql | 04 Jun 2008 16:23 GMT | 3 |
Hi, how can I do a SQL that deletes the records from 2 tables? example: tblCustomer: CodCust Name
|