Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
277 views

Migrating an existing SQL Server 2008 DB Schema into a VS2010 DB Project

I'm pretty new to the whole VS2010 DB Project game. Essentially I've been designing the database using the SQL Server Manager and my team decided that we wanted to use a DB project in VS2010 so we can ...
2
votes
2answers
508 views

Delta-sigma DAC from Verilog to VHDL

The code below implements a Delta-sigma DAC in Verilog, from a Xilinx application note and I want to write equivalent VHDL code. I don't know anything about Verilog and I'm beginner in VHDL so I had ...
2
votes
3answers
96 views

Drive an DAC from a stream that is clocked from another source?

My DAC is internally clocked at 48khz, I need to feed it from a stream that is also 48khz but is clocked from a different source. The two sources will drift over time and any buffering in between ...
1
vote
2answers
89 views

My code works, but I'm not satisfied with the efficiency. (C++ int to binary to scaled double)

Code pasted here Hello SO. I just wrote my first semi-significant PC program, written purely for fun/to solve a problem, having not been assigned the problem in a programming class. I'm sure many of ...
1
vote
1answer
163 views

ASP.MVC2.0/EF4.0 site deployment/maintenance

My small team used asp.mvc 2.0/entity framework 4.0(model first approach)/Windows Server 2008r2/Sql Server 2008 r2 stack in out web site project. We've already complete developing process, and come to ...
0
votes
0answers
4 views

Server-level objects (DDL triggers, event notifications) and data-tier applications

I know there is a number of unsupported objects in data-tier applications, so how to compromise the use of DDL triggers and event notifications and DACs? Are those objects supposed to be created in ...
0
votes
0answers
28 views

Is the Sql Azure Dac Import/Export service WCF or REST or something else?

B"H I downloaded the example application and was surprised to see quite complex web request building and handling. Unfortunately I have not been able to find even one scrap of documentation about the ...
0
votes
2answers
57 views

Where do DAC objects live (in Classic ASP)?

I have taken over a departing programmer's Classic ASP object, and I'm trying to debug some DAC code. The trouble is I don't really understand what DAC is or how it works -- and I can't find were the ...
0
votes
1answer
171 views

How do I enable DAC on a clustered SQL Server 2008 after I can no longer connect to SQL Server in any other way

I'm having issues with SQLServer 2008 where a Server level triggered was not dropped correctly. Articles on the web recommend dropping them through the DAC. However, the DAC is disabled by default ...
0
votes
1answer
177 views

Delphi and mysql - Unable to connent to server..maybe custom connection reqd

I am coding an application for my company wherein i want to parse the results of a mysql query and display them in my application but i am facing a problem conecting to the database. the ip address ...