Viewing 15 posts - 46 through 60 (of 600 total)
below86 (3/10/2015)
Nevyn (3/10/2015)
Rewriting the code to sacrifice performance and optimal design just to make it easier to follow makes little sense.
I quess erything I deal with is batch...
March 10, 2015 at 10:57 am
I agree with the others.
-Format the query so that it is easy to parse sections and keep track.
-Use intuitive alias names so you can easily trace back...
March 10, 2015 at 9:37 am
TomThomson (3/7/2015)
March 10, 2015 at 7:27 am
What if you create a view on the remote server that queries the table with nolock and then join to that?
March 9, 2015 at 2:20 pm
Can we start with a deeper examination of why you feel nolock is necessary?
March 9, 2015 at 2:01 pm
TheSQLGuru (3/6/2015)
March 6, 2015 at 7:52 pm
This would be far easier if instead of ACTIONS in a history table, what you maintained was EFFECTIVE AND EXPIRY dates for the record. Then you can see a...
March 5, 2015 at 2:30 pm
So if your query worked, what would the output from your sample look like?
It sounds like you want a query where each row has a different number of columns
March 5, 2015 at 1:00 pm
Ok, the following assumes you have a calendar table . If you don't have one and are unfamiliar with how to make one, look here[/url]
I essentially created the Calendar table...
March 5, 2015 at 12:23 pm
Ok, well I started to do a sample for you keeping things roughly the same as you had them (using date math to pick the next one), but if...
March 5, 2015 at 11:29 am
Phil Parkin (3/5/2015)
There is too much risk of running a package with the...
March 5, 2015 at 11:21 am
Ron Kunce (3/5/2015)
March 5, 2015 at 11:13 am
Ok,
1) You changed the test data
2) Can you explain why the last 5 rows should pick tuesday the 24th instead of Friday the 20th?
March 5, 2015 at 11:07 am
I made an empty sample package with a connection manager, and a sample catalog so I could give you some screenshots.
They are attached.
EnvironmentVariable shows setting up a variable called 'ServerName'...
March 5, 2015 at 9:24 am
Viewing 15 posts - 46 through 60 (of 600 total)