Viewing 15 posts - 46 through 60 (of 66 total)
thanks, does the master key have to be the same on the other server?. Didn't see the link :-).
awesome got an example of this 2 work 😀
July 14, 2011 at 7:18 am
ok 🙂
if I need the back up from the database to work on another server, do I just need the certificate and private key that the certificate was backed up...
July 14, 2011 at 4:43 am
old data is archeived every night to make sure this row count doesn't go much higher than that 🙂
July 11, 2011 at 6:22 am
ok, thank you. The lots of data we have 🙂 there's over 5 mil rows, just need to make sure we use diff parameters each time
July 11, 2011 at 6:14 am
The code in the stored procedure is
SELECT ISNULL(Vessels.Name, 'unknown') AS Name, AISPositionsCurrent.MMSI, AISPositionsCurrent.Position, ISNULL(VesselGroups.Description, 'Unknown')
...
July 11, 2011 at 6:05 am
I understand that no filter will be applied what I'm trying to find out is if the first part of and is true would the second part still run?
I have...
July 11, 2011 at 5:28 am
will that give me the exact row or just the latest DateStamp? sorry I'm not the best at explaining things. Would the below work well?
SELECT GroupID,Name, Position
FROM MyTable
WHERE...
May 19, 2011 at 7:58 am
by latest row I mean that it will look at the DateStamp and get only the row with the newest DateStamp for each group
May 19, 2011 at 7:48 am
Viewing 15 posts - 46 through 60 (of 66 total)