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

  • Users: eja2000
  • Order by date
  1. eja2000

    previous month plsql

    will this work if the date is january 2005 (this month)? i expect to see december 2004 data.. thanks
  2. eja2000

    previous month plsql

    can anyone give me the plsql for retrieving data that is for the previous month; what i want is something like this; WHERE data_month = previous month thanks
  3. eja2000

    location of the transaction logs

    how can i determine the hard disk location of the transaction logs using tsql? thanks.i use sql server 2000
  4. eja2000

    prevent refresh of a single document

    thanks, does this mean that when i publish, i will not see the refresh button at the top right hand corner?
  5. eja2000

    prevent refresh of a single document

    how can i prevent the refresh of a single full client document published in webi? thanks
  6. eja2000

    log shipping

    there is no log shipping option in my sql server 2000 database maintenance wizard. is there any other way i can achieve log shipping?. thanks
  7. eja2000

    web service on a unix PC

    is it possible to create a web service on a unix/linux PC that can be consumed by a .NET Application? If so how can i do this? Thanks
  8. eja2000

    changing authentication mode via query analyzer

    how can i change the authentication mode via query analyzer. right now it is set to windows authentication and i want it to be sql server authentication only. i use sql server 2000 and i could only connect via my windows login. i am an administrator on my PC. Thanks
  9. eja2000

    cant find the .exe after a build in visual studio 2003

    After building my solution in vs.net 2003, i cannot find the .exe in my project folder. is there another command to create the .exe. i have created a smart client and i want to call run it via a URL but i need to point to the .exe Thanks
  10. eja2000

    version of .net framework used by vs.net

    i have vs.net 2003 installed on my pc..how can i find out which version of .net i am running on my pc? thanks
  11. eja2000

    oracle date to sql server format

    i have 26022005 09:34:18 in avarchar field. how can i format this to a date? thanks.. it came from an oracle database.
  12. eja2000

    web service to access data on a unix server

    Is it possible to create a web service to access oracle data on a unix server? If so how can i do this using .NET ?
  13. eja2000

    moving data away from a very sensitive server

    can anyone suggest how to move data away from a very sensitive sql server 2000? the application runs several transactions and any extra load on it tends to affect its performance. the data is to be moved away for data warehousing purposes...i thought of replication but would that not put extra...
  14. eja2000

    scripting changes made in EM

    how can i script the changes (in tsql) that i make in EM? For example, if i change the length of a varchar field from 20 to 30, i want to see the tsql for it. I use sql server 2000. thanks
  15. eja2000

    creating a default value via tsql

    i have an integer field that i want to alter to be an identity field. how can i do this? thanks
  16. eja2000

    creating a default value via tsql

    i have an inteer field that i want to alter to be an identity field. how can i do this? thanks
  17. eja2000

    write ip address to text file

    i wrote the following but the file gets created but no ip address is written to it.. any suggestions?? thanks ----------------------------------- set fil = wscript.CreateObject("scripting.filesystemobject") set txt = fil.opentextfile("c:\xxx\ip_address.txt", 8, true) txt...
  18. eja2000

    write ip address to text file

    i want to simply write the ip address of my computer to a hardcode text file (already existing on my PC) on my computer when i click a .vbs file located somewhere on my PC. Thanks
  19. eja2000

    write ip address to text file

    its the ip address of the pc the script is running it on that i want to write to txt file.

Part and Inventory Search

Back
Top