Viewing 15 posts - 1 through 15 (of 59 total)
Hello Sir,
I will improve my communication
August 20, 2016 at 3:27 pm
Hello Eirikur Eiriksson,
Why no string as follow?
AA11
AA11,CL
.................
......................
.............................
And so on?
August 20, 2016 at 7:13 am
Eirikur Eiriksson (8/20/2016)
To clarify, are you looking for a form of Consecutive Number Sequences, i.e. for the values 1-3 you would have the combinations below?😎
1
12
123
13
2
23
3
Yes Sir. But please make it...
August 20, 2016 at 2:50 am
My table and data as following,
USE [SPKU_DB_KR]
GO
/****** Object: Table [dbo].[Kumpulan_Wang_OUTPUT] Script Date: 20/8/2016 3:58:25 PM ******/
DROP TABLE [dbo].[Kumpulan_Wang_OUTPUT]
GO
/****** Object: Table [dbo].[Kumpulan_Wang] Script...
August 20, 2016 at 2:00 am
Hello Guys,
Actually, I want computer to create Dynamic Parameter when User Select All Kumpulan_Wang(kwang_code). Without computer program, I have to write Dynamic Parameter by myself. The sample of parameter within...
August 20, 2016 at 1:22 am
Hello,
This is fn_split
CREATE FUNCTION [dbo].[fn_Split](@text varchar(8000), @delimiter varchar(20) = ' ')
RETURNS @Strings TABLE
(
position int IDENTITY PRIMARY KEY,
value varchar(8000)
)
AS
BEGIN
June 13, 2016 at 12:06 pm
Owh. Ok. Just want to audit my SQL with yours.
Thank you Sir
December 26, 2015 at 7:44 pm
Hello,
This is the table design, and set of data
CREATE TABLE [dbo].[tmpaccthist_2013_2014_Test2](
[cmpy_code] [nvarchar](50) NULL,
[acct_code] [nvarchar](50) NULL,
[chart_code] [nvarchar](5) NULL,
[pusat_kos] [nvarchar](10) NULL,
[year_num] [int] NULL,
[period_num] [int] NULL,
[open_amt] [decimal](18, 2) NULL,
CONSTRAINT [tmpaccthist_2013_2014_Test2_UQ1] UNIQUE NONCLUSTERED...
December 26, 2015 at 7:18 pm
Eirikur Eiriksson (12/26/2015)
So far so good with the DDL but you are missing the sample data matching the expected results.😎
Owh Sorry. Will do the correction
December 26, 2015 at 5:45 pm
sgmunson (11/18/2015)
November 21, 2015 at 1:03 am
Ok Sir. Will try to create more excellent story telling and what to achieve
Sorry for inconvenience
November 18, 2015 at 9:55 pm
Hello Sir,
Your guidance is my inspiration
Update test_Chart_Code SET group_chart_code_1 = chart_code / 100 * 100
November 11, 2015 at 4:42 pm
It's work. Thanks
November 10, 2015 at 7:32 am
Viewing 15 posts - 1 through 15 (of 59 total)