Hi to all,
excuse my english ( i'm an italian student... )
I have the necessity of make a stored procedure that convert one
parameter passed from base64 to binary before store in a field image.
Is possible? How?
I have this necessity because a lot of page made in ASP get the binary
and p...
more >>
Hi
We have a SQL server 2000 cluster, built on Windows 2000 Advanced server.
We are using an Active / Passive configuration which has 4 instances of SQL
Enterprise, and 1 Instance of IIS.
Both boxes are identical, and clustering works just fine.
However, in order to use the 4Gb in each box...
more >>
Hi,
I'm executing a web application that calls a stored procedure and
inside the sp I need to execute a BCP OUT with the xp_cmdshell. The
problem is that I need to change all the application users as system
administrators in order of execute the xp_cmdshell (this means that I
have no security...
more >>
I am trying to track down a problem of calling a stored proc from some
..NET code.
I would ultimately like to be able to examine the log files to see
what SQL Server is trying to run. I see from several other postings
that examining the log file is not feasible.
Since I am doing just devel...
more >>