Forum: MS SQL Dec 10th, 2007 |
| Replies: 2 Views: 948 I'm dealing with queries that manages a lot of data consolidation and I'm having to repeat large blocks of code to get the desired result.
I'm wondering if that is any way to make it simple.
My... |
Forum: MS SQL Sep 20th, 2007 |
| Replies: 2 Views: 3,931 I can't find any DTS tool on MSSQL 2005 Express Edition
Is there any tool that execute DTS tasks?
I need to perform 2 tasks:
- import a large Access file into MSSQL
- deploy database to... |
Forum: MS SQL Jan 31st, 2007 |
| Replies: 1 Views: 3,034 I hava a table that stores payment information, with invoicenumber int and part varchar, where part can be (1/1, 1/2, 2/2, 1/3, 2/3, 3/3, etc)
The thing is not all payments are related to... |
Forum: MS SQL Jan 17th, 2007 |
| Replies: 0 Views: 1,677 I have a table with a primarykey ID and a unique key for ID_EMP and OSID
When I insert I want to populate the OSID column whth the next int value related to id_emp
My trigger works but is... |
Forum: MS SQL Nov 13th, 2006 |
| Replies: 2 Views: 4,857 tks a lot
I was missing the dbowner prefix
[]s |
Forum: MS SQL Nov 13th, 2006 |
| Replies: 2 Views: 4,857 Can a query running a selected database access a table on other database?
How do I grant this kind of access?
Going further, can a Foreign key be created among diferent databases?
I'm running... |