0
votes
Cloud Hosting options for ASP.NET 3.5 and SQL Server 2008
Keep your eyes out for news at the PDC conference at the end of this month. Microsoft is announcing a slew of solutions. Search the web for Microsoft Red Dog and that'll give you a head start. …
1
vote
SQL Server Database File and WCF
I've got some bad news - you can't access SQL Server data files directly. You have to be running SQL Server.
You're taking the Access approach, which does work without any kind of Access S …
3
votes
Enabling Auditing feature in SQLServer 2005
The C2 audit mode suffers from a variety of problems, and your question touched on only one of them - performance. C2 auditing has a tremendous performance impact, very high.
Setting the p …
4
votes
Writing efficient .Net/SQL Server code
It's more than just the code: doing something like this requires a cooperative effort from developers, DBAs and IT. Each member of the team has to recognize the impact that their work has on the o …
3
votes
Any SQL Server multiple-recordset stored procedure gotchas?
Here's a few gotchas for multiple-recordset stored procs:
They make it more difficult to reuse code. If you're doing several queries, odds are you'd be able to reuse one o …
0
votes
How to use DataMining feature of SQL Server 2008 with ASP.Net
In a nutshell, you want to:
Build cubes to model your data
Build a prediction calculator (or whatever kind of calculator you're looking to use)
Expose that via a web …
2
votes
publishing SQL 2005 Database to Remote Host
Got a few questions in here, so I'll break them each out.
1)How can I merge these two databases into one
Devmania mentioned Red Gate Data Compare, so I'll mention …
