Viewing 15 posts - 31 through 45 (of 56 total)
1.) Mention the servername in a fully-qualified domain name (FQDN) format or use ip address.
2.) Try changing the protocols, its better to use TCP/IP port.
Try connect using [servername,portnumber]
in...
January 8, 2008 at 2:15 pm
Is this the link?
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/security/tkerberr.mspx
January 8, 2008 at 12:37 pm
We are having the same problem.
http://www.microsoft.com/technet/pro.../tkerberr.mspx
this link doesn't work!!
January 8, 2008 at 12:33 pm
The application is using different sqlUserID and password, so it should be OK.
January 8, 2008 at 12:28 pm
Thanks Greg,
I have changed the database owner and everything seems fine so far.
January 8, 2008 at 11:02 am
Hi all,
Application calls SP1 for result set
and
calls SP2 for how many results from SP1
This application is kind of reporting tool. Even though two SP sounds they are related, they are...
November 26, 2007 at 2:35 pm
Hi,
Thank you for the reply.
However, the application which calls those procedures need both of them explicitly.
Which means,
Application needs
SP1 to get the result set
SP2 to get how many of them
Any...
November 26, 2007 at 11:54 am
I set the same configurations on the client side (cliconfg.exe)
For the new instance (Test Instance), client can connect to the server via Named pipes.
I could not get the connection working...
November 15, 2007 at 5:30 pm
I fixed the problem as following:
Start>All Programs>Microsoft SQL Server>Server Network Utility
Named pipes>Properties>
Changed path into previous settings.
My problem is I can see the instance on the server locally but I cannot...
November 13, 2007 at 11:03 am
Thank you for the advice, it was helpful.
The client-side is very thin, it doesn't hold any component except a pointer to the application which is running on the server side.
I...
November 7, 2007 at 10:29 am
Now, I need also [Balance] field in the view. Since [AmountIn] and [AmountOut] are not a physical fields, I cannot do something like this:
Can anyone help me with this?
SELECT
CASE...
November 1, 2007 at 5:28 pm
Viewing 15 posts - 31 through 45 (of 56 total)