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 Wanet Telecoms Ltd 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: *

  • Users: cricketer1
  • Content: Threads
  • Order by date
  1. cricketer1

    Storing and retrieving pdf files

    I have many pdf files which are to be stored in the database or the OS filesystem, but need to be accessed quickly by front end application. Is it possible to store pdf data in SQL Server or will the OS filesystem be a better option and how can I give fast access to this pdf data. Thanks Cricketer1
  2. cricketer1

    Connect & Import SYBASE data into MS SQL SERVER

    Can someone help me with....how to connect and import SYBASE Data into MS SQL Server. Thanks, cricketer1
  3. cricketer1

    Importing Data Tables from DB2

    How can I Import data tables from DB2 into MS Sql Server using DTS and Linked Server. Thanks, cricketer1
  4. cricketer1

    How to remove a PK constraint in QA

    Can anyone help with the SQL to delete a PK constraint. Visually EM can handle this but I need to do this in QA. Thanks, Cricketer1
  5. cricketer1

    EXISTS vs.IN

    What is the difference between using IN and EXISTS in subqueries and which is preferred. Thanks
  6. cricketer1

    Import Data from an MS OutLook Email

    I have a scenario where a single coulmn of data is coming to me in an email on MS OutLook. How can I import this data into a table directly from the email, can this be automated too. Thanks
  7. cricketer1

    [b]msdb is Suspect[/b]

    If a msdb database becomes suspect, how can it be recovered if there is no prior backup of msdb available. Already tried stopping and starting SQL Server Service, but didn't work. Thanks
  8. cricketer1

    [b]Replicating a table with over 255 columns[/b]

    I am using Win2000 Advanced Server, SQL Server Enterprise. I have a table that has over 700 columns, but I am able to replicate no more than 255 columns. How can I replicate the complete table? Thanks cricketer1
  9. cricketer1

    SQL db Backup error

    I have been getting problems when I try to backup my SQL Server database. Backup goes halfway and then stops with this error. Does anyone have any idea on how to tackle/resolve this, or where to start looking for clues. ----> BackupMedium::ReportIoError: write failure on backup device...
  10. cricketer1

    How to change SQL Server name..

    How can I change the name of the database server with minimum disruptions. I already have some databases on it Thanks
  11. cricketer1

    DB size to large for Querying

    I have a database with couple of dozen people querying through either web interface or client server apps. This is an old DB and has grown to a size that is now slowing down performance and results take longer to return. However, 90% of the time only recent data is queried, most of the old...
  12. cricketer1

    Run a DTS package from a web page

    Is it possible to run a DTS package from a webpage (.HTML) and how? thanx cricketer1
  13. cricketer1

    Restore 2000 data to 7.0

    how can I restore a SQL Server 2000 db to SQL Server 7.0? cricketer1
  14. cricketer1

    Qry to get table name and size in records

    How do I write a query to get table names and there sizes (# of records) in a database. What sys tables and columns should I query. Thanks cricketer1
  15. cricketer1

    DTS Error: Invalid Pointer

    I am getting an Invalid pointer error in one of my steps running inside a DTS package. The same query runs fine within query analyser, but inside a DTS it gives this "Invalid Pointer" error. I don't know what this means. Has anyone else come across this situation nay leads??
  16. cricketer1

    Changing Windows Authentication on Domain change

    If my SQL Server undergoes a domain change that has a different login than the current Windows Authentication, how can I set the Windows login authentication on SQL Server for the new domain? Thanks Cricketer1
  17. cricketer1

    BackUp File Zip Utility

    Does anyone know of a Zip utility to zip SQL server DB backup files? It is not the regular Winzip or PKzip? cricketer1
  18. cricketer1

    Backup and restore from Commandline

    Is it possible to perform admin tasks in SQL Server such as backup or restore from commandline. If so how can I restore a transactional log file from DB 'A' to DB 'B' on commandline. Thanks cricketer1
  19. cricketer1

    How to run a DTS package within ActiveX

    Can anyone help with how to execute a DTS package from within an ActiveX script. I have an ActiveX script step and during this step I want to execute another DTS package. Thx cricketer1
  20. cricketer1

    Getting Unique Records

    I have a table containing multiple duplicate records of email, name, address etc. I want to pull Unique records containg all fields based on email. How can I do this within one query? Thx cricketer1

Part and Inventory Search

Back
Top