Viewing 15 posts - 1 through 15 (of 27 total)
hi ,
first thank you 🙂
second i do it for test some of tables with float data that i need to convert to
char. ( dont look for logic :))
i...
December 5, 2016 at 6:13 am
hi ,
just to be clear 🙂
i didn't write this code ,
i need to improve this code, i put all my
knowledge as dba to solve it but still i cant...
July 24, 2016 at 12:44 pm
hi ,
ddl:
GO
/****** Object: Table [dbo].[TBL_STREET_ROAD] Script Date: 7/24/2016 5:23:24 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_PADDING ON
GO
CREATE TABLE [dbo].[TBL_STREET_ROAD](
[ID] [int] NOT NULL,
[source_column_ID] [bigint] NOT NULL,
[CITY2]...
July 24, 2016 at 11:56 am
thanks you for replay,
so you say if column bigint define with null
and i didnt insert data to this column this column
will be null with over...
July 8, 2015 at 11:15 am
hi,
trying to build SQL Query to retrieve the data
sharon
August 28, 2014 at 12:16 am
thanks you for you your answer
how can i mark your answer as a good one
thanks sharon
April 25, 2013 at 2:10 am
Viewing 15 posts - 1 through 15 (of 27 total)