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 bkrike 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: riska
  • Content: Threads
  • Order by date
  1. riska

    Lower MS SQL performance

    Hello all, is somebody experienced in recent time the lower MS SQL server performance? On our production servers we encountered dramaticall decline about two weeks ago. There wasn't any action which could cause this problem. We have information from another ms sql professionals the same issue...
  2. riska

    how to zip/unzip using built-in zip feature in windows 2003 in code

    Hello, could anybody help me how to zip/unzip using built-in zip feature in windows 2003 in code? I can find only simple description by using the right button, but I need to zip/unzip in my code e.g. vbs; vb; .net VB; .net c# Thanks a lot for any suggestion. Jozef
  3. riska

    work with binary

    please, does anybody clue why it doesn't works: (I've taken it from MSDN) DECLARE @mybin1 binary(5), @mybin2 binary(5) SET @mybin1 = 0xFF SET @mybin2 = 0xA5 SELECT CAST(@mybin1 AS varchar(5)) + ' ' + CAST(@mybin2 AS varchar(5)) It'll show nothing. (Convert binyry data type to...
  4. riska

    I am trying to run query to another

    I am trying to run query to another database via linked servers. Now, I am testing a script on the two databases on my machine. (The linked server is localhost) If I run query: select * from openquery( data_source, 'select * from pubs') it goes. But if I run query in transaction : begin...
  5. riska

    remove macro from word programmatically

    Have anybody suggestions how to remove macro from word document programmatically? The macro create is called when the new instance of word document is created. This macro parse some data into document. But I need to remove this macro from document when it ends. Then it isn't usefull and...

Part and Inventory Search

Back
Top