Viewing 15 posts - 1 through 15 (of 54 total)
Let me repost my question again.
From my understanding, databases with a high number of users use a single login to gain access to the database then reference a user table...
September 21, 2006 at 6:32 am
Btw, I finally got it to connect. I added the Identity line in Web Config to Inpersonate my network logon, and set the ISS Anynomous Access account = my network logon.
Thanks for...
August 25, 2006 at 11:57 am
Ok, I changed the anonymous access back to the default: IUSER_Workstation and then added this account to sql server.
This is the message I get now:
An error has occurred while establishing...
August 25, 2006 at 9:03 am
I doubled checked and tested connecting w/ Query Analyzer successfully.
.Net 1.1 & SQL 2000
server does not exist or access denied. (This is the error)
IIS: Intergrated Windows Authencation is checked. I...
August 25, 2006 at 7:08 am
Connection String that is generated:
workstation id=xxxxxxx;packet size=4096;integrated security=SSPI;data source=ServerName;persist security info=False;initial catalog=Test_Database
I have tried this with VB.Net & C# (Visual Studio 2003). I have also tried...
August 25, 2006 at 6:11 am
How will I assign a Value to @X without a select statement in the remote SP??
February 7, 2006 at 1:59 pm
MarkusB,
Thanks for the reply. Where do you access Triggers for Views. I can't seem to find it.
Thanks.
January 6, 2006 at 7:12 am
Sorry,
I am not sure what I did the first time I ran the update code with the query analyzer, but I tried it again and got the same error mentioned...
January 6, 2006 at 5:51 am
Thanks for the responses. As it turned out I will have to reference fields for WHERE conditions in most of the tables that I would be split. Therefore, I...
July 15, 2005 at 4:52 am
Another developer made a comment about reducing the size of that table for performance reasons. The data inside the table makes up a 'Project', but is kind of made of...
July 14, 2005 at 9:14 am
Column Name | Type | Length | Proposed Split | |
July 14, 2005 at 8:31 am RE: Preventing Return Values from Nested SPs.Yes. The First Result Set = 2005 The Second Result Set = 'Project1';'Project2';'Project_3';Etc When I assign a Record Set to the Stored Procedure it returns:2005 because... June 6, 2005 at 11:05 am RE: Preventing Return Values from Nested SPs.Let me repost the original problem again and be a little more descriptive this time. I am going to have a lot of stored procedures that the Result Set... June 6, 2005 at 6:35 am RE: Preventing Return Values from Nested SPs.I am using MS Access for the front end, but It also happens in the query builder as well. I do not have set nocount on, which is probably... June 5, 2005 at 7:07 pm Viewing 15 posts - 1 through 15 (of 54 total) |