Topics
Started by
Posts
Last post
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
I have been looking into deadlock issue. While doing so, was able to track the following spids from…
6 replies
hi i would like to store values like mg/1, mg/15ml etc. will nvarchar(50) will work,when i am using…
2 replies
Hi all, Hope you all are doing fine... (unlike me..).. I am trying to run the following query SELE…
16 replies
I am getting errors when trying to run an update script. the errors are Msg 137, Level 15, State 2,…
11 replies
I have to update records in a table and there is no unique column on basis of whci I can put join U…
22 replies
Viewing 15 topics - 4,846 through 4,860 (of 10,636 total)
You must be logged in to create new topics.