Viewing 15 posts - 1 through 15 (of 135 total)
Thank u guys for the reply.
Thanks Thom for providing the DDL's
Sorry for not providing any DDL's, As i am working in client VM and there is no internet...
May 22, 2017 at 10:47 pm
The Cardinality estimator was redesigned in SQL 2014, with the intention...
March 20, 2017 at 7:24 am
Any help or guidance
March 16, 2017 at 11:08 pm
Thanks for the response...let me search with the partition sliding
July 14, 2016 at 11:45 pm
John Mitchell-245523 (6/27/2016)
June 27, 2016 at 7:34 am
John Mitchell-245523 (6/27/2016)
June 27, 2016 at 6:59 am
Thanks for the reply.
i am started creating package for this archival process, but it getting
error variable "USER:Tablename" does not contain a valid data object ssis
Following steps i had done...
June 7, 2016 at 6:28 am
The DB's are not in same server they are in different server and there is no linked server.
If i use this DELETE with OUTPUT clause it will not work even...
June 6, 2016 at 6:22 am
Thanks Eric for the suggestion...it is better than INSERT INTO option. To implement this shall i go with 2nd method where i am using configuration table to store the...
June 4, 2016 at 12:42 am
Thank you guys
No i am not using dynamic SQL, just passing it to storeprocedure as a parameter which is used in 'IN' operator.
one doubt does REPLACE has any performance impact.
Thanks
April 21, 2016 at 6:37 am
thanks Alan for giving some idea. Here what i had tried till now, it is just in initial stage
--file path location input param
DECLARE @Filepath varchar(max) = 'C:\Files'
--load the file in...
March 22, 2016 at 7:38 am
sorry for the bad requirement given here is a detailed one and also the solution. please provide input if there is any better solution.
DECLARE @Temp table(ID varchar(100), code varchar(100))
INSERT INTO...
February 25, 2016 at 1:49 am
Thank you guys for your valuable inputs. I checked the execution plan for the UNION and the CROSS APPLY query, i am surprised that the UNION query is still faster...
February 3, 2016 at 5:27 am
Thanks chris, Luis for the solution.
This is just the scenario i created, In production there is no temporary table #Test only physical table which consists of 2 million data. This...
January 31, 2016 at 11:44 pm
Thank you very much for your response, i will test n reply back after weekends 🙂
January 29, 2016 at 10:06 pm
Viewing 15 posts - 1 through 15 (of 135 total)