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: *

  1. bschmitz

    Alter an INT field to be Identity

    Thanks for the help dodge20. I thought that might be the case but hoped I was wrong.
  2. bschmitz

    Alter an INT field to be Identity

    I still get a syntax error. BOL uses the keyword alter.
  3. bschmitz

    Alter an INT field to be Identity

    That gave me an incorrct syntax error also.
  4. bschmitz

    osql utility

    I was able to make it work using the Microsoft Data Link. Thanks again!
  5. bschmitz

    Alter an INT field to be Identity

    I have an integer field with data that I am trying to change to the Identity field without losing any data. I have to do this using the osql utility. When I run the statement "Alter table table_name alter column column_name int identity", I get the following error "Incorrect...
  6. bschmitz

    osql utility

    per my last reply - I was wrong. I could not create the package because SQL could not recognize the servername of the server where I need to run the package, as they are not connected. I will continue to research.
  7. bschmitz

    osql utility

    Thanks nowayout,tbroadbent. I created the DTS in my EM. Copied it to the server where I needed to run it. Ran it from the command prompt. Worked like a fullback draw on a prevent defense.
  8. bschmitz

    osql utility

    Can anyone point me in a direction as to how to import data from either a text file or a spreadsheet into an existing SQL table using the osql utility. Thanks in advance!
  9. bschmitz

    opening a .dat file

    FYI - I had to copy the .dat file to the c drive of the server that houses our SQL DBs. I was trying to do it across a network.
  10. bschmitz

    opening a .dat file

    Thanks garyd1 for the help. A colleague of mine has shown me the light.
  11. bschmitz

    opening a .dat file

    It opens up as a lot of square boxes and symbols.
  12. bschmitz

    opening a .dat file

    I was sent a .dat file and have tried to open it with EM using both the Import data wizard and the restore DB wizard but neither wizard gives me a source option of .dat. Is this possible? Am I doing something wrong? Thanks in advance for your help.
  13. bschmitz

    insert parts of string into 5 columns

    Thanks squslan! I was able to use CHARINDEX and SUBSTRING to accomplish my task.
  14. bschmitz

    insert parts of string into 5 columns

    This would definitely work for all data that I knew the number of characters I wanted. This data is space delimited but the lengths can vary. Thanks!
  15. bschmitz

    insert parts of string into 5 columns

    I have a 1000 character field in a table. I need to pull out different parts of the string from each record and insert them into different columns in a new table. I was thinking that I would create a DTS package to do this. I am new to SQL and find myself struggling with this. Thanks for the...
  16. bschmitz

    SQL2000-'Where' clause as input parameter??

    I am trying to create a stored procedure that accepts the 'where' clause as an input parameter. I cannot get SQL to recognize the variable as part of the syntax of the stored procedure. The 'where' clause can be different everytime. As in "WHERE SlprsnId = '1234' AND DocNmbr =...

Part and Inventory Search

Back
Top