Viewing 15 posts - 1 through 15 (of 636 total)
Cool, It worked! Thanks
May 22, 2019 at 6:05 pm
Thanks,
Also I noticed the interface has changed. Can you help me with the editor. what set of tags should I use for displaying code ?
it used to be ...
April 9, 2019 at 5:54 pm
What do you think of this ?
ALTER TABLE <Table_Name>DROP CONSTRAINT <constraint_name>
--Then alter the size of the column
ALTER TABLE [DataExtract].[dbo].[ControlSetting] ALTER COLUMN...
March 21, 2019 at 9:32 am
Done!
IF OBJECT_ID('tempdb..#Hospital') IS NOT NULL DROP TABLE #Hospital;
Create table #Hospital ( mem VARCHAR(100) , vd VARCHAR(8) );
INSERT INTO...
March 19, 2019 at 2:07 pm
February 8, 2019 at 3:34 pm
February 8, 2019 at 3:28 pm
Mike01 - Friday, February 8, 2019 3:16 PMIs the "YYYYMMDD_MMHH" part hard coded?
YES it is .. You just have to do a...
February 8, 2019 at 3:24 pm
@[$Project::OutPutFilePath] + @[$Project::DiagFile_MEDICAID]
The value in the variable...
February 8, 2019 at 3:12 pm
November 5, 2018 at 9:19 am
November 5, 2018 at 9:00 am
Folks.. No need to reply... All set, I just modified the code a bit , it works.. Allows you to group by ID
if object_id('tempdb..#t')...
November 2, 2018 at 9:52 am
October 24, 2018 at 7:27 am
Viewing 15 posts - 1 through 15 (of 636 total)
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy