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 Chriss Miller 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. SemperFiDownUnda

    FTP Task Error - "It requires a higher level edition"

    Hello, We are having a problem with SSIS packages that include a FTP Task. The tasks fails with the following error when run on the server or from the development environment. "Error: The task "FTP Task" cannot run on this edition of Integration Services. It requires a higher level...
  2. SemperFiDownUnda

    GDI+ Handling large images in C#

    I'm trying to deal with some large images (8000x8000) or larger. Loading straight to a Drawing.Bitmap works fine until I .Dispose(), Load a new image then try to use .DrawImage(). What ends up happening is I get an Out of memory exception. My understanding is that .NET has a problem with...
  3. SemperFiDownUnda

    SQL Management Object method of CDW failing

    Seems our server is having some issues. Using the Copy Database Wizard with "SQL Management Object method" It adds the log for package successfully It adds the task for transferring database objects successfully It creates the package successfully It starts the SQL Server Agent Job successfully...
  4. SemperFiDownUnda

    Obtain RemoteUser if available

    Maybe I'm just trying to do the impossible. The situation is the following. Our intranet needs to allow anonymous users. We have functionality that I want to obtain the remote user (Active Directory User) if they are logged into the Active Directory but if not still allow them to see the basic...
  5. SemperFiDownUnda

    Reporting Services Report Definition Caching problem

    Hi all, This is a repost from the Microsoft SQL Server: Setup and Administration forum but has recieved no responces. thread962-955934 Hi all, Sorry for posting here but to this point David is still deciding if there is a need for a dedicated forum for Reporting services. Since I...
  6. SemperFiDownUnda

    Reporting Services Report Definition Caching problem

    Hi all, Sorry for posting here but to this point David is still deciding if there is a need for a dedicated forum for Reporting services. Since I believe this has to do with the administration of the SQL Server that Reporting Services is using I thought it might be most appropriate here...
  7. SemperFiDownUnda

    Multiple Report Rendering in Reporting Services

    Hi all, I'm trying to create some reports that the users are creating by lots of cutting and pasting but I'm having a few problems getting them to render correctly. I've got a report that normally was done in Excel and I have it doing almost what I want but the Excel Renderer keeps rendering...
  8. SemperFiDownUnda

    Reporting Server

    Hello all, Does anyone know of a forum that deals with SQL Server Reporting Services? Thanks Wayne Hope I've been helpful, Wayne Francis If you want to get the best response to a question, please check out FAQ222-2244 first
  9. SemperFiDownUnda

    ALTER TABLE ADD

    I'm writing a script to modify an exsisting database to a more appropriate structure. Basically I'm altering the table so the primary key is not user entered but just an IDENTITY column. Everything works but I would like my new primary key column to be the first physical column in the table...
  10. SemperFiDownUnda

    Need help with GDI issues in VB6

    Ok here is the deal. I'm using some owner draw controls from vbaccelerator I'm doing all the drawing for my listboxes, grids, comboboxes. I've got it doing everything I want but at this point in time I'm loading monochrome bitmaps from disk to use as patterned brushes then using PatBlt to...
  11. SemperFiDownUnda

    Question about OPENQUERY

    I've got a Sybase 12.5 server linked to our SQLServer 2000 and need to pass slightly dynamic queries to that server Problem is that OPENQUERY(linkedServer,'query') doesn't let me concatinate string for the 'query' ie I can't do SELECT * FROM OPENQUERY(Sybase001,'SELECT FirstName, LastName...
  12. SemperFiDownUnda

    http://squeedlyspooch.com/blog/arch

    http://squeedlyspooch.com/blog/archives/000072.html This guy is a potential suspect in theaft on code from Valve Software. There are many people on both side of the fence defending and attacking him. Do you think federal authorities did anything wrong from what the man postest? I think they...
  13. SemperFiDownUnda

    Linked Tables with standard security

    I've recently upsized a Access XP database to SQL Server. Because of the network we have to use standard security. When I upsized the database I used an standard account with appropriate access to the database. The problem is the account info is not being stored with the linked tables meaning...
  14. SemperFiDownUnda

    Linked Tables with standard security

    I've recently upsized a Access XP database to SQL Server. Because of the network we have to use standard security. When I upsized the database I used an standard account with appropriate access to the database. The problem is the account info is not being stored with the linked tables meaning...
  15. SemperFiDownUnda

    OLEDB Jet Unspecified Error in ASP

    Hi, I know I'm missing something but don't know what. I'm getting a "An exception of type 'Microsoft JET Database Engine: Unspecified error' was not handled" when I try to open a Access 2000 database with this connection string. Provider=Microsoft.Jet.OLEDB.4.0;Data...
  16. SemperFiDownUnda

    What should be done about this?

    http://www.sfgate.com/cgi-bin/article.cgi?f=/news/archive/2003/07/02/financial1239EDT0109.DTL&type=tech The domain has already been shut down but what should be done to the organisers. What extent should any hackers defacing web sites be tracked down and prosecuted?
  17. SemperFiDownUnda

    Alternative to Friend in COM+

    Hello Guys and Gals, My brain is mush and I'm trying to think of the best solution to a problem and I just can't think so please help if you can because I know I'm just missing something. I have an exsisting component with n classes in it. I went through and made it pretty much stateless...
  18. SemperFiDownUnda

    Does Oracle 8 have nested transactions?

    Does Oracle 8 have nested transactions? I've got a stored procedure that was commiting and rolling back explicitly and this worked fine when ADO called the stored proceedure but when it was enveloped into a Distributed transaction the same SP fell over with a error saying COMMIT is not allowed...
  19. SemperFiDownUnda

    Trying to overcome problems with CallByName

    Hey Guy and Gals, I seem to be a bit stuck. This is fairly involved so those that have not the time or interest can move on now. I'm attempting to write a generic test harness from our COM+ DLLs. It runs from scripts. Each line of the script indicates what library.class to create, what...
  20. SemperFiDownUnda

    no ANSI 92 standard support?

    Am I missing something or does Oracle 8.1.7 NOT support 92 ANSI standards like INNER JOIN?

Part and Inventory Search

Back
Top