Viewing 15 posts - 1 through 15 (of 53 total)
when I run installation as upgrade getting below errors , However I am a admin user.
"TITLE: SQL Server Setup failure.
------------------------------
SQL Server Setup has encountered the following error:
Access to the path...
November 21, 2016 at 10:03 am
Can you please share the steps or weblink to upgrade it
November 21, 2016 at 7:57 am
Thank you Eirikur for the optimized solution.
September 9, 2014 at 3:47 am
Thank you Twin.
yes, It will help me . I will try to write a query as per requirement.
September 9, 2014 at 1:53 am
I have written the query . Need to take care of few things as per requirement.
DECLARE @PathName VARCHAR(256)='E:\abcd\' ,
...
September 3, 2014 at 9:28 pm
No where SomeCondition..
need to delete all the records without logging the individual row deletions in tranasaction log
October 21, 2013 at 12:43 pm
Thanks for the help .. Here I have added few more records to the temp table
CREATE TABLE #Source
(
Id int identity(1,1)
,categoryint
,Leaf_Node_code varchar(10) --
,Level1_Name varchar(20)
,Level2_Name varchar(20)
,Level3_Name varchar(20)
,Level4_Name varchar(20)
,Level5_Name varchar(20)
)
INSERT INTO...
August 4, 2013 at 9:22 am
Thanks for you query, but it is not giving the correct Parent_ID if I add more rows under category 2(or any) to the temp table ..
SELECT 2,'104','c','cc','ccc','cccc' , null
I...
August 4, 2013 at 3:32 am
yes FunkyDexter , you're correct .. I am looking for the solution
FunkyDexter (4/3/2013)
Qty is, well, a Quantity.
Aging Stock is a...
April 3, 2013 at 8:45 am
I am a little confused by where the logic comes from. I don't quite get what you are trying to do. I don't get why you have 3 rows now...
April 2, 2013 at 11:28 pm
Input rows:
days Qty [Aging Stock] priority
269 285 305 1
287 30 300 2
output:
269 285 305 1 ...
April 2, 2013 at 9:20 am
I edited the main post .
Sean Lange let me know till if it not clear .. My english is not so good
Here is the logic:
select '11003291001-----NOB30000','0V003','A00A00',269,285,305,1 union all
select '11003291001-----NOB30000','03003','A00A00',287,30,305,2
output:...
April 2, 2013 at 8:31 am
Thanks for sharing me the very worth full article
Could you help me to get the output like below :
groupid description
2 Hat
3 Mens Sweater
4 NULL (this is null because the...
February 25, 2013 at 6:55 am
Thanks Chrish , Can you give me the DelimitedSplit8K function defination
February 25, 2013 at 5:09 am
Viewing 15 posts - 1 through 15 (of 53 total)