Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MarnickTelenet

    Validating Active Directory password from within a stored-procedure

    We want to deploy a ASP.NET web-application that is secured by a login-page. We don't want to have a seperate password-system. We want to use the existing Active Directory system. The web-application runs on a IIS-server which is OUTSIDE the domain. So it is not possible to reach Active...
  2. MarnickTelenet

    Integration of Active Directory in VB.NET-application

    Situation: a VB.NET-application that runs in a Windows-domain on a Citrix/Terminal-server Frustration: users have to log-in twice: once in Windows domain and once in our application Objective/goal: users that already are logged-in in Windows domain don't get the log-in screen of our...
  3. MarnickTelenet

    Table variable that uses the tempdb

    Does anyone know if SQL2005 is better than SQL2000 with the table variables (DECLARE @tblTable TABLE ...)? Table vars are "SQL-tables in memory". If you put to much data in a table var so the table var needs more memory than available/free, they say the table var will use the tempdb. In that...
  4. MarnickTelenet

    Losing SQL-object rights after drop/create SQL-object

    We have a web-application that connects through a SQL-user to a Microsoft SQL2005-database with certain rights on certain SQL-objects (for example: only that User Defined Function, only that Stored-procedure). Sometimes we have to update some of those SQL-objects: new or extra code in a UDF or...
  5. MarnickTelenet

    Print-IT problem with Tahoma Italic from Crystal Reports XI

    To reduce printing network traffic we use Print-IT from Provision Networks on our Citrix-farm (http://www.provisionnetworks.com/solutions/print-it/print-it.aspx). One application uses Crystal Reports XI for printing the application reports. When those reports include the font type "Tahoma...
  6. MarnickTelenet

    Anyone experience with CRXI with data from on web-service?

    We want to divide our Windows-application in three tiers: - data (SQL-server) - business (IIS-server with web-services) - user-interface (Citrix-servers) The business-tier will exist of web-services we call from our application. Now we have RPT-reports that get their data through an...
  7. MarnickTelenet

    Live-updating .NET DLL's on Citrix: possible or not?

    We have a Windows .NET application that is running on a Citrix-server. The application uses stored-procedures on a SQL-server. We want to stop using stored-procedures because we want to centralise all the logic (insert/update/delete) in a business-framework written in .NET. This means that...
  8. MarnickTelenet

    Live-updating DLL's on a Citrix: is this possible?

    We have a Windows .NET application that is running on a Citrix-server. The application uses stored-procedures on a SQL-server. We want to stop using stored-procedures because we want to centralise all the logic (insert/update/delete) in a business-framework written in .NET. This means that...
  9. MarnickTelenet

    Problem CR10/CRXI connecting by ODBC on SQL2005

    We have a lot of rpt-reports that are made based on an ODBC-connection to SQL2000-server. We migrated to SQL2005-server an now a lot of reports give the error: "The database table <stored procedure> cannot be found." It has nothing to do with the version of CR. We have the same problem in CR10...
  10. MarnickTelenet

    Problem CR10/CRXI connecting by ODBC on SQL2005

    We have a lot of rpt-reports that are made based on an ODBC-connection to SQL2000-server. We migrated to SQL2005-server an now a lot of reports give the error: "The database table <stored procedure> cannot be found." It has nothing to do with the version of CR. We have the same problem in CR10...

Part and Inventory Search

Back
Top