Viewing 15 posts - 6,256 through 6,270 (of 13,877 total)
Just having a mind warp on how to insert into the address table and get that unique int value and put it into the correct master row for the employee.
This...
December 2, 2016 at 10:18 am
You need to return inv.Active to the outer query, if you need it there.
SELECT
StationName
, AiredDateTime
, AiredISCI
, OrderNumber
, Line
,...
December 2, 2016 at 10:14 am
This question is clearly puzzling us all. Can I suggest that you create a 'dumbed-down' version, exemplifying the issue in consumable code, which we can run for ourselves? I think...
December 2, 2016 at 10:04 am
On which table is the column 'Active'?
December 2, 2016 at 10:02 am
For readability, please use IFCode formatting in future. Here is that code again:
SELECT
StationName
, AiredDateTime
, AiredISCI
, OrderNumber
, Line
, ...
December 2, 2016 at 7:50 am
What versions of SQL Server are you migrating from/to?
December 2, 2016 at 6:21 am
r5d4 (11/25/2016)
When I open a script from the solution explorer or script a table as a SELECT, the query window opens...
November 25, 2016 at 9:11 am
binutb (11/23/2016)
I have a dacpac project with different schema. How to include new schema in the dacpac project.
A DACPAC is not something which can be edited directly, AFAIK.
Instead, you need...
November 24, 2016 at 12:08 pm
Please give us some sample data and also show how you would like that data to be formatted.
The sample data should be in the form of INSERTs to a temporary...
November 24, 2016 at 10:41 am
reelnoncents (11/23/2016)
What I mean is different data sets. So for example, let's say I have 5 "file types"...
1) Product Mix file
2) Sales file
3) Items...
November 23, 2016 at 1:17 pm
All but one file type has been configured successfully
Please describe what you mean by "file type".
November 23, 2016 at 12:38 pm
jasona.work (11/23/2016)
Phil Parkin (11/23/2016)
chuck.forbes (11/23/2016)
November 23, 2016 at 11:38 am
John Rowan (11/23/2016)
November 23, 2016 at 11:27 am
chuck.forbes (11/23/2016)
November 23, 2016 at 9:00 am
Viewing 15 posts - 6,256 through 6,270 (of 13,877 total)