sql-server
Executing SSIS Package as SQLAgent Job
I have a SQL Server 2008 SSIS job which executes some Win 32 exe files. This job runs fine when i execute the job through BIDS (On Windows 2008 box). Now i have deployed the package in MSDB database a[详细]
2023-04-13 04:26 分类:问答How to get max value from 2 tables
Using Sql Server I want to get 开发者_运维问答max value from two table Table1 ID Total 101 100 102 600[详细]
2023-04-13 02:52 分类:问答how to connect and configure php with sqlserver [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-04-13 02:46 分类:问答Building a REAL database application using Datasnap
I have built an extensive 2-tier application in D2010, using ADO and devexpress. I want to upgrade this to using Datasnap mainly to provide HTTPS communication instead of just TCP/IP to the vulnerable[详细]
2023-04-13 02:37 分类:问答Deleting Related Rows in a Many-to-Many Relationship
I\'m deleting a row in a table that is on one site of a many-to-many relationship. I would also like to delete any related rows on the other side of that relationship.[详细]
2023-04-13 02:35 分类:问答is it possible to invoke SQL trigger programmatically?
I know under such circumstances, I have to use Stored Pr开发者_开发百科ocedures, but still I want to know if it is possible? If NO, Why? If YES, How?First thing that comes to mind is[详细]
2023-04-13 02:29 分类:问答How do I get a 'combined' ranking of OR phrases using CONTAINSTABLE in SQL Server?
I\'d like to get a \'combined\' ranking of OR phrases with CONTAINSTABLE, but have not had any luck. Basically I\'m seeking functionality for an AND/OR ability.[详细]
2023-04-13 02:26 分类:问答JOINING comma separated values
I have 2 tables as below: TABLE:CITY CITY_ID CITY ---------------- 1London 2Chicago 3Newyork 4Delhi TABLE:TRAIN[详细]
2023-04-13 02:11 分类:问答EF 4.1 code-first: difference between EF generated sql and custom sql
I have a question about sql generated by Entity Framework and the hand-writed one. In my project, I have some entities (they aren\'t important really for this Q), for a simple example, when I use this[详细]
2023-04-13 01:52 分类:问答In Sql Server 2008,How to number shipments for each customer
I have two tables : Customer ------>> Shipment I want to give each shipment a unique number for each customer, for example[详细]
2023-04-13 01:17 分类:问答