I created my first shared assembly and installed it to the GAC using
gacutil. Now, I have another assembly I want to reference the shared
assembly. Adding the reference has me a bit stumped since I cannot
select it from the assembly folder. How do I go about adding a
reference to the assembly...
more >>
Hi everyone,
I am saving a record to SQL and want to return the ID of the record
added as an output parameter, can you do this in dynamic SQL, without
the use of a stored procedure??
i.e.
comm = new sqlcommand
comm.commandtext = "Insert (name) values (@name); select @id =
SCOPE_IDENTITY...
more >>
I need to run a web server function every 5 minutes and am running SQL
server too.
What is the best approch to do this ?
call the code from a SQL job
Build a Windows service?
Something else?
or can a .net server run code by itself without anyone logged in
Suggestions please
Tha...
more >>