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...
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.