Viewing 15 posts - 1 through 15 (of 30 total)
Hi I need one help from u, I am also gettign error while executing package from cmd. Could you please help?
I am getting below two error
1.Unable to load the package...
December 25, 2012 at 9:32 pm
AND another error I am getting is Unable to load the package as XML because package doesnt have valid xml format.
December 24, 2012 at 1:39 am
Hi John,
Thank you very much, but one more point it is a known issue in SQL.When we use linked server we may get this error.
December 16, 2012 at 10:41 pm
Hi I would ike to know which deployment tool can be used for automatic deployment from one region to another. Not only for dotnet projects, whatever projects may be i...
October 3, 2012 at 10:48 pm
Hi suresh thank u very much for ur explanation.
Thank U guys... The link provided by u helped me a lot. :):-)
September 28, 2012 at 4:24 am
Hi guys thanks, the issue is resolved. I just taken the value for @columname inside while loop. actually i was taking @column name value from @leantemp temporary table. Now i...
September 27, 2012 at 4:06 am
DECLARE @LEANTEMP TABLE
(
ID INT IDENTITY(1,1),
SETUPDETID BIGINT ,
LEVELVALUEID BIGINT,
METRICSID BIGINT,
METRICNAME VARCHAR(250), ...
September 27, 2012 at 4:03 am
SELECT convert(datetime, '10/19/2011 2:00:00 PM') -- mm/dd/yyyy
August 16, 2012 at 12:49 am
SELECT CONVERT(VARCHAR(10), '2012-08-17 00:00:00.000', 111) AS [YYYY/MM/DD]
August 16, 2012 at 12:46 am
Hi thanks i understood the usage of path, the query is returning the result set as an xml
August 6, 2012 at 3:26 am
Can u please tell the exact scenario, Do u need to show all the entries in trans1 table in single row with the loan Number?
July 19, 2012 at 1:36 am
yes this is the correct solution, Do u have any function for that
July 18, 2012 at 5:39 am
Viewing 15 posts - 1 through 15 (of 30 total)