Topics
Started by
Posts
Last post
SETUP: CREATE TABLE [dbo].[MEDICINES]( [MEDICINE_NUM] [int] IDENTITY(1,1) NOT NULL, [MEDICINE_NA…
2 replies
Hi, More of a gotcha than a question, although I'm curious as to what is happening in the situation…
9 replies
The data does not exist in main table INSERT INTO MAIN_TABLE SELECTCOLUMN1, COLUMN2 FROM TEMP_TAB…
3 replies
Hi Here I have a Table such as the following : IDintPrimary Key TitlenVarchar(500) Parent_ID…
2 replies
here looks my source table declare @test-2 table (Name varchar(3), userid char(5)) insert into @t…
7 replies
Any idea why I get the "datediff function resulted in an overflow... error on one instance of SQL S…
7 replies
sorry to post this twice This a the basic statement USE master; GO SET NOCOUNT ON; GO DECLARE AllDa…
1 replies
Dear All, May I ask your help on how can I make the date range my column, based from this I will ju…
7 replies
Hii.. how to manage insert update and delete operation in one procedure.. Thanks.
2 replies
Hello Everyone I am still working with one of the extended stored procedures. One comes back in nor…
2 replies
Hi, I'm just importing some tables from one server to another server. But now i'm getting this erro…
1 replies
Hi All, I need to produce a comma seperated result in a subquery that way reducing the record c…
2 replies
Greetings SQL Gurus, I have a quick question. Anyone know how, or if it is possible, to pass a cas…
3 replies
I've been a member of this site off and on for a long time and I don't think I've ever posted a que…
24 replies
Dear All; with A AS ( SELECT CONVERT(VARCHAR,OESM.EDATETIME,103) [AExamdate],CM.COURSEID [ACOURSEID…
1 replies
Viewing 15 topics - 9,601 through 9,615 (of 10,647 total)
You must be logged in to create new topics.