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 Mike Lewis 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. achick

    Encrypting a column

    Thank you. I am going to try that.
  2. achick

    Encrypting a column

    I am trying to encrypt a column in SQL server 08. I am using AES, certificate and symmetric key. Can I change the data type and length of the encrypted column from varbinary(128) to a smaller length and also change it to varchar? Is there a way to prefix the encrypted column data? Is there a...
  3. achick

    SQL 2012 upgrade

    I am trying to upgrade from SQL server 2008 to SQL 2012. Do we need to migrate each of the databases? or is there a way to install SQL 2012 and upgrade all databases automatically?
  4. achick

    Is there a way to convert IBM zoned decimal to SQL server decimal?

    Thank you and thanks for the reference to the original article, that did work great.
  5. achick

    Is there a way to convert IBM zoned decimal to SQL server decimal?

    I would like to convert a zoned deciamal (IBM's S9(9)V99 last character is overloaded) to SQL server numeric data type with decimals. Can a query be used for it? or are there built in conversions that we can use?
  6. achick

    Create a char data type variable using concatenation

    I am trying to create a derived column of data type char from integer variable and a string "ABC" In SSIS when I use this as an expression for derived variable "ABC"+ (DT_STR,3,1252)[id] it becomes a nvarchar/DT_WSTR ? To comply with same data type in DB I need char. I think it's happening...
  7. achick

    Cannot restore SQL 2008 DB to SQL 2008 R2- media family error

    I have a full back up of a large database in SQL server 2008. the back up was done using standard optinos in Task-> Backup When I try to restore in SQL 2008 R2, it goes fine almost till the end( The files are created) and then I get this error. The media family on device is incorrectly formed.
  8. achick

    Automate FTP download

    How do we automate FTP downloads from a server? I would like to schedule and also make sure security protocols are enforced.
  9. achick

    IE 7 how to disable adding http://www

    Thank you. We have to still figure out. It may be more related to the code and how data is accessed.
  10. achick

    IE 7 how to disable adding http://www.

    Thank you for informing. I tried that but looks like it may be more related to he code and how data is accessed.
  11. achick

    IE 7 how to disable adding http://www

    In the web app(.net IE7) for URL links we have http://wwww.<sitename> show up for the data displayed on the page. When clicked on the link the site opens up as http://wwww.http://wwww.<sitename> and we get an error as the site doesn't exist. Data for URL comes form a database. Is there a way...
  12. achick

    IE 7 how to disable adding http://www.

    In the web app(.net IE7) for URL links we have http://wwww.<sitename> show up for the data displayed on the page. When clicked on the link the site opens up as http://wwww.http://wwww.<sitename> and we get an error as the site doesn't exist. Data for URL comes form a database. Is there a way...
  13. achick

    Error when developing authenticated web page

    I am trying to develop a password protected web page using VBscript, MS Access and Front Page 2003. I am very new to VBscripting and found a good article on Microsoft's web site(http://support.microsoft.com/kb/825498/en-us). I tried to implement it but I am getting a HTTP 500 server error. I...
  14. achick

    How do we set up a FTP server using IIS

    Thank you for the information. It is helpful for set up. I am trying to use upload form from server extensions and it only works if it is a .htm page (and not for an .asp page). I get no error for .asp page but the file does not get uploaded. Thanks
  15. achick

    Secure file transfer through IIS

    I need to set up a password protected secure website (https) for getting files from our clients.The clients should be able to login and then upload the files We have IIS as our web server. Any suggestions on how to approach? Thanks
  16. achick

    How do we set up a FTP server using IIS

    I need to set up a password protected secure website for getting files from our clients.The clients should be able to login and then upload the files We have IIS as our web server. Any suggestions on how to approach? Thanks
  17. achick

    How do we shadow user session?

    We got the user issue resolved with their local IT person. Thank you for the links and information. It will be definitely useful in future.
  18. achick

    How do we shadow user session?

    We got the user issue resolved with their local IT person. Thank you for the links and informaiton. It will be definitely useful in future.
  19. achick

    How do we shadow user session?

    We have a web application that users access from different locations for data entry and reports. One of our users is having an issue and we cannot replicate it. Is there a way to shadow users session with their permission and see what is going on? I have a windows xp machine. The user and us...
  20. achick

    How to skip select email client for PDF submission

    We have a PDF that we made in Adobe LifeCyle. When users click submit by email, a pop up window comes asking users to choose email client. Our users are getting confused which one to choose. Is there a way to make the desktop email application as default so that users don't need to choose?

Part and Inventory Search

Back
Top