4
votes
4answers
582 views
Unit testing stored procedures
Do you do it?
I'm talking specifically about the traditional definition of unit testing, as opposed to integration testing (where you would call your stored procedures through th …
1
vote
1answer
327 views
Cannot connect to website SQL Server database in code behind file..
Hello,
I'm having trouble connecting to my server's (GoDaddy) SQL Server database in my C# code. I'm trying to decide if it's
1) A C# syntax problem with my SQL string Connection …
1
vote
1answer
101 views
Alter login using SMO, C#.net
How do I alter login using SMO and C#?
0
votes
4answers
104 views
why do we use C# assembly to pull data from a database
why do we use C# assembly to pull data from a database