Enter Keywords:
Search Within Results
 
 
Narrow Results
Can't Find a Solution
 
 
 
1 - 10 of 12(0 seconds)
Sort By:
 
Can anybody help me with the update statement below: update AttributeValues A       set             B.atvl_value = hold_pickid,             C.atvl_value = hold_dispatchdate from AttributeValues A inner join Attrib...
Zones: MS SQL ServerDate Answered: 06/02/2006 Rating: 9.0 Views: 0
I have just created a new database in SQL Server 2005 and I am update fields within another database. Apparently the databases are set-up differently.  How can I change the collation of the new da...
Zones: SQL Server 2005Date Answered: 09/04/2007 Rating: 8.6 Views: 102
All the sql required is as follows: if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[Paging_Cursor]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[Pagi...
Zones: OracleDate Answered: 07/13/2005 Rating: 9.4 Views: 0
Have the following tables in "Database1" from where I want to transfer data: CREATE TABLE [dbo].[tblArticles] (       [id] [int] IDENTITY (1, 1) NOT NULL ,       [category] [int] NOT NULL ,       [title] [v...
Zones: DatabasesDate Answered: 04/20/2004 Rating: 8.0 Views: 0
In the table defined below I want to ensure that only one of:   absDiscount   perDiscount is defined at any one time - that is, you cannot have a definition for both of these for a single re...
Zones: MS SQL ServerDate Answered: 07/12/2004 Rating: 7.6 Views: 0
I have the following situation:   * I have many tables that store the following information:       [id] [int] IDENTITY (1, 1) NOT NULL ,       [publishDate] [smalldatetime] NOT NULL ,       [title] [varch...
Zones: MS SQL ServerDate Answered: 09/08/2004 Rating: 6.6 Views: 0
Whats the difference between Latin1_General_CI_AS and SQL_Latin1_General_CP1_CI_AS?
Zones: MS SQL ServerDate Answered: 08/22/2006 Rating: 9.2 Views: 0
Hi, I tried to run this change on my sp (SQL2005 Standard): set ANSI_NULLS ON set QUOTED_IDENTIFIER ON go ALTER procedure [dbo].[spBerechnungswerteIntegrieren01] as       --Werte für Ge...
Zones: MS SQL ServerDate Answered: 03/01/2007 Rating: 9.2 Views: 49
During the installation af a new istance of sql server 2005, which option should I choose in order to obtain the collation Latin1_General_CI_AI? Thanks!
Zones: Databases, SQL Server 2005Date Answered: 12/08/2008 Rating: 9.3 Views: 42
I have a SQL 2000 DB with collation SQL_Latin1_General_CP1_CI_AS, I am attempting to upgrade and host this in SQL 2005 Enterprise x64 bit. When I run the installer for SQL Server 2005 I get serv...
Zones: SQL Server 2005, MS ...Date Answered: 02/27/2007 Rating: 9.2 Views: 884