Viewing 15 posts - 6,241 through 6,255 (of 13,874 total)
Eirikur Eiriksson (12/5/2016)
BOR15K (12/5/2016)
December 5, 2016 at 4:31 am
Well done. I compared execution plans and my version seems to have the edge. Especially if you add an index on (requestid, eventdate, eventname). Might be worth testing both on...
December 4, 2016 at 3:14 pm
I have an inelegant solution to this inelegant problem š There will be better ways, but this seems to work, at least for the test data provided:
SELECT
...
December 4, 2016 at 11:06 am
If a RequestId has been 'Closed', shouldn't the next RequestId have a different value? If they're all 46444, what's the point of this number?
Please post your data in a consumable...
December 4, 2016 at 9:18 am
OK. So you want SSIS to 'interrogate' a particular file, which has already been produced by another process, get the row count and then act according to result?
If so, your...
December 3, 2016 at 2:54 pm
badalkataria (12/3/2016)
How would I able to figure out that if it is or not?
You have more than one problem going on here. One is regarding access to an Excel spreadsheet...
December 3, 2016 at 2:49 pm
kpmandani (12/2/2016)
December 2, 2016 at 2:42 pm
drew.allen (12/2/2016)
Phil Parkin (12/2/2016)
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...
December 2, 2016 at 11:50 am
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
Viewing 15 posts - 6,241 through 6,255 (of 13,874 total)