| Thread | Last Post | Replies |
|
| Using stored procedures to get list box values | 31 Mar 2008 23:52 GMT | 2 |
I am using SQL Server 2005 and I've created 2 tables - Orders and OrderItems and so for each order I have multiple order items. So far I can select 3 of the orderitem details : Menu item, quantity and
|
| CS0246: The type or namespace name 'Namespace' could not be found (are | 31 Mar 2008 22:17 GMT | 1 |
I added a class called Matrix to my App_Code File folder. It runs and compiles fine in the Visual Web Developer but when I try to view the page in my browser I get the following error msg. CS0246: The type or namespace name 'Mapack' could not be found (are
|
| Internal query processor error | 31 Mar 2008 22:16 GMT | 1 |
I am trying to execute rather complex query, and I got query processor error. I read the Microsoft support page and it said I should install SP4, and I did, but the error is still there. I am running MSDE with SP4 installed. Everything else works like a charm.
|
| Uninstall SQL 2000 Workstation Components | 31 Mar 2008 21:46 GMT | 2 |
Hey yall. I'm a DBA in a company where I do NOT have the ability to control who logs into my SQL servers as administrator, so I'm looking for a way to uninstall the workstation components WITHOUT completely uninstalling all of my instances. Does anyone know how to do this?
|
| testing if value is null | 31 Mar 2008 19:47 GMT | 2 |
How do I write a query where if a column, "value," is NULL I return the phrase "No value entered" but otherwise return the column's value, even if it is the empty string? I'm tried to modify this simple query SELECT value FROM meta_data
|
| delete output into <xml column of audit table> | 31 Mar 2008 16:35 GMT | 1 |
Currently running Sql Server 2005 Is it possible to issue the delete command and capture the affected rows as xml types that will be stored in an audit table with an xml column? Something along the lines of:
|
| Help Needed For writting a query (SQl Server 2005). | 31 Mar 2008 15:13 GMT | 3 |
Hi experts, I am working on SQL Server 2005. Now i have to write a query which will extract some data from 3 to 4 tables.
|
| Encoding problem in SQLXML - bulkload | 31 Mar 2008 12:42 GMT | 11 |
I got an XML Data in UTF-8 encoding like this Dah$)A(&li but when I run the schema to insert data into SQL Server 2005 Express edition, the data will become like this
|
| How to Interrogate SQL Server Tables for Specific Values - Here's how to do it in MS Access | 31 Mar 2008 09:11 GMT | 8 |
In MS Access I have a routine as follows that interrogates all the tables in the database looking for a certain value. I am looking for similar routine for SQL Server. It needs to to be run at the server and not link to the tables.
|
| Exporting column with data type money into Excel | 31 Mar 2008 05:20 GMT | 2 |
i have the following problem: I like to export data from a sql-view into an excel sheet. The data arrives in the corresponding columns but i have the problem that in one column data arrives with annotation "?" as well as "DM".
|
| CASE WHEN Equivalent in WHERE Clause? | 31 Mar 2008 05:05 GMT | 4 |
Is there an equivalant construction to the CASE WHEN statement that can be used in the WHERE clause? For example, this works: SELECT
|
| Triggers and Flag bit | 31 Mar 2008 02:19 GMT | 7 |
I have a perl script (uses sql query) that will run if there is any update in the row. Currently, I am a trigger that sets the DateModified field with getdate() Then my perl script looks for certain range of modified dates and runs the necessary query.
|
| Namespace problem in Bulkload | 30 Mar 2008 23:36 GMT | 2 |
I have namspace problem in Bulkload where if in XML data file, I have a namespace like xmlns='urn:TMSWebServices', then in my schema I must put xmlns:tm="urn:TMSWebServices" right? but if I put that, then I will not able to use Bulkload as it say
|
| concurrency problem with lists ("check constraint" on groups of rows) | 30 Mar 2008 13:42 GMT | 25 |
Should I add retry logic avoiding deadlock as described many places or is there an better solution if one need "check constraints" (I know it doesn't exists 'yet') on group of rows? CREATE TABLE myGroup (
|
| SQL Server 2005 disk layout - opinions? | 30 Mar 2008 10:28 GMT | 3 |
I'm planning the disk layout for my soon-to-be-live SQL Server 2005 SP2 OLTP database. I've read all of the "best practices" doc I can find, and have an idea of what I will do. I am looking for any comments and generally having the experts shoot holes in it. Any help is
|