Viewing 15 posts - 121 through 135 (of 135 total)
Sometimes i am able to login in to my application and when i am doing some search function this error is coming.
December 13, 2010 at 4:31 am
this error is created from Front End. jst want to know whether this error is related to Sql server or .Net
i am able to connect to my sql server 2008...
December 13, 2010 at 4:22 am
With the help of this article
http://www.sqlservercentral.com/articles/Advanced+Querying/3122/
i am able to solve my problem.
December 6, 2010 at 6:03 am
thanks pradeep it really worked...can we do this task from SSMS without writing query
November 15, 2010 at 5:21 am
so i haveto first configure a VPN in my company and only then i can access my sql server remotely.
But i have one doubt...how i am able to connect to...
November 15, 2010 at 3:27 am
Thanks for the reply...we r using the firewall.but not VPN ..we can able to access our Client DB from our Sql server..but while trying to access our DB from home...
November 15, 2010 at 12:03 am
thanks for the input ..
i implemented that and got the id and stored into the temp table .now i want to insert this ID's(2 or more ID's) into another...
October 18, 2010 at 8:13 am
thanks to jacob sir
i miss the <sequence> under first <complexType>
September 5, 2010 at 10:38 pm
thanks Drew for replying..i got some idea this is exactly i want
IF (@x.exist('//ConsumerID[./text()]') = 1) AND (@x.exist('//RoleConsumerID[./text()]') = 1)
SELECT 'Exists' AS Result
ELSE
...
September 5, 2010 at 10:25 pm
thanks for replying
but i solve the problem this way
CREATE PROCEDURE [dbo].[CurrencyAmountIns]
(
@CurrencyAmountID int OUTPUT ,
@CurrencyCode CurrencyCodeType,
@CurrencyExponent CurrencyExponentType,
@CurrencySign SignCodeType
)
AS
BEGIN
SET NOCOUNT ON;
...
August 30, 2010 at 6:40 am
Viewing 15 posts - 121 through 135 (of 135 total)