Topics
Started by
Posts
Last post
This is my MS SQL query select x1.ItemName, x4.ContractorCommodityCode, x4.ShortMaterialDescripti…
1 replies
I’ve created a solution to a problem I had but I’m not sure it’s the best away about it doing it. B…
5 replies
Hello Everyone Hope that your day is going well. I have an extended stored procedure, I can fire it…
3 replies
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
Viewing 15 topics - 9,586 through 9,600 (of 10,635 total)
You must be logged in to create new topics.