i would like to execute the following logic in a stored procedure:
if (<condition>)
return 1
else
return 0
The catch is that the condition "string" is coming as input to the stored
proc. I.e. the condition is not hardcoded. Further the condition itself is
going to need to call other ...
more >>
Hi,
I have successfully set and used a linked server to query ADSI.
Since this question also concerns MSSQLServer, I've cross posted it --
I hope this is not a breach of etiquette.
I have successly created a view based on the linked server.
Unfortunately, it only shows 1000 records, and there...
more >>
Hi
do you have some hints to increase performance of an SQL Server / Database
Queries
without changing any hardware ?
tia
Sanny
...
more >>
Hi!
Does anyone know of a way to dynamically create an Access database from
scratch in a DTS package to be a destination?
Would this require a custom task? How do you create that? I thought I
found some code, but I couldn't get anything to work, probably due to
my
lack of VB knowledge.
Th...
more >>
Hi,
I want to create a dublicate of a database for debugging (the two
databases have to be absolutely equal). How could I do this with
Enterprise manager?
Thanks?
...
more >>