Topics
Started by
Posts
Last post
Our Acounts Payable changed the way they pay vendors, from now on they will cut checks only on frid…
4 replies
Hi, CREATE TABLE [T_Master_lookup]( [F_lookup_id] [int] NOT NULL, [F_data_id] [int] NOT NULL, [F…
5 replies
Hi all, I'm trying to convert a string to XML, I'm not sure why I'm getting the error:XML parsing:…
5 replies
Hi all, I have to join two tables with the common field being the [SONumber] Well the problem I am…
9 replies
Hi I have a table which has 3 unique values as below table. SNo. Date Cat Value 1 11/01 …
5 replies
Hi, When I run the following query: Select * From INFORMATION_SCHEMA.COLUMNS This only returns res…
10 replies
Hiyah! Before I get to the problem I want to say that we've worked around it by splitting the SELEC…
3 replies
Hi I have this code here case when chargeType <> 'ADV_SWITCH_FEE' then CAST(isNull(…
5 replies
hi, my identity column should start with 1,1 . but when i insert data from package , it starts 113…
2 replies
hi, i need to create table with 1000 column with varchar(100), for every column. is there any way i…
4 replies
I have a website visit log. Unfortunately for a while, a version of the software was recording the …
4 replies
Hey guys... I have this GET_PERSON_AGE Function AS CREATE FUNCTION [dbo].[GET_PERSON_AGE](@in_DOB A…
13 replies
I have the need to create a view for one of my applications to look at. The problem is, when I wri…
6 replies
Hi , I want to give variable as column name. Example: DECLARE @COPYDATEDATETIME ,@COPY…
12 replies
HI, We a have 2 tables.I need to update ds_size and create_dt columns values on DAT_DES table by co…
3 replies
Viewing 15 topics - 4,846 through 4,860 (of 10,647 total)
You must be logged in to create new topics.