| Thread | Last Post | Replies |
|
| The Inconsistency is Still There | 15 Jun 2008 17:09 GMT | 2 |
Hey Folks, According to the documentation (BOL), the best way to remove inconsistencies in a database that fails dbbcc checkdb is to do a restore. I did this and the inconsistency still exists (CHECKDB found 0 allocation errors and 1
|
| General Exception Handler? | 15 Jun 2008 16:34 GMT | 2 |
I'm wondering if there's a means to execute a stored prodecure (or perhaps a single SQL statement) whenever an error is raised (whether manually using RAISERROR or automatically from SQL Server) for means of logging. For example, I'd like to fill a table with all raised errors, ...
|
| Restoring TRN files from Log Shippping on SQL Server 2000 | 15 Jun 2008 05:40 GMT | 3 |
We've got a Primary and Secondary Server (as a standby currently in Read Only mode ) on a Log Shipping set up. For the last week the TRN files have been backed up and moved across to the Secondary Server - but I've discovered they haven't been restoring.
|
| SQL Express - IIS 6 Issue | 14 Jun 2008 17:36 GMT | 2 |
I am experiencing a problem with SQL Express (VS 2005) (mdf file) and IIS 6 deployment issue. There is an application that is developed by me on ASP.NET C# and needs to be deployed on IIS 6 server. The application:
|
| Importing csv files | 14 Jun 2008 17:14 GMT | 1 |
I am using Sql Server 2005 and found a problem with importing csv files that I don't believe happened in 2000. If I am importing a .csv file, it will assume that I want to output char(50) for every single field.
|
| [newbie] roles/users question | 14 Jun 2008 16:25 GMT | 1 |
q) I want all access availabe to role EveryoneRole to PublicReaderRole. Is this correct? grant control on role::EveryoneRole to PublicReaderRole q) I want to give access of role to user. Is this correct?
|
| Defrag Production SQL Box | 14 Jun 2008 07:42 GMT | 16 |
I have a production sql box (SQL Server 2005 SP2 and Windows Server 2003 64bit) that is heavily fragmented. This is the result from the built in defrag.exe. To defrag a machine like this, you have published some best practices,
|
| Restore from non-local drive | 13 Jun 2008 22:14 GMT | 2 |
It seems that SQL Server does not permit a restore from a non-local drive (dataset). Does anyone have a technique to accomplish a restore from a non-local drive? Thank you,
|
| SQL_Latin1_General_CP1_CI_AS versus Latin1_General_CI_AS | 13 Jun 2008 21:38 GMT | 5 |
Dear reader Our database is rolled out to several locations. Normally because of the default and some specified typing, all text fields (varchar etc.) are created as SQL_Latin1_General_CP1_CI_AS.
|
| Maximum memory limit for SQL2000 SP4 (32-bit) running on Win2K3(64 | 13 Jun 2008 20:34 GMT | 1 |
What is the maximum memory limit for SQL2000 SP4 (32-bit) running on Win2003 Standard Server (64-bit)? I take it that we cannot enable AWE since the OS is 64 bit. Thanks,
|
| Err No: 17 :[DBNETLIB][ConnectionOpen | 13 Jun 2008 18:43 GMT | 1 |
I'm receiving this error. Is this due to memory? Err No: 17 :[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.; It happens if the loop gets larger than a certain number of loop iterations.
|
| Connection error | 13 Jun 2008 17:41 GMT | 1 |
i got the following error while trying to connect to localhost: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.)
|
| ROLLUP without GROUP BY? | 13 Jun 2008 15:10 GMT | 4 |
I have a table that has about 100 columns in it, filled with expensively calculated numbers. I'd like to display these along with subtotals for each "program" and "group" (inventory areas). I would have thought that ROLLUP would be the right solution for this, but
|
| Could not find prepared statement | 13 Jun 2008 13:42 GMT | 2 |
First of all, my apologies for doing a re-post, but I didn't get a response from the ODBC section.... So here it is again..... Hello, I am receiving the following error when sending a paramaterized statement
|
| select system_user | 13 Jun 2008 06:32 GMT | 3 |
I need to keep track of user/program update sql table. I created a trigger for the update user filed by update instacontrol set username = system_user where intmid = (select intmid from inserted)
|